about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for ad-hoc response with formsPaul Fariello2018-09-101-0/+6
* Add missing command name for completion logPaul Fariello2018-09-101-1/+1
* Allow to use cmd without being in a windowPaul Fariello2018-09-051-2/+4
* Add support for command config executionPaul Fariello2018-09-051-3/+41
* Add conf win callbackPaul Fariello2018-09-051-29/+39
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-4/+4
* Add support for form edition in command executionPaul Fariello2018-09-051-7/+24
* Add command exec error handlingPaul Fariello2018-09-051-1/+1
* Handle simple executionPaul Fariello2018-09-051-1/+48
* Add command subcommands: list and execPaul Fariello2018-09-051-9/+76
* Add command commandPaul Fariello2018-09-051-0/+22
* Move ID generation to xmpp folderMichael Vetter2018-08-301-6/+6
* Use correct macroDominik Heidler2018-07-301-2/+2
* Add /rooms cacheJames Booth2018-02-051-1/+25