about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
Commit message (Expand)AuthorAgeFilesLines
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* Apply coding styleMichael Vetter2020-07-071-69/+69
* Revert "Apply coding style"Michael Vetter2020-07-071-75/+75
* Apply coding styleMichael Vetter2020-07-071-75/+75
* Add and use connection_get_barejid()Michael Vetter2020-05-251-4/+4
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Remove prefix from stanza idMichael Vetter2019-10-171-4/+4
* Log alleged roster push to fileMichael Vetter2019-09-121-0/+1
* Fix segfault in group add/remove commandMichael Vetter2019-07-221-4/+0
* Rename ProfIdCallback into ProfIqCallbackPaul Fariello2019-04-101-2/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Make _get_groups_from_item and roster _compare_* publicPaul Fariello2018-09-261-6/+3
* Move ID generation to xmpp folderMichael Vetter2018-08-301-4/+4
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-2/+2
* Tidy headersJames Booth2016-07-241-5/+5
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add ProfIdFreeCallback to free stale id handlers on connectJames Booth2016-06-081-5/+14
* Move connection fulljid functionJames Booth2016-05-061-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-1/+2
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
* Tidy xmpp headersJames Booth2016-05-041-6/+7
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-021-2/+2
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-71/+21
* Added basic stanza receive eooksJames Booth2016-03-271-6/+14
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-261-2/+2
* Added stanza send hooks for pluginsJames Booth2016-03-261-6/+24
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+4
|/
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-29/+0
* Applied coding style to src/xmpp/James Booth2015-10-261-26/+19
* Use lastactivity preference for presence updatesJames Booth2015-10-141-1/+6
* Include last activity in initial presenceJames Booth2015-09-271-2/+24
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+8
* Added id attributes to roster queriesJames Booth2015-07-221-4/+7
* Added cl_ev_presence_sendJames Booth2015-05-071-1/+2
* Renamed presence_update -> presence_sendJames Booth2015-05-071-1/+1
* Tidied _roster_result_handlerJames Booth2015-05-071-32/+30
* Use null check convention in roster.cJames Booth2015-05-041-11/+11
* Removed server event delegation functionsJames Booth2015-05-011-6/+5
* Renamed event functionsJames Booth2015-04-281-6/+6
* Renamed server event functionsJames Booth2015-04-191-6/+6
* Moved server_events to event/James Booth2015-04-191-1/+1
* Lowercase barejid in JidJames Booth2015-02-231-0/+3
* Lowercase barejid before adding to rosterJames Booth2015-02-231-9/+11
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed function pointersJames Booth2014-12-221-22/+11