aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion
Commit message (Collapse)AuthorAgeFilesLines
* spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_recordKim Alvefur2018-11-121-1/+3
| | | | | This was accidentally included in a previous commit, but having it here makes it easier to enable when making new test cases.
* MUC: Add scanison test case for #1230Kim Alvefur2018-11-122-0/+102
|
* issue1224.scs: Fix to expect new affiliation change notificationsMatthew Wild2018-10-311-0/+7
|
* issue1224.scs: Update titleMatthew Wild2018-10-311-1/+1
|
* muc_affiliation_notify.scs: Remove trailing whitespaceMatthew Wild2018-10-311-1/+1
|
* muc_register.scs: Fix to expect new affiliation change notificationsMatthew Wild2018-10-311-0/+25
|
* MUC: Announce affiliation changes for JIDs that are not in the roomMatthew Wild2018-10-311-0/+137
|
* pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)Kim Alvefur2018-10-301-0/+205
|
* spec/scansion: Add pep_publish_subscribe (fixes #1222)Matthew Wild2018-10-301-0/+210
|
* MUC: Use the bare JID when performing a lookup for COMPAT with clients that ↵Matthew Wild2018-10-211-0/+108
| | | | | | don't set it (fixes #1224) The full JID is never meant to be the target of affiliation changes.
* tests: Add some comments to xep54 testKim Alvefur2018-10-201-0/+3
|
* tests: Remove initial read since XEP is unclear (see #1104)Kim Alvefur2018-10-201-10/+0
| | | | | If the store is empty then either this empty vCard element or an item-not-found error is acceptable.
* tests: Set a proper title for vCard testKim Alvefur2018-10-201-0/+1
|
* tests: Add simple test case for XEP-0054Kim Alvefur2018-10-201-0/+86
|
* mod_pep: Add test publishing a nicknameKim Alvefur2018-09-221-0/+72
|
* scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated ↵Matthew Wild2018-09-171-0/+36
| | | | users is disabled by default
* MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)Matthew Wild2018-09-141-0/+62
|
* MUC: Include 'nick' attribute in affiliation lists (thanks jc)Matthew Wild2018-09-141-0/+16
|
* spec/scansion/basic_roster.scs: Add tests for actually modifying the rosterMatthew Wild2018-09-131-8/+40
|
* MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)Matthew Wild2018-09-131-2/+16
|
* MUC: If a user with an existing affiliation registers, preserve that ↵Matthew Wild2018-09-131-0/+65
| | | | affiliation (thanks jc)
* spec/scansion/prosody.cfg.lua: daemonize by defaultMatthew Wild2018-09-121-0/+1
|
* spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonizedMatthew Wild2018-09-121-0/+2
|
* spec/scansion/prosody.cfg.lua: Config file to be used for integration testsMatthew Wild2018-09-121-0/+76
|
* spec/scansion: Ensure all scripts have sensible titlesMatthew Wild2018-09-1112-1/+22
|
* spec/scansion: Multiple fixes to make all tests pass in latest ↵Matthew Wild2018-09-106-155/+9
| | | | (c35386e4b456) scansion
* spec/scansion: Add scansion scripts used for testingMatthew Wild2018-09-0613-0/+1474
All past, except issue978-multi which fails randomly based on ordering of elements - this is a scansion issue to be resolved.