about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak in stanza_get_oldest_delayMichael Vetter2020-02-251-2/+14
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+12
* avatar: use unique id for stanza idMichael Vetter2020-02-071-3/+3
* fix: Initialize variable in stanza_get_oldest_delay()Michael Vetter2020-01-301-1/+1
* Fix error in stanza_get_oldest_delay()Michael Vetter2020-01-301-3/+3
* muc: save oldest timestampMichael Vetter2020-01-301-1/+30
* stanza: Refactor stanza_get_delay_from()Michael Vetter2020-01-301-26/+49
* Fix typo in commentMichael Vetter2020-01-231-1/+1
* xep-0084: Download avatarsMichael Vetter2019-12-181-0/+31
* Fix stanza_get_child_by_name_and_from() strcmpMichael Vetter2019-11-141-1/+3
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-131-12/+34
* Fix stanza_get_child_by_name_and_ns() if no nameMichael Vetter2019-11-121-1/+3
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-081-0/+18
* Remove prefix from stanza idMichael Vetter2019-10-171-29/+29
* Don't render (all) delayed messages as MUC historyHolger Weiß2019-08-201-0/+15
* Fix various OMEMO memleaksPaul Fariello2019-07-101-0/+9
* Update tests with new URLMichael Vetter2019-05-031-1/+1
* Update profanity URL in entity capabilities stanzaMichael Vetter2019-05-031-1/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+15
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-8/+57
* Add support for disconnect in OMEMOPaul Fariello2019-04-101-4/+12
* Add publish option to OMEMO device list and bundlePaul Fariello2019-04-101-0/+39
* Add store hints for OMEMO encrypted messagesPaul Fariello2019-04-101-0/+12
* Add support for encrypted carbonPaul Fariello2019-04-101-1/+1
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-0/+25
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-0/+24
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-2/+2
* Add devicelist and bundle publicationPaul Fariello2019-04-101-2/+145
* Add devicelist subscriptionPaul Fariello2019-04-101-0/+25
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Fix optionnal sessionid in xep 0050Paul Fariello2019-01-211-1/+3
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-271-1/+51
|\
| * Add support for command config executionPaul Fariello2018-09-051-0/+25
| * Handle simple executionPaul Fariello2018-09-051-1/+1
| * Add command subcommands: list and execPaul Fariello2018-09-051-2/+5
| * Add command commandPaul Fariello2018-09-051-0/+22
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-1/+18
|/
* Move ID generation to xmpp folderMichael Vetter2018-08-301-20/+20
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Free stanzas on stanza_create_http_upload_request()James Booth2016-09-051-0/+6
* Use hash table for bookmarksJames Booth2016-08-211-22/+21
* Use libstrophe xmpp_presence_new convenience functionJames Booth2016-08-201-15/+3
* Use libstrophe xmpp_iq_new convenience functionJames Booth2016-08-201-99/+57
* Use libstrophe xmpp_message_new convenience functionJames Booth2016-08-201-18/+10
* Replace stanza_create_message with libstrophe convenience functionsJames Booth2016-08-201-23/+0
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-32/+32
* Copy feature strings on caps_get_featuresJames Booth2016-08-171-1/+1
* Add caps_createJames Booth2016-08-141-30/+7