aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/muc_register.scs
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Remove <{muc}x> tags in some errorsKim Alvefur2021-12-081-2/+0
| | | | | Including the payload of the stanza that caused the error is optional and we're generally not doing it anywhere else.
* Merge 0.11->trunkMatthew Wild2020-04-231-1/+1
|\
| * MUC tests: Add missing affiliation attributeMatthew Wild2020-04-231-1/+1
| |
| * Backed out changeset 18f2c7bc5795 (was testing against wrong branch)Matthew Wild2020-04-231-6/+2
| |
| * MUC tests: Add <required/> to expected form fieldMatthew Wild2020-04-231-2/+6
| |
* | scansion: Trim trailing whitespace in testsKim Alvefur2019-12-191-1/+1
| |
* | MUC: Indicate origin of registration related errorsKim Alvefur2019-11-251-2/+2
| |
* | MUC: Make nickname field in registration form requiredKim Alvefur2019-11-021-2/+6
|/ | | | | | Prevents traceback from resourceprep(nil) muc#register_roomnick is also required in XEP-0045
* MUC: Allow changing data attached to an only owner (fixes #1273)Kim Alvefur2018-12-201-0/+22
| | | | | | | This previously prevented a single owner from setting their own nickname via admin query. The form method uses `true` as actor so it bypasses this check.
* muc_register.scs: Fix to expect new affiliation change notificationsMatthew Wild2018-10-311-0/+25
|
* 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
|
* 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: Ensure all scripts have sensible titlesMatthew Wild2018-09-111-0/+2
|
* spec/scansion: Add scansion scripts used for testingMatthew Wild2018-09-061-0/+286
All past, except issue978-multi which fails randomly based on ordering of elements - this is a scansion issue to be resolved.