about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-6/+6
* Fix `-Werror=maybe-uninitialized`Steffen Jaeckel2023-05-121-109/+44
* Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-041-18/+9
* Add ability to disable avatar publishingIsaacM882023-05-021-0/+36
* Fix memleak in stanza_create_caps_query_elementMichael Vetter2023-04-181-0/+3
* Allow setting client identification name/version manuallyJohn Hernandez2023-04-091-9/+15
* Apply codigng style on new MAM codeMichael Vetter2022-10-211-2/+2
* Merge MAM improvements from #1724Michael Vetter2022-10-211-22/+83
|\
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-051-10/+20
| * On new chatwin fetch mam according to guidelines.MarcoPolo-PasTonMolo2022-07-031-19/+70
* | Add vCard supportMarouane L2022-10-181-0/+19
* | Format Maxis commit properlyMichael Vetter2022-09-291-1/+1
* | Use G_GSIZE_FORMAT instead of "%lu" for portabilityMaxi Wuttke2022-09-291-1/+1
* | stanza: remove strange assignmentMichael Vetter2022-06-291-1/+1
|/
* 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