summaryrefslogtreecommitdiff
path: root/src/mod_muc.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create room on configuration request as per XEP-0045, 10.1.3Evgeniy Khramtsov2016-09-071-4/+19
* Switch workers from temporary to transientChristophe Romain2016-07-291-1/+1
* Add 'allow_subscription' MUC configuration optionEvgeniy Khramtsov2016-07-261-0/+1
* Use hooks instead of direct calls to mod_mamEvgeniy Khramtsov2016-07-091-9/+1
* Handle MUC/Sub subscriptions list requestEvgeniy Khramtsov2016-07-081-0/+25
* Advertise MUC/Sub support in MUC service disco#infoEvgeniy Khramtsov2016-07-081-0/+2
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski2016-06-211-8/+8
* Improve detection of databases supported by modules (#1092)Evgeniy Khramtsov2016-04-271-1/+1
* Clean mod_mam.erl from DB specific codeEvgeniy Khramtsov2016-04-151-9/+1
* Clean mod_muc.erl from DB specific codeEvgeniy Khramtsov2016-04-131-410/+37
* Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-311-2/+6
* Make it possible to get virtual host of a registered routeEvgeniy Khramtsov2016-03-131-1/+1
* Rename option to regexp_room_id for consistency with other options (#905)Badlop2016-02-051-3/+3
* add room_id_regexp optionHAMANO Tsukasa2016-02-051-9/+17
* Switch to Fast XML moduleMickael Remond2016-02-031-13/+13
* Do not redefine recordsEvgeniy Khramtsov2016-01-151-13/+1
* mod_mam: Support XEP-0313 v0.2 MUC archive queriesHolger Weiss2016-01-141-0/+2
* Update copyright to 2016 (#901)Badlop2016-01-131-2/+2
* Support presence_broadcast in default_room_options mod_muc optionAlexey Shchepin2015-12-211-0/+8
* More now() replacementsPaweł Chmielowski2015-12-071-1/+1
* Only filter rooms in Service Disco when more than 100 (EJAB-343)Badlop2015-12-021-0/+10
* List in Service Disco non-empty rooms and provide Node for empty (EJAB-343)Badlop2015-12-021-28/+18
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-25/+25
* Remove supervisor option, disable it for c2s and mucChristophe Romain2015-11-041-15/+0
* Advertise MAM (XEP-0313) v0.4 support in room discoEvgeniy Khramtsov2015-10-111-1/+3
* cosmetic cleanupChristophe Romain2015-10-071-123/+60
* Remove MAM archives on MUC room destroyEvgeniy Khramtsov2015-08-241-2/+21
* Add support for MUC MAMEvgeniy Khramtsov2015-08-081-3/+12
* During halt only shutdown MUC rooms on local nodeEvgeniy Khramtsov2015-07-081-1/+2
* Add missing options of mod_muc to validatorEvgeniy Khramtsov2015-06-031-2/+29
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+28
* Fix MUC room options vaildationEvgeniy Khramtsov2015-05-291-19/+24
* Validate MUC room options from the configuration fileEvgeniy Khramtsov2015-05-281-7/+54
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
* Add new 'default_db' optionEvgeniy Khramtsov2015-03-301-1/+1
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-2/+2
* Make sure x:data form possesses 'type' attributeEvgeniy Khramtsov2014-09-031-1/+2
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-141-6/+19
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-101-0/+5
* Improve Riak supportEvgeniy Khramtsov2014-07-101-0/+66
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-2/+2
|/
* Fixed parameter order in call to restore_room/3mrjameshamilton2014-01-231-1/+1
* Avoid case clause crash when loading permanent roomsEvgeniy Khramtsov2013-10-231-2/+2
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-211-0/+64
* Fix some dialyzer warningsEvgeniy Khramtsov2013-06-241-4/+5
* Fix all calls to functions of p1_tls applicationEvgeniy Khramtsov2013-06-201-1/+1
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-191-1/+15