about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+1
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* fixed crash because of incorrect string releasingDmitry Podgorny2013-08-261-1/+1
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-5/+10
* fixed memleak in _iq_handle_discoinfo_getDmitry Podgorny2013-08-241-0/+1
* fixed memory leaksDmitry Podgorny2013-08-031-9/+11
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-061-84/+0
* Respond to disco items queryJames Booth2013-03-241-0/+29
* Respond to disco info requests without node attributeJames Booth2013-03-241-2/+4
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-171-3/+3
* Implemented output for /disco infoJames Booth2013-03-141-2/+72
* Added output for /disco itemsJames Booth2013-03-141-5/+8
* Show name as well as jid for room listJames Booth2013-03-141-8/+19
* Removed unnecessary NULL checksJames Booth2013-03-141-2/+2
* Added /disco commandJames Booth2013-03-141-10/+32
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+51
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-081-0/+5
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+15
* Added autocomplete for /software commandJames Booth2013-02-171-0/+52
* Added /caps commandJames Booth2013-02-171-1/+11
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-1/+1
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-2/+2
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Only create contacts resource when onlineJames Booth2013-02-101-2/+1
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-101-3/+3
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-15/+39
* Moved private xmpp functions to connection.hJames Booth2013-02-031-4/+5
* Added debugging to presence and iq handlersJames Booth2013-02-031-1/+5
* Tidied #include'sJames Booth2013-02-021-5/+6
* Removed caps functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed iq 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/+337