about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+26
* Merge branch 'master' into roomconfigJames Booth2014-09-091-0/+2
|\
| * Use stanza_get_error_message for pong errorsJames Booth2014-09-091-0/+2
* | Created form moduleJames Booth2014-09-051-97/+0
* | Debug room config form fieldsJames Booth2014-09-051-5/+21
* | Added /room config edit and /room config cancelJames Booth2014-09-041-2/+52
|/
* Fix room config check for servers that don't send 110 statusJames Booth2014-09-041-11/+2
* Added /ping commandJames Booth2014-09-041-1/+4
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+27
* Send instant room requestJames Booth2014-09-031-0/+29
* Show message when room requires configJames Booth2014-09-031-0/+46
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Removed string allocation in stanza when joining roomJames Booth2014-06-151-1/+1
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-151-8/+8
* Fixed usages of get_unique_id to free resultJames Booth2014-06-151-0/+7
* Refactroed self presence checks, handle null stanzasJames Booth2014-05-061-89/+54
* Fixed cppcheck warningsJames Booth2014-04-261-59/+1
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-2/+95
* Switch back to storage for muc bookmarksJames Booth2014-03-291-3/+3
* 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