Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 0.11->trunk | Kim Alvefur | 2018-12-20 | 1 | -0/+22 |
|\ | |||||
| * | MUC: Allow changing data attached to an only owner (fixes #1273) | Kim Alvefur | 2018-12-20 | 1 | -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. | ||||
* | | Merge 0.11->trunk | Matthew Wild | 2018-12-19 | 2 | -2/+2 |
|\| | |||||
| * | spec/scansion: Fix test names of tests added in 0d97768b0ea9 | Matthew Wild | 2018-12-19 | 2 | -2/+2 |
| | | |||||
* | | Merge 0.11 -> trunk | Matthew Wild | 2018-12-19 | 2 | -0/+236 |
|\| | |||||
| * | spec/scansion: Add tests for members-only rooms | Matthew Wild | 2018-12-19 | 2 | -0/+236 |
| | | |||||
* | | MUC: Test that subject is still empty after sending a non-subject change ↵ | Kim Alvefur | 2018-12-16 | 1 | -0/+27 |
| | | | | | | | | message with a subject (#667) | ||||
* | | MUC: Add descriptive comments to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+8 |
| | | |||||
* | | MUC: Add another message to #667 test | Kim Alvefur | 2018-12-16 | 1 | -0/+15 |
| | | |||||
* | | spec/scansion/prosody.cfg.lua: Add remaining modules listened in ↵ | Kim Alvefur | 2018-12-11 | 1 | -0/+5 |
| | | | | | | | | prosody.cfg.lua.dist for easier comparisons | ||||
* | | spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and ↵ | Kim Alvefur | 2018-12-11 | 1 | -1/+2 |
| | | | | | | | | mod_vcard_legacy as in default config | ||||
* | | spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist ↵ | Kim Alvefur | 2018-12-11 | 1 | -1/+1 |
| | | | | | | | | for easier comparisons | ||||
* | | MUC: Add test case for #667 | Kim Alvefur | 2018-12-06 | 1 | -0/+79 |
| | | |||||
* | | spec/keep_full_sub_req: Make the second connect a differenct device ↵ | Kim Alvefur | 2018-12-01 | 1 | -6/+10 |
| | | | | | | | | | | | | (workaround for scansion issue) scansion threw an error when a client connected again | ||||
* | | spec/keep_full_sub_req: Verify that the presence subscription stays the same ↵ | Kim Alvefur | 2018-12-01 | 1 | -0/+17 |
| | | | | | | | | after a reconnect | ||||
* | | spec/keep_full_sub_req: Add missing type attribute | Kim Alvefur | 2018-12-01 | 1 | -1/+1 |
| | | |||||
* | | tests: Add scansion test for #689 about keeping the full subscription ↵ | Kim Alvefur | 2018-11-30 | 1 | -0/+37 |
|/ | | | | request stanza | ||||
* | spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record | Kim Alvefur | 2018-11-12 | 1 | -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 #1230 | Kim Alvefur | 2018-11-12 | 2 | -0/+102 |
| | |||||
* | issue1224.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+7 |
| | |||||
* | issue1224.scs: Update title | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | muc_affiliation_notify.scs: Remove trailing whitespace | Matthew Wild | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | muc_register.scs: Fix to expect new affiliation change notifications | Matthew Wild | 2018-10-31 | 1 | -0/+25 |
| | |||||
* | MUC: Announce affiliation changes for JIDs that are not in the room | Matthew Wild | 2018-10-31 | 1 | -0/+137 |
| | |||||
* | pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) | Kim Alvefur | 2018-10-30 | 1 | -0/+205 |
| | |||||
* | spec/scansion: Add pep_publish_subscribe (fixes #1222) | Matthew Wild | 2018-10-30 | 1 | -0/+210 |
| | |||||
* | MUC: Use the bare JID when performing a lookup for COMPAT with clients that ↵ | Matthew Wild | 2018-10-21 | 1 | -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 test | Kim Alvefur | 2018-10-20 | 1 | -0/+3 |
| | |||||
* | tests: Remove initial read since XEP is unclear (see #1104) | Kim Alvefur | 2018-10-20 | 1 | -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 test | Kim Alvefur | 2018-10-20 | 1 | -0/+1 |
| | |||||
* | tests: Add simple test case for XEP-0054 | Kim Alvefur | 2018-10-20 | 1 | -0/+86 |
| | |||||
* | mod_pep: Add test publishing a nickname | Kim Alvefur | 2018-09-22 | 1 | -0/+72 |
| | |||||
* | scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated ↵ | Matthew Wild | 2018-09-17 | 1 | -0/+36 |
| | | | | users is disabled by default | ||||
* | MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.) | Matthew Wild | 2018-09-14 | 1 | -0/+62 |
| | |||||
* | MUC: Include 'nick' attribute in affiliation lists (thanks jc) | Matthew Wild | 2018-09-14 | 1 | -0/+16 |
| | |||||
* | spec/scansion/basic_roster.scs: Add tests for actually modifying the roster | Matthew Wild | 2018-09-13 | 1 | -8/+40 |
| | |||||
* | MUC: Fix to correctly return 'node' in disco#info responses (thanks jc) | Matthew Wild | 2018-09-13 | 1 | -2/+16 |
| | |||||
* | MUC: If a user with an existing affiliation registers, preserve that ↵ | Matthew Wild | 2018-09-13 | 1 | -0/+65 |
| | | | | affiliation (thanks jc) | ||||
* | spec/scansion/prosody.cfg.lua: daemonize by default | Matthew Wild | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized | Matthew Wild | 2018-09-12 | 1 | -0/+2 |
| | |||||
* | spec/scansion/prosody.cfg.lua: Config file to be used for integration tests | Matthew Wild | 2018-09-12 | 1 | -0/+76 |
| | |||||
* | spec/scansion: Ensure all scripts have sensible titles | Matthew Wild | 2018-09-11 | 12 | -1/+22 |
| | |||||
* | spec/scansion: Multiple fixes to make all tests pass in latest ↵ | Matthew Wild | 2018-09-10 | 6 | -155/+9 |
| | | | | (c35386e4b456) scansion | ||||
* | spec/scansion: Add scansion scripts used for testing | Matthew Wild | 2018-09-06 | 13 | -0/+1474 |
All past, except issue978-multi which fails randomly based on ordering of elements - this is a scansion issue to be resolved. |