about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightMichael Vetter2021-01-081-1/+1
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-301-2/+0
* Parse stanza-idMichael Vetter2020-07-231-0/+2
* Apply coding styleMichael Vetter2020-07-071-261/+262
* Revert "Apply coding style"Michael Vetter2020-07-071-262/+261
* Apply coding styleMichael Vetter2020-07-071-261/+262
* OX: Announce public key on PEPDebXWoody2020-07-061-0/+8
* message.c: Check for message typeMichael Vetter2020-07-021-0/+1
* Add HEADLINE stanza defineMichael Vetter2020-07-021-0/+1
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+4
* Preserve Gajims minimize flag in bookmarksMichael Vetter2020-05-221-0/+2
* First MAM testMichael Vetter2020-04-111-0/+3
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+1
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-101-0/+1
* avatar: use unique id for stanza idMichael Vetter2020-02-071-1/+1
* muc: save oldest timestampMichael Vetter2020-01-301-0/+1
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* xep-0084: Download avatarsMichael Vetter2019-12-181-0/+2
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+3
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-131-1/+1
* _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-081-0/+2
* Don't render (all) delayed messages as MUC historyHolger Weiß2019-08-201-0/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+3
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-1/+6
* 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
* 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
* Add pubsub event callbackPaul Fariello2019-04-101-0/+1
* 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
* Add command subcommands: list and execPaul Fariello2018-09-051-2/+2
* Add command commandPaul Fariello2018-09-051-0/+4
* 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