Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MUC: Remove <{muc}x> tags in some errors | Kim Alvefur | 2021-12-08 | 1 | -1/+1 |
| | | | | | Including the payload of the stanza that caused the error is optional and we're generally not doing it anywhere else. | ||||
* | MUC: Remove remaining deprecated numeric error codes | Kim Alvefur | 2021-12-08 | 1 | -1/+0 |
| | | | | | | The numeric error codes seems to have been removed from the examples in XEP-0045 version 1.24, and were deprecated even by RFC 3920 in 2004, only allowed for backwards compatibility. | ||||
* | MUC: Indicate origin of password related errors | Kim Alvefur | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | MUC: Check that a room password is set before verifying password supplied by ↵ | Michel Le Bihan | 2018-10-09 | 1 | -0/+1 |
| | | | | user | ||||
* | MUC: Add sections in room config form | Matthew Wild | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | MUC/password: Set room password on creation if included in join stanza | Kim Alvefur | 2018-07-08 | 1 | -0/+8 |
| | | | | | | | | This fixes room creation/joining from Gajim if a password has been set. Otherwise the muc-occupant-pre-join event hook determines that the given password differs from the unset password and joining is rejected, which seems unhelpful. | ||||
* | MUC/password: Rename variable for clarity [luacheck] | Kim Alvefur | 2018-07-08 | 1 | -2/+3 |
| | |||||
* | MUC: Assign priorities to config form hooks so they have a consistent order ↵ | Kim Alvefur | 2016-04-19 | 1 | -1/+1 |
| | | | | on each start | ||||
* | MUC: Save room to storage once after form processing, not in each individual ↵ | Kim Alvefur | 2016-04-15 | 1 | -1/+0 |
| | | | | setter | ||||
* | MUC: Provide a noop stub room:save() method | Kim Alvefur | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | MUC: Update all config form handlers to take advantage of the new per-option ↵ | Matthew Wild | 2015-12-11 | 1 | -3/+2 |
| | | | | events | ||||
* | mod_muc: Import util.stanza into the config handler modules that need it. ↵ | Matthew Wild | 2014-08-05 | 1 | -0/+2 |
| | | | | Fixes #432. | ||||
* | plugins/muc: Move password functions to seperate module | daurnimator | 2014-04-02 | 1 | -0/+70 |