about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
* Making whitespace consistently spaces, not tabsKristofer M White2014-02-271-1/+1
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+14
* Implemented add bookmark for XEP-0223James Booth2014-02-021-2/+2
* Added generated id's to presence stanzasJames Booth2014-01-281-0/+7
* Handle recipient not foundJames Booth2014-01-261-0/+65
* Added generated id to chat state stanzasJames Booth2014-01-261-0/+2
* Added generated id to invitesJames Booth2014-01-261-0/+2
* Add generated id to messagesJames Booth2014-01-261-4/+3
* Use generated id on ping iqsJames Booth2014-01-261-1/+2
* remove octet_compareDmitry Podgorny2013-08-261-2/+2
* Merge branch 'master' into nextdevJames Booth2013-08-051-1/+33
|\
| * Free JidJames Booth2013-08-051-0/+1
| * Undo change to stanza check for nick change return valueJames Booth2013-08-051-25/+9
| * Refactor MUC self presence checksJames Booth2013-08-051-12/+18
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-9/+50
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-4/+4
* | Merge branch 'master' into nextdevJames Booth2013-07-221-5/+1
|\|
| * Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
* | initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+57
|/
* Show messages on /group add and /group removeJames Booth2013-06-231-2/+5
* fixed memory leaks in presence.cDmitry Podgorny2013-06-091-5/+27
* fixed several memory leaksDmitry Podgorny2013-06-091-3/+19
* Added /roster remove commandJames Booth2013-06-021-0/+23
* Add groups to roster contactsJames Booth2013-05-221-1/+12
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+5
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+23
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-1/+4
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+24
* Refactor show and status stanza handlingJames Booth2013-03-171-0/+26
* Added /disco commandJames Booth2013-03-141-2/+4
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+20
* fixed crash in stanza_create_form when text is NULLDmitry Podgorny2013-03-121-1/+6
* Added autocomplete for /software commandJames Booth2013-02-171-0/+19
* Tidy up presence moduleJames Booth2013-02-101-0/+27
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-6/+6
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Moved setting presence status and show into functionsJames Booth2013-02-041-53/+40
* Moved function to get presence string from type to stanza.cJames Booth2013-02-031-0/+18
* Send entity capabilities and status when joining roomJames Booth2013-02-031-1/+76
* Fixed crash on receiving dataformJames Booth2013-02-031-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Removed stanza functions from xmpp.hJames Booth2013-02-021-1/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+608