summaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-87/+202
* Reflect cyrsasl API changes in remaining codeEvgeniy Khramtsov2016-12-311-3/+3
* More refactoring on session managementEvgeniy Khramtsov2016-12-301-82/+127
* Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-152/+208
* Rewrite ejabberd_service to use new XMPP stream APIEvgeniy Khramtsov2016-12-111-63/+74
* Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-2706/+551
* Let mod_carboncopy mark copied messagesHolger Weiss2016-11-221-29/+15
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-37/+164
|\
| * XEP-0198: Cope with invalid 'from'/'to' attributesHolger Weiss2016-10-061-3/+6
| * Merge branch 'push-requirements' of https://github.com/weiss/ejabberd into we...Christophe Romain2016-09-131-12/+54
| |\
| | * ejabberd_c2s: Add XEP-0198 resumption hooksHolger Weiss2016-08-151-12/+24
| | * Add functions to get/set some c2s state elementsHolger Weiss2016-08-151-0/+30
| * | XEP-0198: Cancel timer when waiting for resumptionHolger Weiss2016-09-091-1/+7
| * | New stream management option: ack_timeoutHolger Weiss2016-09-071-12/+56
| * | Merge pull request #1253 from Amuhar/xep0356Christophe Romain2016-09-071-0/+14
| |/
| * Add user's JID to CSI hook argumentsHolger Weiss2016-08-051-5/+7
| * Cosmetic change: Set CSI state 'active' on resumeHolger Weiss2016-08-051-4/+3
| * XEP-0198: Handle timeouts during stream resumptionHolger Weiss2016-08-031-2/+9
| * XEP-0198: Increase timeout for stream resumptionHolger Weiss2016-08-031-1/+1
| * Display data that is send to websocket connection in debug log levelPaweł Chmielowski2016-07-281-0/+1
| * Don't return error for blocked MUC PMsHolger Weiss2016-07-241-5/+12
| * XEP-0198: Log debug message when dropping stanzaHolger Weiss2016-07-231-0/+3
* | Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-221-94/+80
* | Test anonymous authEvgeniy Khramtsov2016-09-251-1/+5
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-1/+1
* | Improve namespace handlingEvgeniy Khramtsov2016-09-241-4/+4
* | Add tests for s2s codeEvgeniy Khramtsov2016-09-231-40/+25
* | Add tests for external componentEvgeniy Khramtsov2016-09-211-1/+1
* | Add more tests for C2SEvgeniy Khramtsov2016-09-201-15/+11
* | Make common tests working againEvgeniy Khramtsov2016-09-131-1/+1
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-2/+2
* | Improve some type specsEvgeniy Khramtsov2016-08-091-23/+75
* | Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-051-2/+2
* | Rewrite S2S and ejabberd_service code to use XML generatorEvgeniy Khramtsov2016-07-271-95/+96
* | Initial version based on XML generatorEvgeniy Khramtsov2016-07-181-1375/+931
|/
* Omit [info] message with number of queued stanzasHolger Weiss2016-07-101-2/+2
* Include correct version in stream:stream when reporting errorsPaweł Chmielowski2016-06-271-3/+9
* XEP-0198: Apply cosmetic changesHolger Weiss2016-06-211-18/+17
* XEP-0198: Also count stanzas when socket is closedHolger Weiss2016-06-211-1/+3
* Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski2016-06-211-8/+4
* Fix handling of queued stanzas on session timeoutHolger Weiss2016-06-191-2/+4
* Use acl:access_matches in c2sPaweł Chmielowski2016-05-261-7/+10
* XEP-0198: Add 'h' attribute to <failed/> elementHolger Weiss2016-05-241-11/+40
* Move CSI queue handling into mod_client_stateHolger Weiss2016-05-171-62/+20
* Fix C2S session data leak (#1078)Evgeniy Khramtsov2016-05-091-1/+5
* XEP-0198: Use different error message for bouncesHolger Weiss2016-05-061-2/+2
* Return error when blocking last activity requestHolger Weiss2016-04-251-0/+6
* Don't omit bounces for messages of type "result"Holger Weiss2016-04-241-1/+0
* Make sure that ejabberd_sm sid are uniquePaweł Chmielowski2016-04-081-1/+1
* Send stream trailer at the very endEvgeniy Khramtsov2016-04-081-25/+6