about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
* Added simple mock test, refactored rosterJames Booth2013-12-141-28/+12
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
* Use passwords from the accounts fileTomás Senart2013-10-141-2/+1
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+1
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+1
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+4
* Added message in console on /roster addJames Booth2013-06-021-1/+2
* Added /roster remove commandJames Booth2013-06-021-0/+1
* Added /roster add commandJames Booth2013-06-011-0/+1
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+1
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-211-2/+1
* Refactored roster push handlingJames Booth2013-05-211-1/+1
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-1/+1
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-1/+1
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-1/+1
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-0/+1
* Use handle in /msg commandJames Booth2013-05-191-0/+1
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+1
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-0/+18
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-0/+2
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-1/+1
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+1
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-0/+1
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+2
* Show shortened room jid if possible on inviteJames Booth2013-04-181-0/+1
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+5
* Implemented output for /disco infoJames Booth2013-03-141-0/+6
* Show name as well as jid for room listJames Booth2013-03-141-0/+5
* Added /disco commandJames Booth2013-03-141-0/+2
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+1
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-0/+1
* Show available resources for current account with "/account"James Booth2013-02-181-0/+1
* Added autocomplete for /software commandJames Booth2013-02-171-0/+3
* Added /caps commandJames Booth2013-02-171-0/+1
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-1/+1
* Removed presence from jabber_connJames Booth2013-02-101-1/+0
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-2/+2
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-1/+7
* Use of const in connection.cJames Booth2013-02-041-1/+1
* Removed jabber_restart functionJames Booth2013-02-031-1/+0
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-1/+0
* Moved private xmpp functions to connection.hJames Booth2013-02-031-7/+0
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Removed caps functions from xmpp.hJames Booth2013-02-021-4/+0
* Removed presence functions from xmpp.hJames Booth2013-02-021-3/+0
* Removed iq functions from xmpp.hJames Booth2013-02-021-4/+0
* Removed message handler function from xmpp.hJames Booth2013-02-021-1/+0
* Removed stanza functions from xmpp.hJames Booth2013-02-021-125/+0
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+235