about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-121-0/+2
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+1
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
* Added pgp checks for message sendingJames Booth2015-06-211-1/+2
* Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\
| * Added initial stabber testJames Booth2015-05-171-1/+1
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-2/+1
|/
* Renamed presence_update -> presence_sendJames Booth2015-05-071-1/+1
* Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
* Set members only property when getting room featuresJames Booth2015-03-291-1/+1
* Show message received text for receiptsJames Booth2015-03-111-2/+2
* Send private carbons element with message when encryptedJames Booth2015-03-101-0/+1
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+2
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+2
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* Refactored chat session handling on sending messageJames Booth2015-01-041-6/+5
* Use resource in chat sessionsJames Booth2015-01-041-4/+4
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-1/+2
* Removed function pointersJames Booth2014-12-221-95/+86
* Refactored all window recipients and typesJames Booth2014-12-201-8/+10
* Added caching of legacy capabilitiesJames Booth2014-11-301-0/+2
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-271-0/+2
* Renamed room destroy functionJames Booth2014-10-231-1/+1
* Removed /duck commandJames Booth2014-10-181-1/+0
* Implemented setting and listing rolesJames Booth2014-10-061-0/+3
* Added /room kick commandJames Booth2014-10-051-0/+1
* Added /room subject commandJames Booth2014-10-051-0/+2
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+2
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-2/+3
* Allow adding and removing room ownersJames Booth2014-10-041-0/+2
* Added service discovery to /room info commandJames Booth2014-10-021-0/+1
* Cache capabilities to fileJames Booth2014-09-221-1/+1
* Sort form fields for sha-1 caps hashJames Booth2014-09-211-0/+3
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-0/+1
* wip - refactoring capabilitiesJames Booth2014-09-191-0/+2
* Added autocompletion for form list-single valuesJames Booth2014-09-171-0/+3
* Show form fields after updatingJames Booth2014-09-151-0/+1
* Dont allow unsaved form windows to be closedJames Booth2014-09-151-0/+1
* Allow removing data from text-multi form fieldsJames Booth2014-09-141-1/+3
* Added setting of unique form list valuesJames Booth2014-09-141-0/+1
* Added /room remove command, reformetted form outputJames Booth2014-09-141-0/+1
* Added /room add for *-multiJames Booth2014-09-141-4/+5
* Added form validation for list-single typeJames Booth2014-09-131-0/+1
* Added form type check on setJames Booth2014-09-131-0/+1
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-131-1/+1
* Added autocomplete for setting room config form tagsJames Booth2014-09-121-0/+2
* Check room config tag exists before settingJames Booth2014-09-121-0/+1
* Added setting of *-single room config valuesJames Booth2014-09-121-0/+1
* Added tags to form fieldsJames Booth2014-09-111-0/+2