about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Added /room config edit and /room config cancelJames Booth2014-09-041-0/+22
|/
* Added /ping commandJames Booth2014-09-041-1/+39
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-2/+2
* Handle /room config cancelJames Booth2014-09-031-0/+73
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+11
* Send instant room requestJames Booth2014-09-031-0/+11
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-3/+3
* Fixed cppcheck warningsJames Booth2014-04-261-8/+5
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
* Added id handler for pings, disable ping on error type 'cancel'James Booth2014-01-261-0/+36
* Moved xmpp ping to iq moduleJames Booth2014-01-261-0/+41
* Renamed iq handlersJames Booth2014-01-251-24/+29
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-2/+2
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-1/+1
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-1/+2
* Bind iq functions in main.cJames Booth2013-12-221-4/+9
* Dynamically bind xmpp module apiJames Booth2013-12-181-8/+12
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+1
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* fixed crash because of incorrect string releasingDmitry Podgorny2013-08-261-1/+1