aboutsummaryrefslogtreecommitdiff
path: root/src/mod_push.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_push: Keep push session ID on session resumeHolger Weiss2022-05-021-2/+14
* Adapt mod_push_keepalive to mod_push changesHolger Weiss2022-05-011-6/+11
* mod_push: Rename "timestamp" to "push session ID"Holger Weiss2022-05-011-41/+42
* mod_push: Fix notifications for pending sessionsHolger Weiss2022-05-011-16/+25
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-5/+5
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-301-1/+1
* mod_push: Fix handling of MUC/Sub messagesHolger Weiss2021-07-281-4/+5
* mod_push: Handle MUC/Sub events correctlyHolger Weiss2021-04-081-6/+13
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* mod_push: Fix log message argumentHolger Weiss2020-11-041-1/+1
* mod_push: Fix API call return type on errorHolger Weiss2020-11-041-2/+2
* mod_push: Support cache config changes on reloadHolger Weiss2020-11-041-1/+3
* 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
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+55
* Omit push notifications if offline storage failedHolger Weiss2020-01-051-9/+13
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-16/+16
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-6/+7
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-9/+6
* Use new configuration validatorEvgeny Khramtsov2019-06-141-27/+29
* mod_push: Check for payload in encrypted messagesHolger Weiss2019-03-111-2/+7
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-1/+1
* Merge branch 'mix'Evgeny Khramtsov2019-02-211-4/+4
|\
| * Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-4/+4
* | mod_push: Improve notification error handlingHolger Weiss2019-02-111-8/+35
* | Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|/
* Move some functions from xmpp back into ejabberdHolger Weiss2018-10-251-1/+1
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-1/+1
* mod_push: Include a static body text by defaultHolger Weiss2018-06-191-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-2/+1
* mod_push: Omit summary for outgoing messagesHolger Weiss2018-06-131-24/+49
* mod_push: Further improve handling of carbonsHolger Weiss2018-06-131-2/+3
* mod_push: Also include sender/body for carbonsHolger Weiss2018-06-121-1/+1
* mod_push_keepalive: Reset timeout on messages onlyHolger Weiss2018-04-171-23/+11
* mod_push: Optionally include message sender/bodyHolger Weiss2018-04-161-15/+98
* mod_push: Add function specificationHolger Weiss2018-04-161-0/+1
* mod_push: Add/adjust debug messagesHolger Weiss2018-04-161-1/+2
* mod_push: Don't notify on stream errorsHolger Weiss2018-04-161-0/+2
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-111-16/+6
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-311-1/+1
* Switch to newer fast_xml and xmpp and update record fields in the codeEvgeniy Khramtsov2018-01-251-1/+1
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-24/+20
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Use new API for IQ routingEvgeniy Khramtsov2017-11-101-3/+6
* mod_push: Avoid notification duplicates (again)Holger Weiss2017-11-101-11/+9
* Unregister commands when stopping node only if it's last one (#2083)Badlop2017-11-061-1/+6
* mod_push: Avoid notification duplicatesHolger Weiss2017-11-061-5/+3
* Simplify backend interface for mod_pushEvgeniy Khramtsov2017-10-271-25/+26
* Fix typoEvgeniy Khramtsov2017-10-271-2/+2