about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-4/+3
* mucwin_room_disco_info takes ProfMucWinJames Booth2015-11-011-2/+3
* mucwin_room_info_error takes ProfMucWinJames Booth2015-11-011-2/+4
* Renamed ui_handle_room_role_set_error -> mucwin_role_set_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_role_list -> mucwin_handle_role_listJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_role_list_error -> mucwin_role_list_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_listJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_errorJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_kick_error -> mucwin_kick_errorJames Booth2015-11-011-1/+1
* Renamed ui_show_room_disco_info -> mucwin_room_disco_infoJames Booth2015-11-011-1/+1
* Renamed ui_handle_room_info_error -> mucwin_room_info_errorJames Booth2015-11-011-1/+1
* Applied coding style to src/xmpp/James Booth2015-10-261-97/+99
* Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
* Added jabber:iq:last to capabilitiesJames Booth2015-09-291-8/+8
* Fix last active queryJames Booth2015-09-291-10/+3
* WIP: Added last activity request and responseJames Booth2015-09-291-1/+118
* Fixed spelling mistakeJames Booth2015-09-271-2/+2
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+6
* Free software version result propertiesJames Booth2015-08-091-0/+9
* Free error message in carbons handlersJames Booth2015-08-091-0/+2
* Show software version result in current windowJames Booth2015-08-061-1/+1
* Handle resource not found on sofware version requestJames Booth2015-08-051-0/+4
* Use original JID in software version request in MUCJames Booth2015-08-051-6/+5
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-2/+8
* Use id handler for software version requests, handle errorsJames Booth2015-08-051-6/+27
* Use null check convention in iq.cJames Booth2015-05-041-48/+48
* Removed server event delegation functionsJames Booth2015-05-011-27/+50
* Renamed event functionsJames Booth2015-04-281-28/+28
* Renamed server event functionsJames Booth2015-04-191-28/+28
* Moved server_events to event/James Booth2015-04-191-1/+1
* Add callback data to room disco info response handlerJames Booth2015-03-291-27/+94
* Set members only property when getting room featuresJames Booth2015-03-291-2/+7
* Added server error handling when setting /carbons preferenceJames Booth2015-03-091-42/+61
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+20
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+20
* | Free jid on caps response handlerJames Booth2015-02-111-1/+6
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Free expected_node for legacy capsJames Booth2015-02-091-2/+8
* Removed function pointersJames Booth2014-12-221-65/+40
* Added caching of legacy capabilitiesJames Booth2014-11-301-28/+174
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-271-21/+62
* Free datetime on ping errorsJames Booth2014-11-031-1/+2
* Fixed leaks in /affiliation and /roleJames Booth2014-11-031-0/+2
* Fixed various memory leaksJames Booth2014-11-011-0/+4
* Renamed room destroy functionJames Booth2014-10-231-2/+2
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-4/+0
* Implemented setting and listing rolesJames Booth2014-10-061-11/+126
* Implemented /room kick commandJames Booth2014-10-051-1/+0