aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-13/+13
* Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-051-47/+89
* Unregister route at the very endEvgeniy Khramtsov2016-03-131-2/+2
* Define pubsub node configuration per route/host explicitlyEvgeniy Khramtsov2016-03-131-20/+26
* Make it possible to get virtual host of a registered routeEvgeniy Khramtsov2016-03-131-1/+1
* Fix config fetch after host/serverhost cleanupChristophe Romain2016-03-111-6/+0
* Experimental MIX (XEP-0369) supportEvgeniy Khramtsov2016-03-081-1/+1
* Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-2/+14
* Fix pubsub disco after host/serverhost cleanupChristophe Romain2016-03-031-1/+1
* Implementation of pubsub#itemreply (EJAB-1347)(#928)Christophe Romain2016-02-261-2/+12
* Fix host/serverhost usage (#902)Christophe Romain2016-02-261-13/+8
* Switch to Fast XML moduleMickael Remond2016-02-031-38/+38
* Fix presence-based deliveryNathan Bruning2016-02-021-5/+3
* Update copyright to 2016 (#901)Badlop2016-01-131-2/+2
* Fix last item message type as message attributeChristophe Romain2015-12-161-8/+5
* Use correct notification_type for last items (#827)Christophe Romain2015-12-161-17/+18
* Don't read pubsub options when plugin does not use themChristophe Romain2015-12-161-2/+9
* Fix pubsub headersChristophe Romain2015-12-151-31/+19
* Limit number of subscriptions per node and allow custom default node configur...Christophe Romain2015-12-111-1/+51
* Virtual nodetree is not attached to any backendChristophe Romain2015-12-111-0/+2
* Follow pubsub configuration when using virtual nodetreeChristophe Romain2015-12-111-1/+2
* Don't force max_items_node to MAXITEMS if not definedChristophe Romain2015-12-111-4/+11
* Remove now() in pubsub codePaweł Chmielowski2015-12-071-3/+3
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-59/+59
* Enforce get_allowed_items_callChristophe Romain2015-10-071-1/+1
* cosmetic cleanupChristophe Romain2015-10-071-6/+12
* Merge pull request #642 from weiss/pep-on-caps-updateChristophe Romain2015-07-241-4/+20
|\
| * Trigger PEP notifications on CAPS updatesHolger Weiss2015-07-071-8/+15
| * mod_pubsub: Explain caps_update usage in a commentHolger Weiss2015-07-061-0/+9
* | Do not init nodes from mod_pubsub (#609)Christophe Romain2015-07-221-9/+0
|/
* Document a few more supported protocolsBadlop2015-06-221-0/+1
* Don't force persistence if cache enabled (fix previous commit)Christophe Romain2015-06-181-2/+2
* Fix max_items and don't let PEP depends on item cacheChristophe Romain2015-06-181-5/+5
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+23
* Fix pubsub/odbc crash on remote user unsubscribe (EJAB-1483)Christophe Romain2015-05-261-31/+34
* Document protocol support (EJABS-1620)Badlop2015-05-211-1/+2
* Call integer_to_binary using jlib (#554)Christophe Romain2015-05-181-1/+1
* Fix validating function for iqdiscEvgeniy Khramtsov2015-04-231-1/+1
* Improve purge_offline filter and speed (#543)Christophe Romain2015-04-221-39/+54
* Add support for publish-only (#30)Christophe Romain2015-04-211-0/+3
* Fix typo, oups...Christophe Romain2015-04-211-2/+2
* remove deferred Collection shim headerChristophe Romain2015-04-211-7/+2
* Fixed node type (thanks to saczawap) (#435)Christophe Romain2015-04-211-15/+9
* PubSub improvementsChristophe Romain2015-04-211-4272/+3083
* Don't bother with filtering out PEP error messagesHolger Weiss2015-03-251-33/+1
* Merge pull request #384 from weiss/fix-last-item-typeChristophe Romain2015-02-271-24/+37
|\
| * Use correct message type for last published itemsHolger Weiss2014-12-211-15/+24
| * Improve add_message_type/2 functionHolger Weiss2014-12-211-9/+13
* | Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-4/+4
|/
* Fix upgrade of PubSub mnesia tables from older ejabberd version.Jerome Sautret2014-12-181-56/+99