about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Use resource in chat sessionsJames Booth2015-01-041-3/+2
* Refactored parsing capsJames Booth2014-11-261-55/+31
* Refactored available presence handlerJames Booth2014-11-261-0/+77
* Fixed various memory leaksJames Booth2014-11-011-1/+4
* Show occupants role/affiliation changesJames Booth2014-10-181-2/+2
* Refactor muc_user_handlerJames Booth2014-10-071-12/+12
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-2/+2
* Implemented setting and listing rolesJames Booth2014-10-061-0/+68
* Implemented /room kick commandJames Booth2014-10-051-0/+150
* Added /room kick commandJames Booth2014-10-051-0/+41
* Added /room subject commandJames Booth2014-10-051-0/+23
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-22/+8
* Allow adding and removing room ownersJames Booth2014-10-041-0/+82
* Tidied muc moduleJames Booth2014-09-281-5/+5
* Store room affiliation and roleJames Booth2014-09-281-6/+6
* Create sha-1 of own capabilities onceJames Booth2014-09-231-2/+1
* Fixed muc presence check, remove logging from presence handlerJames Booth2014-09-211-12/+4
* wip - refactoring capabilitiesJames Booth2014-09-191-6/+39
* 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
|\