Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-23exmpp_server_sasl:next_step/1 returns the mechanism as list() again, soJean-Sébastien Pédron
2009-01-23Small fixesPablo Polvorin
2009-01-21A lot of bug fixes regarding attribute values type:Jean-Sébastien Pédron
2009-01-19Merge from trunk (r1804 to r1829).Jean-Sébastien Pédron
2009-01-19Merge from trunk (r1787 to r1804).Jean-Sébastien Pédron
2009-01-19Merge from trunk (r1764 to r1787).Jean-Sébastien Pédron
2009-01-19Merge from trunk (r1752 to r1764).Jean-Sébastien Pédron
2009-01-12Apply commit 1212 (caps handling fix), was incorrectly overwritten on 1770.Pablo Polvorin
2009-01-10Update gen_iq_handler API, require the 'Host' argument to be in binary() format.Pablo Polvorin
2009-01-09Adapt to new exmpp API where get_id/1, get_lang/1, get_initiating_entity/1, g...Pablo Polvorin
2009-01-08XML attributes as binary(). Change Node argument to binary in the following h...Pablo Polvorin
2009-01-03Big #jid to binary() conversion.Pablo Polvorin
2008-12-16Merge from trunk (r1709 to r1730).Jean-Sébastien Pédron
2008-12-08Merge from trunk (r1692 to r1709).Jean-Sébastien Pédron
2008-12-01Merge from trunk (r1649 to r1692).Jean-Sébastien Pédron
2008-10-10Remove a remaining jlib:jid_remove_resource/1 call.Jean-Sébastien Pédron
2008-10-10Fix a bug where legacy authentication informations were not search amongJean-Sébastien Pédron
2008-10-09Fix handling of unauthenticated stanzas which are not request IQ.Jean-Sébastien Pédron
2008-10-06mod_privacy & friends may return an empty list.Jean-Sébastien Pédron
2008-09-29When the status is not specified in a presence stanza, default to anJean-Sébastien Pédron
2008-09-23o Fix a misuse of exmpp_stanza:error/2: the namespace argument (theJean-Sébastien Pédron
2008-09-16Merge from trunk (r1457 to r1563).Jean-Sébastien Pédron
2008-08-26o Use the new functions from jlib.Jean-Sébastien Pédron
2008-08-06Update to use the new names used in exmpp_jid.Jean-Sébastien Pédron
2008-07-17Merge revisions from 1444 to revision 1457 from trunk.Jean-Sébastien Pédron
2008-07-17Start conversion to exmpp. For now, only direct calls from ejabberd_c2sJean-Sébastien Pédron
2008-07-11MFC:Jean-Sébastien Pédron
2008-07-11Exmpp now takes care of stanza serialization and compatible namespaces.Jean-Sébastien Pédron
2008-07-09Convert #xmlelement returned by the 'c2s_stream_features' hook toJean-Sébastien Pédron
2008-07-08SASL errors are now atoms, not strings anymore.Jean-Sébastien Pédron
2008-07-01Do not use the #iq record anymore internally. However it's still createdJean-Sébastien Pédron
2008-07-01Convert gen_iq_handler to exmpp.Jean-Sébastien Pédron
2008-07-01acl doesn't require conversion anymore.Jean-Sébastien Pédron
2008-07-01Convert acl to exmpp.Jean-Sébastien Pédron
2008-07-01o Use jlib:short_bare_jid/1.Jean-Sébastien Pédron
2008-07-01Use the new clause of exmpp_stanza:reply_with_error/2, exmpp_iq:error/2,Jean-Sébastien Pédron
2008-06-30Before doing any routing, the router print a warning if old structuresJean-Sébastien Pédron
2008-06-30o Use the new functions from jlib.Jean-Sébastien Pédron
2008-06-30Use -include_lib instead of -include to include exmpp.hrl. This is aJean-Sébastien Pédron
2008-06-27o Use the new exmpp namespace macro names.Jean-Sébastien Pédron
2008-06-26o Use a macro in ?DEFAULT_NS instead of the namespace atom directly.Jean-Sébastien Pédron
2008-06-25Fix short JID comparison in get_subscribed_and_online; it was usingJean-Sébastien Pédron
2008-06-25Finish ejabberd_c2s conversion with the functions related to offlineJean-Sébastien Pédron
2008-06-24Convert all presence-related functions.Jean-Sébastien Pédron
2008-06-24o Use the new exmpp_stream:opening_reply/3 function in wait_for_stream/2.Jean-Sébastien Pédron
2008-06-24The handle_info clause that treats routing order is now converted.Jean-Sébastien Pédron
2008-06-23Convert JID to the expected form outside of the C2S (empty fields mustJean-Sébastien Pédron
2008-06-20o Change the usage of #state.lang somewhat.Jean-Sébastien Pédron
2008-06-20First bunch of modifications to use exmpp. All FSM state function areJean-Sébastien Pédron
2008-06-10* src/ejabberd_c2s.erl: Bugfix: deliver messages when firstBadlop