summaryrefslogtreecommitdiff
path: root/src/mod_muc_room.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Support legacy muc#roomconfig values (#1469)Evgeniy Khramtsov2017-01-191-1/+24
* | Simplify setting allow_subscription (#1404)Badlop2017-01-091-6/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Allow subscriber to create room, then set allow_subscription=true (#1404)Badlop2016-12-261-2/+8
* | Extract correctly the text from #stanza_error (#1425)Badlop2016-12-171-6/+1
|/
* Add password support in muc_subscribe (#1306)Badlop2016-12-021-2/+5
* When unsubscribes, check if room should get closed (#1396)Badlop2016-12-011-1/+5
* Fix error formatting, which closed client connection (#1389)Badlop2016-12-011-2/+2
* Improve translation of some messagesEvgeniy Khramtsov2016-11-261-6/+3
* Use ejabberd_router:route_error/4 wherever possibleEvgeniy Khramtsov2016-11-251-26/+17
* Add missing -callbacksPaweł Chmielowski2016-11-241-0/+10
* Fix RSM for conference disco#itemsEvgeniy Khramtsov2016-11-201-2/+1
* Ensure that presence_broadcast room option is stored (#1380)Badlop2016-11-161-0/+1
* Revert "Support to provide password when subscribing to a room (#1306)"Evgeniy Khramtsov2016-11-121-7/+1
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+7
|\
| * Support to provide password when subscribing to a room (#1306)Badlop2016-11-101-1/+7
* | Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-184/+245
|\|
| * If a participant can change subject, let asubscriber too (#1345)Badlop2016-10-201-2/+3
| * Introduce muc_invite hookMarc Philipp2016-10-141-0/+2
| * When getting list of subscribed rooms, check all including temporary ones (#1...Badlop2016-09-191-0/+3
| * Revert "Fix getting of subscribed rooms: consider also temporary ones (#1242)"Badlop2016-09-191-8/+0
| * Fix getting of subscribed rooms: consider also temporary ones (#1242)Badlop2016-09-191-0/+8
| * Store the Allow Subscription room option (#1301)Badlop2016-09-191-0/+1
| * Fix nick-to-jid mapping for MUC subscribersEvgeniy Khramtsov2016-09-121-12/+33
| * Support multiple room invitations (#1285)Badlop2016-09-091-23/+40
| * Fix message routing from subscribersEvgeniy Khramtsov2016-09-081-6/+13
| * Link MUC subscription to bare JIDEvgeniy Khramtsov2016-09-071-196/+141
| * Handle <subscriptions/> request to list MUC subscribersEvgeniy Khramtsov2016-09-061-4/+21
| * Do not update muc_online_users table on MUC/Sub operationsEvgeniy Khramtsov2016-09-061-1/+3
| * Add get_subscribers command to list MUC subscribersEvgeniy Khramtsov2016-09-061-0/+8
| * Add commands for MUC subscriptions managementEvgeniy Khramtsov2016-08-091-0/+74
* | Add more MUC testsEvgeniy Khramtsov2016-10-171-295/+261
* | Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-650/+283
* | Improve namespace handlingEvgeniy Khramtsov2016-09-241-1/+1
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-16/+16
* | Rewrite mod_pubsub to use XML codecEvgeniy Khramtsov2016-08-301-6/+6
* | Improve some type specsEvgeniy Khramtsov2016-08-091-62/+70
* | Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-051-22/+7
* | Rewrite mod_mix to use XML generatorEvgeniy Khramtsov2016-07-311-1/+2
* | Rewrite captcha to use XML generatorEvgeniy Khramtsov2016-07-281-2/+3
* | Rewrite mod_mam and mod_muc to use XML generatorEvgeniy Khramtsov2016-07-251-2604/+1865
|/
* Use hooks instead of direct calls to mod_mamEvgeniy Khramtsov2016-07-091-57/+62
* Rename MUC/Sub's namespaceEvgeniy Khramtsov2016-07-081-5/+5
* Experimental MUC/Sub supportEvgeniy Khramtsov2016-07-081-345/+695
* Fix "unused variable" warningHolger Weiss2016-06-031-1/+1
* Fix problem in dfee843 when non-occupant admin kicks an occupant (#1135)Badlop2016-06-031-8/+9
* Retrieve parenthesis for easy reading, lost in old commit 9deb294Badlop2016-05-251-2/+2
* mod_muc_room: Notify on affiliation changesHolger Weiss2016-05-201-0/+53
* Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-051-49/+118
* mod_muc_room: Let members see admin/owner JIDsHolger Weiss2016-02-111-2/+2