about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-5/+10
* fixed memleak in _iq_handle_discoinfo_getDmitry Podgorny2013-08-241-0/+1
* fixed memory leaksDmitry Podgorny2013-08-031-9/+11
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-061-84/+0
* Respond to disco items queryJames Booth2013-03-241-0/+29
* Respond to disco info requests without node attributeJames Booth2013-03-241-2/+4
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-171-3/+3
* Implemented output for /disco infoJames Booth2013-03-141-2/+72
* Added output for /disco itemsJames Booth2013-03-141-5/+8
* Show name as well as jid for room listJames Booth2013-03-141-8/+19
* Removed unnecessary NULL checksJames Booth2013-03-141-2/+2