about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-3/+3
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-1/+1
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Start implementing XEP-0084Michael Vetter2019-12-181-0/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+3
* Display ownership of connection_get_profanity_identifierMichael Vetter2019-10-221-1/+1
* Move ProfMessage and message_is_sent_by_us to xmppMichael Vetter2019-10-191-0/+24
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-181-0/+2
* Call iq_handlers_clear() upon disconnectMichael Vetter2019-06-201-0/+1
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-0/+1
* Fix build on travisPaul Fariello2019-04-101-0/+2
* Rework MUC reflected message filteringPaul Fariello2019-04-101-1/+1
* Revert "Ensure room isn't anonymous"Paul Fariello2019-04-101-1/+0
* Add publish option to OMEMO device list and bundlePaul Fariello2019-04-101-0/+2
* Ensure room isn't anonymousPaul Fariello2019-04-101-0/+1
* Add support for sending encrypted message in MUCPaul Fariello2019-04-101-1/+1
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+1
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add conf win callbackPaul Fariello2018-09-051-2/+2
* Add command subcommands: list and execPaul Fariello2018-09-051-1/+2
* Add command commandPaul Fariello2018-09-051-0/+2
* Add /rooms cacheJames Booth2018-02-051-0/+1
* Fix tests, move glob creationJames Booth2018-01-271-1/+1
* Allow filtering rooms list by globJames Booth2018-01-271-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Show message when server does not support pingJames Booth2017-06-151-0/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-4/+4
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-1/+2
* Use server features for account muc serviceJames Booth2016-11-201-0/+2
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-1/+1
* Use hash table for bookmarksJames Booth2016-08-211-1/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-181-3/+5
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-181-0/+1
* Only include receipts feature in disco responses when enabledJames Booth2016-08-181-0/+3
* Use SoftwareVersion in EntityCapabilitiesJames Booth2016-08-131-2/+6
* Use DiscoIdentity in EntityCapabilitiesJames Booth2016-08-131-9/+7
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-4/+4
* Tidy headersJames Booth2016-07-241-2/+3
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Option to bookmark room invitesJames Booth2016-05-231-0/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-2/+0
* Use hash table for disco featuresJames Booth2016-05-081-6/+0
* Add connection_get_disco_info()James Booth2016-05-081-1/+1
* Move disco info struct to connectionJames Booth2016-05-071-1/+1
* Move available resources to connection structJames Booth2016-05-071-1/+1
* Remove redundant tls secured functionJames Booth2016-05-061-1/+1
* Move send stanza functionJames Booth2016-05-061-2/+1