about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Filter rooms by simple case insensitive textJames Booth2018-02-041-8/+35
* Include filter string in no rooms messageJames Booth2018-01-281-2/+2
* Fix tests, move glob creationJames Booth2018-01-271-6/+11
* Allow filtering rooms list by globJames Booth2018-01-271-7/+69
* Update copyrightJames Booth2018-01-211-1/+1
* Merge remote-tracking branch 'asdil12/ping'James Booth2017-06-171-0/+9
|\
| * Disable autoping if server doesn't support itDominik Heidler2017-06-161-0/+9
|/
* Update CopyrightJames Booth2017-01-281-1/+1
* Fixed typosJames Booth2016-08-281-2/+2
* Use libstrophe xmpp_iq_new convenience functionJames Booth2016-08-201-29/+8
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-201-54/+54