about summary refs log tree commit diff stats
path: root/src/xmpp/session.c
Commit message (Collapse)AuthorAgeFilesLines
* Add connection_set_disconnected()James Booth2016-05-111-8/+13
|
* Add connection_clear_data()James Booth2016-05-101-13/+7
|
* Remove connection_free_conn(), connection_free_ctx()James Booth2016-05-101-6/+6
|
* Add connection_shutdown()James Booth2016-05-101-4/+1
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-15/+4
|
* Remove _session_free_session_data from session.cJames Booth2016-05-101-38/+42
|
* Fixed compileJames Booth2016-05-081-1/+1
|
* Tidy session.cJames Booth2016-05-081-3/+4
|
* Free features on disconnectJames Booth2016-05-081-0/+1
|
* Move conneciton initialisation to _connection_handlerJames Booth2016-05-081-5/+0
|
* Move xmpp_initialise() to conneciton.cJames Booth2016-05-071-1/+0
|
* Move disco info struct to connectionJames Booth2016-05-071-51/+2
|
* Move available resources to connection structJames Booth2016-05-071-21/+1
|
* Remove redundant tls secured functionJames Booth2016-05-061-1/+1
|
* Tidy connect functionJames Booth2016-05-061-3/+3
|
* Move connection_connectJames Booth2016-05-061-36/+3
|
* Move send stanza functionJames Booth2016-05-061-11/+0
|
* Move conn is secure functionJames Booth2016-05-061-10/+0
|
* Move tls peer cert functionJames Booth2016-05-061-24/+0
|
* Move uuid functionsJames Booth2016-05-061-14/+0
|
* Move connection fulljid functionJames Booth2016-05-061-9/+3
|
* Tidy session.cJames Booth2016-05-061-49/+52
|
* Rename jabber_ functionsJames Booth2016-05-061-63/+63
|
* Add session.cJames Booth2016-05-051-339/+114
|
* Renamed connection.c -> session.cJames Booth2016-05-051-0/+790