aboutsummaryrefslogtreecommitdiff
path: root/src/node_mb.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * node_mb: Call node_pep instead of node_hometreeHolger Weiss2016-09-061-1/+1
| |
| * node_mb: Fix configuration documentationHolger Weiss2016-09-061-0/+1
| | | | | | | | | | A node plugin used in a 'pep_mapping' must explicitly be added to the list of 'plugins'.
* | Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov2016-07-301-1/+0
|/
* Add support for PubSub publishing optionsHolger Weiss2016-05-251-3/+4
| | | | | | | | | Add code necessary to support publishing options as described in XEP-0060, #7.1.5. A node plugin that expects publishing options must add <<"publish-options">> to the features/0 list and then handle the publishing options handed over to the publish_item/7 call. Signed-off-by: Christian Ulrich <christian@rechenwerk.net>
* Set default value for pubsub#itemreply optionHolger Weiss2016-04-211-1/+2
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Fix pubsub headersChristophe Romain2015-12-151-20/+20
|
* Let flat be default plugin (#609)Christophe Romain2015-07-221-1/+0
|
* Update comment that explains how to set up node_mbHolger Weiss2015-06-191-7/+11
| | | | | | | Specify settings that make sense with current ejabberd versions, and use the YAML configuration format. Also, specify the "urn:xmpp:microblog:0" namespace, as that's the microblogging node name currently defined by XEP-0277.
* PubSub improvementsChristophe Romain2015-04-211-122/+117
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-3/+3
|
* Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-3/+3
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+191
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite