aboutsummaryrefslogtreecommitdiff
path: root/src/mod_ping.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-311-2/+3
|/
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-3/+3
|
* Adding ping_ack_timeout in mod_opt_type configurationNycholas de Oliveira e Oliveira2015-11-181-1/+3
| | | | | | | | | | | Avoid the error output ``` 2015-11-18 12:02:40.297 [error] <0.37.0>@gen_mod:validate_opts:250 unknown option 'ping_ack_timeout' for module 'mod_ping' will be likely ignored, available options are: 'iqdisc', 'ping_interval', 'send_pings', 'timeout_action' 2015-11-18 12:02:40.334 [error] <0.37.0>@gen_mod:validate_opts:250 unknown option 'ping_ack_timeout' for module 'mod_ping' will be likely ignored, available options are: 'iqdisc', 'ping_interval', 'send_pings', 'timeout_action' ``` In setting mod_opt_type default, ping_ack_timeout parameter was added.
* mod_ping: allowed the ping ack timeout (the length of time taken to deem ↵colm2015-10-221-1/+6
| | | | that a ping has not being responded to) configurable. it still defaults to 32 seconds as per the constant IQ_TIMEOUT (in ejabberd_local.erl) this just makes it optionally configurable (in my case I needed to be more trigger happy than 32 seconds)
* ejabberd_c2s: Let stop/1 close XEP-0198 sessionsHolger Weiss2015-10-171-1/+1
| | | | | | | The stop/1 function now terminates stream management sessions immediately, just as it does for other sessions. The new ejabberd_c2s:close/1 function can be used to close the socket without terminating the stream management session, like stop/1 did before.
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-221-3/+4
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+13
|
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-1/+1
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-2/+1
| | | | | | | | | | | | | | | | 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
* Accumulated patch to binarize and indent codeBadlop2013-03-141-91/+102
|
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
|
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
|
* Add comment about ping requests sent even to non-supporting clientsBadlop2011-08-041-0/+2
|
* mod_ping uses iqdisc no_queue by default (thanks to Chris Moos)(EJAB-1435)Badlop2011-04-071-1/+1
|
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
|
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* Document mod_ping in the ejabberd Guide (EJAB-974)(EJAB-173)Badlop2009-07-301-23/+21
| | | | SVN Revision: 2403
* implemented timeout_action: none | kill. default is noneEvgeniy Khramtsov2009-07-301-0/+15
| | | | SVN Revision: 2402
* XMPP Ping support (thanks to Brian Cully)Evgeniy Khramtsov2009-07-301-0/+222
SVN Revision: 2401