about summary refs log tree commit diff stats
path: root/src/xmpp/session.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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