about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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