about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for NULL connection and contextJames Booth2013-03-021-4/+16
| | | | fixes #155
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-12/+24
|
* Removed connection_shutdown functionJames Booth2013-02-271-12/+9
|
* Replace FREE_SET_NULLs with function callJames Booth2013-02-271-4/+1
|
* Split connection_free_resourcesJames Booth2013-02-271-7/+34
|
* Made connection free resources static functionJames Booth2013-02-271-4/+6
|
* Added debug to connection handlerJames Booth2013-02-261-0/+12
|
* Revert "Commented self presence handling #151"James Booth2013-02-211-3/+3
| | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26.
* Commented self presence handling #151James Booth2013-02-201-3/+3
|
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
|
* Show available resources for current account with "/account"James Booth2013-02-181-0/+23
|
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-1/+2
|
* Removed presence from jabber_connJames Booth2013-02-101-17/+0
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
|
* Use of const in connection.cJames Booth2013-02-041-5/+6
|
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
|
* Added assertsJames Booth2013-02-031-3/+10
|
* Removed jabber_restart functionJames Booth2013-02-031-8/+4
|
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-0/+2
|
* Moved private xmpp functions to connection.hJames Booth2013-02-031-10/+11
|
* Added config dir to sourceJames Booth2013-02-021-1/+1
|
* Tidied #include'sJames Booth2013-02-021-7/+7
|
* Removed presence functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Removed iq functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Removed message handler function from xmpp.hJames Booth2013-02-021-0/+1
|
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+513