about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove forgotten debug lineMichael Vetter2021-02-151-1/+0
* Use correct time for MAM messagesMichael Vetter2021-02-041-8/+17
* Enable error logging on MAM RSMMichael Vetter2021-01-281-4/+1
* Get MAM from last 7 daysMichael Vetter2021-01-281-1/+1
* MAM: Request more pages via RSMMichael Vetter2021-01-281-6/+22
* Adapt MAM RSM code to latest functionsMichael Vetter2021-01-281-3/+3
* wip: add rsm after we get the first couple of mam messagesMichael Vetter2021-01-283-5/+46
* mam: Use correct ID in rsm handlerMichael Vetter2021-01-281-3/+1
* mam: fix logging messageMichael Vetter2021-01-281-1/+1
* Start working on MAM RSM to get more pagesMichael Vetter2021-01-282-1/+27
* Update copyrightMichael Vetter2021-01-085-5/+5
* Remove not needed includeMichael Vetter2020-12-161-1/+0
* Fix various typosMichael Vetter2020-12-103-5/+5
* Declare counter var inside loopMichael Vetter2020-11-092-10/+5
* Print all error stanzasMichael Vetter2020-10-301-5/+5
* Fixed Date format for MAM requestDebXWoody2020-10-281-2/+2
* xmpp/bookmark: don't use uninitialised fieldDmitry Podgorny2020-10-191-0/+1
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Enable _handle_ox_chat() payload/body decryptionMichael Vetter2020-10-091-3/+0
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-306-32/+10
* Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-301-8/+0
* Fix memory leak in _handle_chat()Dmitry Podgorny2020-08-071-21/+7
* Parse stanza-idMichael Vetter2020-07-233-6/+40
* ox review: Use english not germanMichael Vetter2020-07-101-5/+5
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-102-3/+241
* Apply coding styleMichael Vetter2020-07-0739-3203/+3233
* OX: Fix testsMichael Vetter2020-07-071-1/+2
* Revert "Apply coding style"Michael Vetter2020-07-0739-3321/+3295
* Apply coding styleMichael Vetter2020-07-0739-3295/+3321
* OX: Announce public key on PEPDebXWoody2020-07-063-0/+287
* Merge branch 'omemofix'Michael Vetter2020-07-041-20/+39
|\
| * Messages are not shown in ChatSecureDebXWoody2020-07-041-20/+39
* | message.c: Use message->to_jid instead of to_jidMichael Vetter2020-07-031-1/+1
* | message.c: _handle_carbons() check from field outside of functionMichael Vetter2020-07-031-15/+17
* | message.c: Dont duplicate code in _handle_carbon and _handle_chatMichael Vetter2020-07-031-111/+66
* | message.c: Remove from/to setting out of conditionMichael Vetter2020-07-031-6/+3
* | message.c: Small code improvementsMichael Vetter2020-07-031-16/+16
* | message.c: Put XEP-0085 code in helper functionMichael Vetter2020-07-031-18/+25
* | Change formattingMichael Vetter2020-07-031-1/+2
* | handle_headline(): Free text correctlyMichael Vetter2020-07-031-0/+2
* | Handle headline stanzaStefan Kropp2020-07-031-1/+14
* | Fix messages with receipt request not displayedWilliam Wennerström2020-07-021-1/+0
* | message.c: Put plugin handler code in helper functionMichael Vetter2020-07-021-7/+14
* | message.c: Log invalid message typeMichael Vetter2020-07-021-14/+14
* | message.c: Check for message typeMichael Vetter2020-07-022-8/+5
* | message.c: Remove handled cases form _handle_chat()Michael Vetter2020-07-021-7/+0
* | message.c: Break out of _message_handler() after handling codeMichael Vetter2020-07-021-0/+4
* | Add HEADLINE stanza defineMichael Vetter2020-07-021-0/+1
* | message.c: Parse incoming message stanzas according to typeMichael Vetter2020-07-021-31/+34
* | message.c: Add pubsub helper functionMichael Vetter2020-07-021-13/+19