about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* Apply codigng style on new MAM codeMichael Vetter2022-10-211-4/+4
* Fix GSList handling in new MAM codePaul Fertser2022-10-211-13/+8
* Handle late deliveryMarcoPolo-PasTonMolo2022-08-201-19/+102
* Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-101-3/+3
* CleanupMarcoPolo-PasTonMolo2022-07-051-1/+0
* Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-051-0/+5
* Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-051-26/+21
* Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-041-0/+2
* Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-0/+43
* Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-1/+3
* On new chatwin fetch mam according to guidelines.MarcoPolo-PasTonMolo2022-07-031-19/+42
* Make muc config update after form submitMarcoPolo-PasTonMolo2022-05-271-7/+0
* Fix room name not updating.MarcoPolo-PasTonMolo2022-05-181-0/+8
* XEP-0107: User Mood - Clean moodStefan Kropp2022-01-301-8/+9
* xep-0107: code reviewDebXWoody2021-12-061-8/+8
* Add xep-0107: User Mood supportDebXWoody2021-12-061-0/+52
* 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/+1
|\
| * registration: remove auth param and excess functionsswirl2021-08-171-32/+0
| * fixed some bugs, added some moreswirl2021-08-171-2/+3
| * initial register command testswirl2021-08-171-0/+32
* | Format code correctlyMichael Vetter2021-10-051-9/+6
* | Fix typosMichael Vetter2021-09-221-2/+2
|/
* Mention feature details when not supportedMichael Vetter2021-07-011-2/+2
* XEP-0157: Print contact addressesMichael Vetter2021-06-301-16/+3
* XEP-0157: Parse contact address stanzaMichael Vetter2021-06-291-4/+22
* iq: use define for 'cancel'Michael Vetter2021-03-261-2/+2
* stanza: guard mallocsMichael Vetter2021-03-251-70/+88
* Add support to register with a roomMichael Vetter2021-03-251-0/+125
* Merge pull request #1501 from xenrox/change-passwordMichael Vetter2021-03-111-0/+30
|\
| * Add command to change password of logged in userThorben Günther2021-03-111-0/+30
* | Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-111-9/+22
|/
* 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-281-3/+18
* 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-281-1/+24
* Fix various typosMichael Vetter2020-12-101-3/+3
* Fixed Date format for MAM requestDebXWoody2020-10-281-2/+2
* Apply coding styleMichael Vetter2020-07-071-551/+566
* Revert "Apply coding style"Michael Vetter2020-07-071-577/+563
* Apply coding styleMichael Vetter2020-07-071-563/+577
* Incoming iq stanza - Reset the autoping timerDebXWoody2020-05-231-0/+2
* xep-0092: make it possible to ask servers or components for softwareMichael Vetter2020-05-141-17/+28
* _iq_id_handler_free() dont set NULLMichael Vetter2020-04-201-1/+0
* Don't expose upload_processesMichael Vetter2020-04-171-1/+1