about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextdevJames Booth2013-08-051-1/+33
|\
| * Free JidJames Booth2013-08-051-0/+1
| |
| * Undo change to stanza check for nick change return valueJames Booth2013-08-051-25/+9
| |
| * Refactor MUC self presence checksJames Booth2013-08-051-12/+18
| |
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-9/+50
| |
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-4/+4
| | | | | | | | | | | | 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.
* | Merge branch 'master' into nextdevJames Booth2013-07-221-5/+1
|\|
| * Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
| | | | | | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3
* | initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+57
|/
* Show messages on /group add and /group removeJames Booth2013-06-231-2/+5
| | | | | closes #189 closes #190
* fixed memory leaks in presence.cDmitry Podgorny2013-06-091-5/+27
|
* fixed several memory leaksDmitry Podgorny2013-06-091-3/+19
| | | | And infinity loop in stanza_destroy_form().
* Added /roster remove commandJames Booth2013-06-021-0/+23
|
* Add groups to roster contactsJames Booth2013-05-221-1/+12
| | | | fixes #175
* Changing roster handle with no argument clears handleJames Booth2013-05-191-1/+5
|
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+23
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-1/+4
|
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+24
|
* Refactor show and status stanza handlingJames Booth2013-03-171-0/+26
|
* 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