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