about summary refs log tree commit diff stats
path: root/src/xmpp/capabilities.c
Commit message (Collapse)AuthorAgeFilesLines
* Use git revision in development stringsJames Booth2013-09-171-0/+11
|
* remove octet_compareDmitry Podgorny2013-08-261-3/+3
| | | | strcmp provides the same functionality
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-4/+5
|
* fixed memory leaksDmitry Podgorny2013-08-031-16/+16
| | | | Also avoided several NULL pointer dereferences.
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-9/+8
| | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* Changed client type to 'console' as per ↵James Booth2013-06-251-1/+1
| | | | http://xmpp.org/registrar/disco-categories.html#client
* Added disco items to features in disco info responsesJames Booth2013-03-241-0/+6
|
* Tidied new command output, ordered featuresJames Booth2013-02-171-3/+4
|
* Added ping to featuresJames Booth2013-02-171-0/+5
|
* Added chatstates to capabilitiesJames Booth2013-02-171-0/+6
|
* Added /caps commandJames Booth2013-02-171-1/+11
|
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-5/+44
|
* 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
* Fixed crash on receiving dataformJames Booth2013-02-031-2/+4
|
* Tidied #include'sJames Booth2013-02-021-3/+4
|
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+245