about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-261-0/+101
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* Format new register code correctlyMichael Vetter2021-10-131-1/+0
* Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-131-0/+38
|\
| * registration: memory leaks, error checkingswirl2021-10-131-2/+1
| * hacky fix(?) for registerswirl2021-08-171-1/+2
| * fixed some bugs, added some moreswirl2021-08-171-0/+3
| * initial register command testswirl2021-08-171-0/+35
* | Format code correctlyMichael Vetter2021-10-051-6/+4
* | Fix history timestampMarcoPolo-PasTonMolo2021-10-051-6/+6
|/
* XEP-0157: Print all available addressesMichael Vetter2021-06-301-5/+18
* XEP-0157: Print contact addressesMichael Vetter2021-06-301-3/+10
* XEP-0157: Parse contact address stanzaMichael Vetter2021-06-291-0/+31
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-5/+3
* stanza: simplify stanza_get_muc_destroy_alternative_roomMichael Vetter2021-03-251-4/+1
* stanza: replae strcmp with g_strcmp0Michael Vetter2021-03-251-17/+17
* Add support to register with a roomMichael Vetter2021-03-251-0/+15
* Add support to approve MUC voice requestsMichael Vetter2021-03-171-0/+15
* MUC: Add voice requestThorben Günther2021-03-121-0/+58
* Merge pull request #1501 from xenrox/change-passwordMichael Vetter2021-03-111-0/+37
|\
| * Add command to change password of logged in userThorben Günther2021-03-111-0/+37
* | Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-111-26/+5
|/
* Variadic version of `stanza_attach_publish_options`Maximilian Wuttke2021-03-091-15/+34
* wip: add rsm after we get the first couple of mam messagesMichael Vetter2021-01-281-1/+26
* Declare counter var inside loopMichael Vetter2020-11-091-8/+4
* Replace stanza_get_child_by_name_and_ns with xmpp_stanza_get_child_by_name_an...Michael Vetter2020-09-301-20/+0
* Apply coding styleMichael Vetter2020-07-071-511/+505
* Revert "Apply coding style"Michael Vetter2020-07-071-511/+517
* Apply coding styleMichael Vetter2020-07-071-517/+511
* Fix potential memleak in stanza_create_caps_from_query_element()Michael Vetter2020-04-201-4/+12
* First MAM testMichael Vetter2020-04-111-0/+82
* Fix use-after-free in stanza_create_caps_from_query_element()Dmitry Podgorny2020-04-091-4/+8
* Fix memory leak in stanza_attach_correction()Dmitry Podgorny2020-04-051-0/+1
* 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