about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Applied coding style to src/xmpp/James Booth2015-10-261-111/+113
* Moved idle time check for last activityJames Booth2015-10-141-10/+8
* Added jabber:iq:last to capabilitiesJames Booth2015-09-291-1/+1
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+19
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+8
* Free timestamps and carbons stanzasJames Booth2015-08-091-0/+2
* Use id handler for software version requests, handle errorsJames Booth2015-08-051-1/+5
* Added id attributes to roster queriesJames Booth2015-07-221-0/+4
* Add no-copy and no-store hints to OTR messagesSam Whited2015-07-011-0/+24
* Use reference counts for GDateTimes #516James Booth2015-06-301-0/+2
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-7/+12
* Use null check convention in stanza.cJames Booth2015-05-041-32/+32
* Added password to direct invitesJames Booth2015-03-291-2/+5
* Added check members only room to send mediated invitesJames Booth2015-03-281-0/+40
* Show message received text for receiptsJames Booth2015-03-111-3/+1
* Added basic delivery receiptsJames Booth2015-03-111-18/+37
* Send private carbons element with message when encryptedJames Booth2015-03-101-1/+9
* Added server error handling when setting /carbons preferenceJames Booth2015-03-091-4/+4
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+38
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+38
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* 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