about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Collapse)AuthorAgeFilesLines
* Added /disco commandJames Booth2013-03-141-2/+4
|
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+20
|
* fixed crash in stanza_create_form when text is NULLDmitry Podgorny2013-03-121-1/+6
| | | | | | 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().
* Added autocomplete for /software commandJames Booth2013-02-171-0/+19
|
* Tidy up presence moduleJames Booth2013-02-101-0/+27
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-6/+6
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
|
* Moved setting presence status and show into functionsJames Booth2013-02-041-53/+40
|
* Moved function to get presence string from type to stanza.cJames Booth2013-02-031-0/+18
|
* Send entity capabilities and status when joining roomJames Booth2013-02-031-1/+76
|
* Fixed crash on receiving dataformJames Booth2013-02-031-1/+1
|
* Tidied #include'sJames Booth2013-02-021-1/+1
|
* Removed stanza functions from xmpp.hJames Booth2013-02-021-1/+1
|
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+608