about summary refs log tree commit diff stats
path: root/src/stanza.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle idle time from contactsJames Booth2012-12-091-0/+32
|
* Fixed workaround for old server self room presence checkJames Booth2012-11-191-0/+1
|
* Handle legacy delayed messages in chat roomsJames Booth2012-11-191-1/+15
|
* Handle nick changes from other usersJames Booth2012-11-181-0/+108
|
* Allow nick change in chat roomJames Booth2012-11-181-0/+11
|
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-181-0/+32
|
* introduce priority supportDmitry Podgorny2012-11-131-1/+1
| | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure
* Added function to create room jid from room and nickJames Booth2012-11-101-7/+3
|
* Moved ping iq creation to stanzaJames Booth2012-11-101-0/+29
|
* Moved roster iq creation to stanzaJames Booth2012-11-101-0/+18
|
* 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