aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_bosh.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-2/+2
* Use econf:timeout() instead of econf:pos_int() wherever appropriateEvgeny Khramtsov2019-07-171-2/+2
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-11/+11
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-211-1/+1
* Use new configuration validatorEvgeny Khramtsov2019-06-141-14/+16
* Don't put duplicate polling attribute in bosh payloadPaweł Chmielowski2019-05-141-6/+5
* Rename listening callback from start/2 to start/3Evgeny Khramtsov2019-04-011-1/+1
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-3/+3
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Refactor ejabberd listener APIEvgeny Khramtsov2018-09-171-71/+38
* Wait for more data than just <stream:stream> before sending in boshPaweł Chmielowski2018-07-261-9/+16
* Make sure that we always start inactivity timer from drop_holding_receiverPaweł Chmielowski2018-07-261-1/+2
* Set wait_timer to undefined when timer was triggeredPaweł Chmielowski2018-07-261-1/+2
* Move cancel_timer/1 function into 'misc' moduleHolger Weiss2018-07-171-9/+5
* Move XMPP stream and SASL processing to xmpp repoEvgeniy Khramtsov2018-07-061-3/+1
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-3/+3
* Move shaper to p1_utils repoEvgeniy Khramtsov2018-07-051-5/+5
* Do not check for deprecated typesEvgeniy Khramtsov2018-06-141-3/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-4/+1
* Fix problem in commit 548ef7b835fbf2ad965bb4bb3a6f4e4905717002Paweł Chmielowski2018-06-011-1/+1
* Don't crash in bosh when we receive request with RID < prev_ridPaweł Chmielowski2018-06-011-9/+10
* Introduce option 'validate_stream'Evgeniy Khramtsov2018-02-091-1/+2
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-14/+6
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Get rid of ejabberd receiverEvgeniy Khramtsov2017-12-261-9/+6
* Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-051-20/+18
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-15/+5
* Merge branch 'new_queue'Evgeniy Khramtsov2017-03-241-30/+43
|\
| * Add support for file-based queuesEvgeniy Khramtsov2017-03-101-30/+43
* | Get rid of p1_sha callsAlexey Shchepin2017-03-141-2/+2
|/
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-4/+4
* Change routing APIEvgeniy Khramtsov2017-02-161-20/+18
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-1/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-1/+1
|\
| * Get rid of "jlib.hrl" header in some filesEvgeniy Khramtsov2017-01-021-1/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-1/+1
* Don't use deprecated functions from jlib.erlEvgeniy Khramtsov2016-11-231-1/+1
* New bosh modulePaweł Chmielowski2016-11-221-0/+1095