about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Review logging in iq.cMichael Vetter2020-04-141-27/+39
* Free timestamp correctlyMichael Vetter2020-04-131-2/+3
* Check if server suppors MAMMichael Vetter2020-04-121-2/+5
* Get MAM since yesterdayMichael Vetter2020-04-121-1/+7
* First MAM testMichael Vetter2020-04-111-0/+19
* Use proper OS names for OpenBSD and NetBSDMichael Vetter2020-03-091-2/+2
* Fix few memory leaksDmitry Podgorny2020-02-271-0/+2
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-231-14/+22
* xep-0092: send OS tooMichael Vetter2020-01-231-0/+23
* Add option to notify about version requestMichael Vetter2020-01-231-0/+8
* Save MUC room name in ProfMucWinMichael Vetter2020-01-231-0/+4
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-8/+33
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Remove old commentMichael Vetter2019-10-211-1/+0
* Remove prefix from stanza idMichael Vetter2019-10-171-7/+7
* Fix memleak in /cmd execPaul Fariello2019-07-301-0/+7
* Fix command form submitPaul Fariello2019-07-301-1/+1
* Fixup for last commitMichael Vetter2019-07-121-1/+0
* Fix segfault in iq_{submit,cancel}_command_configMichael Vetter2019-07-121-6/+0
* Fix some more potential double freesMichael Vetter2019-07-111-34/+0
* Fix double free in room id handlerMichael Vetter2019-07-091-6/+1
* Fix double free regarding iq handlersMichael Vetter2019-07-081-14/+4
* Free iq_id_handlers correctlyMichael Vetter2019-07-041-1/+15
* Call iq_handlers_clear() upon disconnectMichael Vetter2019-06-201-0/+8
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-8/+12
* Handle MUC anonymous state when auto starting OMEMOPaul Fariello2019-04-171-2/+14
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+2
* Rename ProfIdCallback into ProfIqCallbackPaul Fariello2019-04-101-12/+12
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Fix optionnal sessionid in xep 0050Paul Fariello2019-01-211-1/+6
* Make _get_groups_from_item and roster _compare_* publicPaul Fariello2018-09-261-12/+2
* Add special handling for xep-0133 get-user-rosterPaul Fariello2018-09-101-3/+42