about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed handle, jid and resource in rosterJames Booth2013-05-211-58/+58
| | | | Renamed to name, barejid and fulljid
* Renamed _roster_handle_set -> _roster_handle_pushJames Booth2013-05-211-3/+5
|
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-213-4/+14
|
* Roster handle changes handled correctlyJames Booth2013-05-201-40/+67
|
* Added jid autocompleter for /roster nick commandJames Booth2013-05-202-18/+34
|
* Use handle in /msg commandJames Booth2013-05-194-15/+71
|
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+5
|
* Added /roster command with nick option to change handleJames Booth2013-05-195-4/+51
|
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-064-2/+227
|
* Renamed contact_list_ functions to roster_James Booth2013-05-063-5/+4
|
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
|
* Created roster module, moved roster iq'sJames Booth2013-05-064-85/+158
|
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-063-4/+11
|
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-052-0/+14
|
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-052-19/+12
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-054-6/+33
|
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-272-0/+11
| | | | closes #167
* Added /invite for direct MUC invitationsJames Booth2013-04-204-17/+41
|
* Show shortened room jid if possible on inviteJames Booth2013-04-182-0/+14
|
* 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.
* Show message in console when receiving chat room invitesJames Booth2013-03-243-3/+94
|
* Added disco items to features in disco info responsesJames Booth2013-03-241-0/+6
|
* 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
| | | | | | xmpp_stanza_get_text may return NULL. Also fixed memory leak: xmpp_stanza_get_text returns new allocated string and it must be freed by xmpp_free().
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-082-9/+17
| | | | 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 NULL connection and contextJames Booth2013-03-021-4/+16
| | | | fixes #155
* 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
| | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26.
* 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
|