about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Move conneciton initialisation to _connection_handlerJames Booth2016-05-083-23/+11
* Move xmpp_initialise() to conneciton.cJames Booth2016-05-072-1/+1
* Move disco info struct to connectionJames Booth2016-05-076-59/+69
* Move available resources to connection structJames Booth2016-05-076-27/+34
* Rename xmpp typesJames Booth2016-05-061-48/+48
* Remove redundant tls secured functionJames Booth2016-05-065-12/+4
* Tidy connect functionJames Booth2016-05-063-22/+7
* Move connection_connectJames Booth2016-05-063-39/+42
* Move send stanza functionJames Booth2016-05-063-13/+12
* Move conn is secure functionJames Booth2016-05-063-11/+11
* Move tls peer cert functionJames Booth2016-05-063-27/+27
* Move uuid functionsJames Booth2016-05-063-16/+16
* Move connection fulljid functionJames Booth2016-05-067-14/+14
* Tidy session.cJames Booth2016-05-061-49/+52
* Rename jabber_ functionsJames Booth2016-05-0614-120/+127
* Add session.cJames Booth2016-05-057-348/+545
* Renamed connection.c -> session.cJames Booth2016-05-0510-13/+13
* Tidy xmpp headersJames Booth2016-05-0414-137/+82
* Remove userdata from _blocklist_result_handlerJames Booth2016-05-021-1/+1
* Rename stanza handler init functionsJames Booth2016-05-027-9/+9
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-025-29/+29
* Remove free DiscoInfo valuesJames Booth2016-05-022-2/+2
* Free stanza text and DiscoInfo featuresJames Booth2016-05-024-3/+9
* Free stanza text on plugin send hooksJames Booth2016-05-013-0/+3
* Add /blocked commandJames Booth2016-05-017-0/+422
* Merge remote-tracking branch 'pasis/const-char'James Booth2016-05-019-159/+165
|\
| * Define stanza's attributes as const char*Dmitry Podgorny2016-04-279-159/+165
* | Plugins: Added prof_disco_add_feature()James Booth2016-04-302-0/+23
|/
* Fix OSX compileJames Booth2016-04-261-42/+0
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-265-6/+209
* Cache all disco items and features on connectDominik Heidler2016-04-203-1/+146
* Fix typo: diso -> discoDominik Heidler2016-04-012-5/+5
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-3114-52/+59
* Merge branch 'master' into stanza-hooksJames Booth2016-03-291-1/+1
|\
| * PGP: Also encrypt using sender public keyJames Booth2016-03-291-1/+1
* | Removed duplicate typedefJames Booth2016-03-281-2/+0
* | Use one stanza handler per type (message, iq, presence)James Booth2016-03-287-638/+454
* | Added basic stanza receive eooksJames Booth2016-03-275-133/+286
|/
* Use xmpp_send_raw_string instead of xmpp_send_rawJames Booth2016-03-266-13/+13
* Added stanza send hooks for pluginsJames Booth2016-03-265-56/+161
* Added prof_send_stanza to plugins APIJames Booth2016-03-233-6/+18
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-9/+15
* Call plugin disconnect hook before disconnecting on autoping failJames Booth2016-02-251-3/+3
* Merge branch 'master' into plugins-cJames Booth2016-02-1419-19/+19
|\
| * Updated copyrightJames Booth2016-02-1419-19/+19
* | Added C plugin code from plugins branchJames Booth2016-02-1413-54/+62
|/
* Use offline presence for software version responses from non contactsJames Booth2016-01-131-8/+12
* Set autoping timeout default to 10 seconds, added null checksJames Booth2016-01-021-2/+13
* Added autoping timeout preferenceJames Booth2016-01-013-6/+7
* Added hardcoded autoping timeoutJames Booth2015-12-313-12/+79