mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
spec/scansion: Ensure all scripts have sensible titles
This commit is contained in:
parent
5703e26476
commit
8344885f6a
12 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# Basic login and initial presence
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# A script testing basic message routing and delivery
|
||||
# Basic message routing and delivery
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Basic roster test
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Issue 505: mod_muc doesn’t forward part statuses
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Issue 978: MUC does not carry error into occupant leave status (multiple clients)
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Issue 978: MUC does not carry error into occupant leave status (single client)
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# MUC: Mediated invites
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# MUC: Password-protected rooms
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# MUC: Room registration and reserved nicknames
|
||||
|
||||
[Client] Romeo
|
||||
jid: user@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Pubsub: Node creation, publish, subscribe, affiliations and delete
|
||||
|
||||
[Client] Balthasar
|
||||
jid: admin@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Pubsub: Basic support
|
||||
|
||||
[Client] Romeo
|
||||
jid: admin@localhost
|
||||
password: password
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Pubsub: Create and delete
|
||||
|
||||
[Client] Romeo
|
||||
jid: admin@localhost
|
||||
password: password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue