about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename jabber_ functionsJames Booth2016-05-061-0/+1
|
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
|
* Tidy xmpp headersJames Booth2016-05-041-29/+0
|
* Add /blocked commandJames Booth2016-05-011-0/+20
|
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-34/+37
| | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types.
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+84
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * 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
| | | | fixes #596
* 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
|