about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+3
| | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza.
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-1/+6
| | | | | We try to reconfigure node and publish again. If it fails again then we give up.
* Add publish option to OMEMO device list and bundlePaul Fariello2019-04-101-0/+2
|
* Add store hints for OMEMO encrypted messagesPaul Fariello2019-04-101-0/+1
| | | | | | | | | Store hints are required has some server might discard messages without body. Here we ensure OMEMO messages are stored on server and delivered to client when they connect back. It's really important since it avoid libsignal to desynchronize counters.
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-0/+2
|
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-0/+1
|
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-0/+2
| | | | Devicelist subscription can be done directly with caps_add feature.
* Add pubsub event callbackPaul Fariello2019-04-101-0/+1
| | | | Also add generic message callback struct
* Add devicelist and bundle publicationPaul Fariello2019-04-101-1/+4
|
* Add devicelist subscriptionPaul Fariello2019-04-101-0/+2
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Add support for command config executionPaul Fariello2018-09-051-0/+1
|
* Handle simple executionPaul Fariello2018-09-051-0/+1
| | | | Tested with ping from biboumi
* Add command subcommands: list and execPaul Fariello2018-09-051-2/+2
| | | | Also handle list result
* Add command commandPaul Fariello2018-09-051-0/+4
| | | | Initial commit to test commands API
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Use hash table for bookmarksJames Booth2016-08-211-0/+2
|
* Use libstrophe xmpp_presence_new convenience functionJames Booth2016-08-201-2/+0
|
* Replace stanza_create_message with libstrophe convenience functionsJames Booth2016-08-201-3/+0
|
* Move caps_create -> stanza_create_caps_from_query_elementJames Booth2016-08-141-0/+1
|
* Move caps_create_sha1_str -> stanza_create_caps_sha1_from_queryJames Booth2016-08-141-0/+1
|
* Move caps_create_query_response_stanza -> stanza_create_caps_query_elementJames Booth2016-08-131-0/+2
|
* Tidy headersJames Booth2016-07-241-0/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Tidy xmpp headersJames Booth2016-05-041-4/+0
|
* Add /blocked commandJames Booth2016-05-011-0/+6
|
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-3/+3
| | | | | | | | | | | | 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/+13
|
* 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-80/+69
|
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+3
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+8
|
* Add no-copy and no-store hints to OTR messagesSam Whited2015-07-011-0/+3
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
|
* Merge branch 'master' into pgpJames Booth2015-03-291-1/+2
|\
| * Added password to direct invitesJames Booth2015-03-291-1/+2
| |
* | Merge branch 'master' into pgpJames Booth2015-03-291-0/+2
|\|
| * Added check members only room to send mediated invitesJames Booth2015-03-281-0/+2
| |
* | Send encrypted messagesJames Booth2015-03-241-0/+1
| |
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+1
|/
* Show message received text for receiptsJames Booth2015-03-111-1/+1
|
* Added basic delivery receiptsJames Booth2015-03-111-2/+6
|
* Send private carbons element with message when encryptedJames Booth2015-03-101-1/+1
|
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+8
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+8
| |
* | Updated copyrightJames Booth2015-02-101-1/+1
|/