about summary refs log tree commit diff stats
path: root/src/stanza.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed stanza creationJames Booth2012-11-101-2/+2
|
* Moved update presence handler creation to stanza moduleJames Booth2012-11-101-0/+34
|
* Moved chat room leave presence creation to stanza moduleJames Booth2012-11-091-2/+4
|
* Fixed leaving chat roomJames Booth2012-11-091-0/+15
|
* Moved room join stanza creationJames Booth2012-11-091-0/+21
|
* Added stanza constantsJames Booth2012-11-091-8/+9
|
* Use stanza module to create groupchat messagesJames Booth2012-11-081-1/+1
|
* Added xml escaping to stanza moduleJames Booth2012-11-081-1/+7
|
* Added function to create message stanzasJames Booth2012-11-081-7/+37
|
* Added stanza module for basic stanza handlingJames Booth2012-11-081-0/+43
To reduce duplication in jabber module