about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | closes #167
* 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