about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added /room kick commandJames Booth2014-10-051-1/+47
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+99
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-6/+7
* Allow adding and removing room ownersJames Booth2014-10-041-0/+22
* Added service discovery to /room info commandJames Booth2014-10-021-4/+39
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-5/+6
* Tidied muc moduleJames Booth2014-09-281-2/+2
* Use log_warning for room config form errorsJames Booth2014-09-251-5/+5
* Free caps, remove strdupJames Booth2014-09-241-0/+1
* Handle errors for /disco info requestsJames Booth2014-09-241-1/+11
* Log errors on caps responsesJames Booth2014-09-211-0/+14
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-2/+10
* wip - refactoring capabilitiesJames Booth2014-09-191-152/+119
* Handle result of room configuration submitJames Booth2014-09-171-3/+13
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-131-1/+1
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+34
* Tidied error handling for room formsJames Booth2014-09-091-25/+34
* Merge branch 'master' into roomconfigJames Booth2014-09-091-46/+20
|\
| * Added usages for stanza_get_error_message in iq.cJames Booth2014-09-091-5/+10
| * Use stanza_get_error_message for pong errorsJames Booth2014-09-091-41/+10
* | Added TODO for handling room config form request errorsJames Booth2014-09-091-0/+1
* | Merge branch 'master' into roomconfigJames Booth2014-09-071-0/+40
|\|
| * Added error handling for /ping command responsesJames Booth2014-09-071-0/+40
* | Rewrite form parserJames Booth2014-09-061-1/+2
* | Created form moduleJames Booth2014-09-051-3/+4
* | Parse data form for room configurationJames Booth2014-09-041-1/+20
* | Added ID handler for room config formJames Booth2014-09-041-2/+32