about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | closes #167
* Handle when servers do not send fulljid with presenceJames Booth2013-04-071-12/+21
| | | | | A default resource "__prof_default" is created, and invisible to the user for most purposes.
* 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
| | | | fixes #151
* Fixed problem with using id attribute with apostrophe.James Booth2013-03-071-4/+11
| | | | Needs a better solution, but the current one stop the crash
* 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
| | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26.
* 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