aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-23Add WebSockets support to mod_mqttEvgeny Khramtsov3-2/+178
Example configuration: listen: ... - port: 5280 module: ejabberd_http request_handlers: "/mqtt": mod_mqtt modules: ... mod_mqtt: {}
2019-04-23Fix handling of list arguments on pgsqlPaweł Chmielowski2-19/+80
2019-04-23Support other socket modules for MQTTEvgeny Khramtsov1-6/+14
2019-04-23Move websocket optionsEvgeny Khramtsov2-14/+22
2019-04-23Improve request_handlers validatorEvgeny Khramtsov1-9/+23
2019-04-19Correctly support cache tags in ejabberd_authEvgeny Khramtsov1-5/+8
2019-04-19Allow returning HTTP headers in REST responsesEvgeny Khramtsov1-19/+25
2019-04-19Use new ets_cache api in ejabberd_authEvgeny Khramtsov1-8/+9
2019-04-17Add hook room_destroyed called when room gets destroyedPaweł Chmielowski1-10/+16
2019-04-16Change implementation of misc:unique_timestamp()Paweł Chmielowski1-3/+2
2019-04-16Handle cdata in initial data probe of ws modulePaweł Chmielowski1-0/+1
2019-04-16Make misc:unique_timestamp not overflow microsecond part.Paweł Chmielowski1-2/+3
This should fix issue #2860
2019-04-15Add hooks for tracking mucsub subscriptions changesPaweł Chmielowski1-3/+6
2019-04-14Feed whole image to eimp:identify/1Evgeny Khramtsov1-37/+32
Fixes #2859
2019-04-11Handle correctly case where ExtraUsername is emptyPaweł Chmielowski1-2/+2
2019-04-09When making mucsub message from mam archive check for subjectPaweł Chmielowski1-2/+8
2019-04-06Use xml:lang from stanza when it's missing in <command/> elementEvgeny Khramtsov1-2/+7
Thanks to Philipp Hörist for spotting this
2019-04-06Add 'sessionid' attribute when requiredEvgeny Khramtsov1-37/+31
Fixes #2852
2019-04-03Update mod_muc_riakEvgeny Khramtsov1-5/+1
2019-04-03Update mod_mam dependenciesEvgeny Khramtsov1-2/+5
2019-04-03Decrease ugliness of the ugly codeEvgeny Khramtsov1-48/+53
2019-04-03Change mucsub API for database backendsEvgeny Khramtsov5-34/+50
2019-04-03Add ext_mod paths before checking config (processone/ejabberd-contrib#263)Badlop2-3/+7
2019-04-03Return proper error message for duplicate or missing args in http_api callPaweł Chmielowski1-6/+10
2019-04-03Log message when trying to execute http_api command with extra argumentsPaweł Chmielowski1-5/+7
2019-04-03Formating fixPaweł Chmielowski1-1/+1
2019-04-03Make http_api command execution exception catcher log also command and argsPaweł Chmielowski1-1/+4
2019-04-02cache_size not applied to mod_roster on reload_config (#2769)Badlop1-1/+2
2019-04-02Fix previous commitEvgeny Khramtsov1-5/+7
Fixes #2847
2019-04-01Rename listening callback from start/2 to start/3Evgeny Khramtsov12-73/+87
This will prevent conflicts in callback names in mod_mqtt Old callback function is still supported.
2019-04-01Fix issue with creating HostMatch in mod_mam_sqlPaweł Chmielowski1-1/+1
This fixes issue #2844
2019-04-01Use xmpp:get_subtags/2Evgeny Khramtsov1-1/+1
2019-03-29Don't use deprecated gen_mod:db_typePaweł Chmielowski1-2/+2
2019-03-29Fix issue with mam testsPaweł Chmielowski1-1/+1
Too much copy/paste...
2019-03-29Implement mod_muc_sql:select_with_mucsubPaweł Chmielowski2-49/+95
This allows us to limit number of issued queries required by user_mucsub_from_muc_archive option
2019-03-29Make misc:add_delay_info properly handle multiple delay tags in elementPaweł Chmielowski1-9/+11
2019-03-28Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski4-18/+150
This option disable storing separate mucsub message for each individual subscriber but instead when user fetches archive virtual mucsub messages are generated from muc archives.
2019-03-28Include id in mucsub notification messagePaweł Chmielowski1-6/+8
2019-03-27Add 'config' tag to the reload_config commandBadlop1-1/+1
2019-03-22Fix Register command to respect mod_register's Access option (#2837)Badlop1-1/+2
2019-03-18Fix crash in mod_muc_admin:web_page_main/2 caused by just_created (#2830)Badlop1-4/+10
2019-03-15Origin header validation on websocket connection (#2821)Paweł Dorofiejczyk2-2/+8
2019-03-15Add newline to error_logger log formatChristophe Romain1-6/+6
2019-03-14Add check for ljid when setting up subscribersPaweł Chmielowski1-9/+20
2019-03-14Flip default bounce_groupchat flag value, muc will drop bounces anywayPaweł Chmielowski1-1/+1
2019-03-14Add option to mod_offline to make it not bounce mucsub/groupchat messagesPaweł Chmielowski2-12/+59
2019-03-14Use jid() instead of ljid()Evgeny Khramtsov1-2/+3
2019-03-14Improve formatting of hook crashesEvgeny Khramtsov1-4/+7
2019-03-13Delete the ping timer only when timeout_action=kill (#2820)Badlop1-4/+5
2019-03-12mod_muc: Simplify room creation checksHolger Weiss1-26/+32