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
2010-05-05Fix more HTTP-Bind; now works with exmpp bosh_client, but not others yet.Badlop
2010-04-27Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)Badlop
2010-03-30Allow customizing the StateData in p1_fsm before error reporting.Pablo Polvorin
2010-03-17- pass jid into feature_check_packet hook;Evgeniy Khramtsov
2010-03-05mod_caps optimizations (thanks evgeniy)Christophe Romain
2010-02-23Run user_receive_packet also when sending offline messages to client (thanks ...Badlop
2010-02-16Close also legacy sessions that were half connected (thanks to Evgeniy Khramt...Badlop
2010-01-28fixes badly formed defineEvgeniy Khramtsov
2010-01-28new ejabberd_c2s option support: max_fsm_queueEvgeniy Khramtsov
2010-01-28now using p1_fsm behaviour in c2s FSM (EJAB-1173)Evgeniy Khramtsov
2010-01-27exmpp fixes in c2s, piefxis and mod_vcard_ldap (thanks to Karim Gemayel)Badlop
2010-01-17Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)Badlop
2010-01-15Improve functions calls when closing client connection.Badlop
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop
2010-01-04When ejabberd stops, send stream close to clients (thanks to Alexey Shchepin)...Badlop
2009-12-29Disable code of recent commit because some clients can't handle it (EJAB-1058)Badlop
2009-12-28Send features after negotiating binding and session (EJAB-1058)Badlop
2009-12-01Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)Badlop
2009-11-25Fix problem of authentication when using plain from SVN r2575 (EJAB-936)Badlop
2009-11-24Fix exmpp_stanza:get_sender return value.Badlop
2009-08-31BOSH module optimization and clean-up (thanks to Aleksey Shchepin and Mickaƫ...Badlop
2009-08-31Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop
2009-08-07Fix argument passingBadlop
2009-08-07Move functions from roster_versioning to mod_roster (EJAB-964)Badlop
2009-08-06Support for roster versioning (EJAB-964)Pablo Polvorin
2009-08-03Support XEP-0199 Ping (thanks to Brian Cully and Evgeniy Khramtsov)(EJAB-974)Badlop
2009-06-30Include original timestamp on delayed presences (thanks to Mickael Remond)(EJ...Badlop
2009-06-11Prevent process crash if the IP and port of a connection is unknown.Badlop
2009-06-09When client is closed, include the Reason in the stream trailer stanza.Badlop
2009-06-02Fix some calls to exmppBadlop
2009-06-01API renaming : jid_to_binary -> to_binaryKarim Gemayel
2009-06-01API renaming : compare_bare_jids -> bare_compareKarim Gemayel
2009-06-01API renaming : compare_jids -> compareKarim Gemayel
2009-06-01API renaming : lresource -> prep_resourceKarim Gemayel
2009-06-01API renaming : lnode -> prep_nodeKarim Gemayel
2009-06-01API renaming : ldomain -> prep_domainKarim Gemayel
2009-06-01API renaming : parse_jid -> parseKarim Gemayel
2009-06-01API renaming : jid_to_bare_jid > bareKarim Gemayel
2009-06-01API renaming : make_jid -> makeKarim Gemayel
2009-05-06Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop
2009-04-22* src/cyrsasl.erl: Change API of check_password: pass a functionBadlop
2009-04-22* src/ejabberd_c2s.erl: Fix for SASL Anonymous connections notBadlop
2009-04-10Better handling of presence hook and caps cleanChristophe Romain
2009-03-24Merge 1998 from trunk.Badlop
2009-03-07* src/ejabberd_c2s.erl: Enforce privacy rules also forBadlop
2009-03-03Merge 1881 from trunk.Badlop
2009-02-24Removed a couple of expensive function calls used as arguments for Pablo Polvorin
2009-02-23* Use exmpp_jid:to_binary/1 when possible.Pablo Polvorin
2009-02-23Do not call mod_caps:clear_caps as it breaks PubSub/PEP (EJAB-854)Christophe Romain
2009-02-18src/ejabberd_auth.erl: Fix: for legacy authentication, the Digest parameters ...Pablo Polvorin