about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Expand)AuthorAgeFilesLines
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-4/+6
* Add error handler only onceJames Booth2013-09-221-1/+0
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-1/+1
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-0/+1
* fixed indentingDmitry Podgorny2013-08-241-1/+1
* Merge branch 'master' into nextdevJames Booth2013-08-051-3/+3
|\
| * Undo change to stanza check for nick change return valueJames Booth2013-08-051-2/+2
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-4/+4
* | fixed memory leaksDmitry Podgorny2013-08-031-11/+49
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-11/+15
|/
* fixed memory leaks in presence.cDmitry Podgorny2013-06-091-2/+10
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+13
* Refactored roster push handlingJames Booth2013-05-211-1/+1
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+7
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-0/+12
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-18/+11
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-0/+10
* Handle when servers do not send fulljid with presenceJames Booth2013-04-071-12/+21
* Refactor getting caps_keyJames Booth2013-03-171-86/+60
* Refactor show and status stanza handlingJames Booth2013-03-171-36/+5
* Refactor resource handling in available handlerJames Booth2013-03-171-15/+13
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-171-5/+3
* Added /disco commandJames Booth2013-03-141-3/+3
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-081-9/+12
* Fixed problem with using id attribute with apostrophe.James Booth2013-03-071-4/+11
* Check for resource in unavailable presence handlerJames Booth2013-02-241-3/+7
* Add resource only when resourcepart in JID #152James Booth2013-02-241-11/+15
* Revert "Commented self presence handling #151"James Booth2013-02-211-6/+0
* Commented self presence handling #151James Booth2013-02-201-0/+6
* Show available resources for current account with "/account"James Booth2013-02-181-0/+8
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-2/+2
* Simple default resource hanlding on presenceJames Booth2013-02-141-3/+19
* Tidy up presence moduleJames Booth2013-02-101-72/+126
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-67/+146
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-3/+3
* Removed presence from jabber_connJames Booth2013-02-101-3/+2
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Send show, status, priority and caps when changing room nicknameJames Booth2013-02-041-0/+11
* Moved setting presence status and show into functionsJames Booth2013-02-041-2/+6
* Added assertsJames Booth2013-02-031-2/+2
* Moved private xmpp functions to connection.hJames Booth2013-02-031-18/+19
* Moved function to get presence string from type to stanza.cJames Booth2013-02-031-21/+2
* Send entity capabilities and status when joining roomJames Booth2013-02-031-108/+76
* Added debugging to presence and iq handlersJames Booth2013-02-031-1/+27
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-3/+3
* Removed caps functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+487