aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-11 20:57:23 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-11 20:57:23 +0100
commit8344885f6adde0856379d981d8327500b6a11866 (patch)
tree4121b9d3eed9eab64ed737eb4ded72d39821ebcc /spec
parent5703e264764949e5ad7533e964ba3c1518b9b683 (diff)
downloadprosody-8344885f6adde0856379d981d8327500b6a11866.tar.gz
prosody-8344885f6adde0856379d981d8327500b6a11866.zip
spec/scansion: Ensure all scripts have sensible titles
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/basic.scs2
-rw-r--r--spec/scansion/basic_message.scs2
-rw-r--r--spec/scansion/basic_roster.scs2
-rw-r--r--spec/scansion/issue505.scs2
-rw-r--r--spec/scansion/issue978-multi.scs2
-rw-r--r--spec/scansion/issue978.scs1
-rw-r--r--spec/scansion/muc_mediated_invite.scs2
-rw-r--r--spec/scansion/muc_password.scs2
-rw-r--r--spec/scansion/muc_register.scs2
-rw-r--r--spec/scansion/pubsub_advanced.scs2
-rw-r--r--spec/scansion/pubsub_basic.scs2
-rw-r--r--spec/scansion/pubsub_createdelete.scs2
12 files changed, 22 insertions, 1 deletions
diff --git a/spec/scansion/basic.scs b/spec/scansion/basic.scs
index c88672c1..43c9831a 100644
--- a/spec/scansion/basic.scs
+++ b/spec/scansion/basic.scs
@@ -1,3 +1,5 @@
+# Basic login and initial presence
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/basic_message.scs b/spec/scansion/basic_message.scs
index 56d03a51..fb21c465 100644
--- a/spec/scansion/basic_message.scs
+++ b/spec/scansion/basic_message.scs
@@ -1,4 +1,4 @@
-# A script testing basic message routing and delivery
+# Basic message routing and delivery
[Client] Romeo
jid: user@localhost
diff --git a/spec/scansion/basic_roster.scs b/spec/scansion/basic_roster.scs
index 17ad2280..9cd8a2ca 100644
--- a/spec/scansion/basic_roster.scs
+++ b/spec/scansion/basic_roster.scs
@@ -1,3 +1,5 @@
+# Basic roster test
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/issue505.scs b/spec/scansion/issue505.scs
index 6d4d27b7..24fbeb72 100644
--- a/spec/scansion/issue505.scs
+++ b/spec/scansion/issue505.scs
@@ -1,3 +1,5 @@
+# Issue 505: mod_muc doesn’t forward part statuses
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/issue978-multi.scs b/spec/scansion/issue978-multi.scs
index 4f606319..d8f99228 100644
--- a/spec/scansion/issue978-multi.scs
+++ b/spec/scansion/issue978-multi.scs
@@ -1,3 +1,5 @@
+# Issue 978: MUC does not carry error into occupant leave status (multiple clients)
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/issue978.scs b/spec/scansion/issue978.scs
index d47473be..59db8335 100644
--- a/spec/scansion/issue978.scs
+++ b/spec/scansion/issue978.scs
@@ -1,3 +1,4 @@
+# Issue 978: MUC does not carry error into occupant leave status (single client)
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/muc_mediated_invite.scs b/spec/scansion/muc_mediated_invite.scs
index 7662fc7b..340aefc7 100644
--- a/spec/scansion/muc_mediated_invite.scs
+++ b/spec/scansion/muc_mediated_invite.scs
@@ -1,3 +1,5 @@
+# MUC: Mediated invites
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/muc_password.scs b/spec/scansion/muc_password.scs
index bff6fece..82611183 100644
--- a/spec/scansion/muc_password.scs
+++ b/spec/scansion/muc_password.scs
@@ -1,3 +1,5 @@
+# MUC: Password-protected rooms
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/muc_register.scs b/spec/scansion/muc_register.scs
index 3bbf251b..dd9f2cb3 100644
--- a/spec/scansion/muc_register.scs
+++ b/spec/scansion/muc_register.scs
@@ -1,3 +1,5 @@
+# MUC: Room registration and reserved nicknames
+
[Client] Romeo
jid: user@localhost
password: password
diff --git a/spec/scansion/pubsub_advanced.scs b/spec/scansion/pubsub_advanced.scs
index 866c459b..c873486e 100644
--- a/spec/scansion/pubsub_advanced.scs
+++ b/spec/scansion/pubsub_advanced.scs
@@ -1,3 +1,5 @@
+# Pubsub: Node creation, publish, subscribe, affiliations and delete
+
[Client] Balthasar
jid: admin@localhost
password: password
diff --git a/spec/scansion/pubsub_basic.scs b/spec/scansion/pubsub_basic.scs
index ec21afdc..d983ff66 100644
--- a/spec/scansion/pubsub_basic.scs
+++ b/spec/scansion/pubsub_basic.scs
@@ -1,3 +1,5 @@
+# Pubsub: Basic support
+
[Client] Romeo
jid: admin@localhost
password: password
diff --git a/spec/scansion/pubsub_createdelete.scs b/spec/scansion/pubsub_createdelete.scs
index f6fd1831..a44695e7 100644
--- a/spec/scansion/pubsub_createdelete.scs
+++ b/spec/scansion/pubsub_createdelete.scs
@@ -1,3 +1,5 @@
+# Pubsub: Create and delete
+
[Client] Romeo
jid: admin@localhost
password: password