about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+15
|
* Added chatstates to capabilitiesJames Booth2013-02-171-0/+6
|
* Added autocomplete for /software commandJames Booth2013-02-174-0/+75
|
* Added /caps commandJames Booth2013-02-174-3/+24
|
* Show all resources ordered by priority with /info commandJames Booth2013-02-172-3/+3
|
* Simple default resource hanlding on presenceJames Booth2013-02-141-3/+19
|
* Tidy up presence moduleJames Booth2013-02-103-72/+154
|
* Added usage of handlers to message and presence modulesJames Booth2013-02-104-95/+160
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-106-14/+13
|
* Removed presence from jabber_connJames Booth2013-02-103-21/+2
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-107-12/+12
|
* Only create contacts resource when onlineJames Booth2013-02-101-2/+1
|
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-101-3/+3
|
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-055-22/+96
|
* Removed debug from last commitJames Booth2013-02-051-4/+0
|
* SHA1 now generated correctly when data form included in capsJames Booth2013-02-051-0/+5
| | | | fixes #149
* Send show, status, priority and caps when changing room nicknameJames Booth2013-02-041-0/+11
|
* Moved setting presence status and show into functionsJames Booth2013-02-043-63/+58
|
* Use of const in connection.cJames Booth2013-02-042-6/+7
|
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
|
* Added assertsJames Booth2013-02-032-5/+12
|
* Removed jabber_restart functionJames Booth2013-02-032-9/+4
|
* Moved caps_init() out of xmpp.hJames Booth2013-02-033-1/+3
|
* Moved private xmpp functions to connection.hJames Booth2013-02-036-54/+87
|
* Moved function to get presence string from type to stanza.cJames Booth2013-02-033-21/+22
|
* Send entity capabilities and status when joining roomJames Booth2013-02-033-110/+158
|
* Added debugging to presence and iq handlersJames Booth2013-02-032-2/+32
|
* Fixed crash on receiving dataformJames Booth2013-02-032-3/+5
|
* Refactored getting boolean preferencesJames Booth2013-02-031-3/+3
|
* Added config dir to sourceJames Booth2013-02-024-4/+4
|
* Tidied #include'sJames Booth2013-02-027-23/+25
|
* Removed caps functions from xmpp.hJames Booth2013-02-024-4/+37
|
* Removed presence functions from xmpp.hJames Booth2013-02-023-3/+31
|
* Removed iq functions from xmpp.hJames Booth2013-02-024-4/+31
|
* Removed message handler function from xmpp.hJames Booth2013-02-024-1/+30
|
* Removed stanza functions from xmpp.hJames Booth2013-02-028-126/+158
|
* Added xmpp subdir to sourceJames Booth2013-02-027-0/+2729