about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move caps_create -> stanza_create_caps_from_query_elementJames Booth2016-08-141-3/+3
* Move caps_create_sha1_str -> stanza_create_caps_sha1_from_queryJames Booth2016-08-141-1/+1
* Rename caps_contains -> caps_cache_containsJames Booth2016-08-131-2/+2
* Move caps_create_query_response_stanza -> stanza_create_caps_query_elementJames Booth2016-08-131-1/+1
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-3/+3
* Tidy headersJames Booth2016-07-241-11/+12
* Moved window_list.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add ProfIdFreeCallback to free stale id handlers on connectJames Booth2016-06-081-31/+66
* Use hash table for disco featuresJames Booth2016-05-081-3/+3
* Add connection_get_disco_info()James Booth2016-05-081-20/+7
* Add connection_item_for_feature()James Booth2016-05-081-34/+19
* Move logic to connection_set_disco_itemsJames Booth2016-05-081-35/+34
* Move disco info struct to connectionJames Booth2016-05-071-3/+3
* Rename jabber_ functionsJames Booth2016-05-061-4/+6
* Add session.cJames Booth2016-05-051-3/+3
* Renamed connection.c -> session.cJames Booth2016-05-051-1/+1
* Tidy xmpp headersJames Booth2016-05-041-37/+39
* Rename stanza handler init functionsJames Booth2016-05-021-1/+1
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-021-22/+22
* Remove free DiscoInfo valuesJames Booth2016-05-021-1/+1