about summary refs log tree commit diff stats
path: root/src/xmpp
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
* Refactor getting caps_keyJames Booth2013-03-171-86/+60
* Refactor show and status stanza handlingJames Booth2013-03-173-36/+34
* Refactor resource handling in available handlerJames Booth2013-03-171-15/+13
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-172-8/+6
* Implemented output for /disco infoJames Booth2013-03-143-2/+79
* Added output for /disco itemsJames Booth2013-03-141-5/+8
* Show name as well as jid for room listJames Booth2013-03-142-8/+24
* Removed unnecessary NULL checksJames Booth2013-03-141-2/+2
* Added /disco commandJames Booth2013-03-145-16/+42
* Added basic /rooms command to get chat room listJames Booth2013-03-134-0/+74
* fixed crash in stanza_create_form when text is NULLDmitry Podgorny2013-03-122-1/+8
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-082-9/+17
* Fixed problem with using id attribute with apostrophe.James Booth2013-03-071-4/+11
* Check for NULL connection and contextJames Booth2013-03-021-4/+16
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-272-12/+25
* Removed connection_shutdown functionJames Booth2013-02-271-12/+9
* Replace FREE_SET_NULLs with function callJames Booth2013-02-271-4/+1
* Split connection_free_resourcesJames Booth2013-02-271-7/+34
* Made connection free resources static functionJames Booth2013-02-272-5/+6
* Added debug to connection handlerJames Booth2013-02-261-0/+12
* 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-212-9/+3
* Commented self presence handling #151James Booth2013-02-202-3/+9
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
* Show available resources for current account with "/account"James Booth2013-02-184-0/+34
* Tidied new command output, ordered featuresJames Booth2013-02-171-3/+4
* Added ping to featuresJames Booth2013-02-171-0/+5
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+15
* Added chatstates to capabilitiesJames Booth2013-02-171-0/+6
* Added autocomplete for /software commandJames Booth2013-02-174-0/+75
* Added /caps commandJames Booth2013-02-174-3/+24
* Show all resources ordered by priority with /info commandJames Booth2013-02-172-3/+3
* Simple default resource hanlding on presenceJames Booth2013-02-141-3/+19
* Tidy up presence moduleJames Booth2013-02-103-72/+154
* Added usage of handlers to message and presence modulesJames Booth2013-02-104-95/+160
* Added resource_presence_t and contact_presence_tJames Booth2013-02-106-14/+13
* Removed presence from jabber_connJames Booth2013-02-103-21/+2
* Renamed jabber_presence_t->presence_tJames Booth2013-02-107-12/+12
* 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-055-22/+96
* Removed debug from last commitJames Booth2013-02-051-4/+0
* SHA1 now generated correctly when data form included in capsJames Booth2013-02-051-0/+5
* 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-043-63/+58
* Use of const in connection.cJames Booth2013-02-042-6/+7
* Small tidy up in connection.cJames Booth2013-02-031-3/+10