about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Applied coding style to src/xmpp/James Booth2015-10-261-4/+4
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Moved connection_error_handler to _presence_error_handlerJames Booth2014-01-271-2/+0
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+2
|
* fixed crash in stanza_create_form when text is NULLDmitry Podgorny2013-03-121-0/+2
| | | | | | xmpp_stanza_get_text may return NULL. Also fixed memory leak: xmpp_stanza_get_text returns new allocated string and it must be freed by xmpp_free().
* Made connection free resources static functionJames Booth2013-02-271-1/+0
|
* Show available resources for current account with "/account"James Booth2013-02-181-0/+2
|
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-1/+2
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-1/+0
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
|
* Moved private xmpp functions to connection.hJames Booth2013-02-031-0/+36
a id='n253' href='#n253'>253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284