about summary refs log tree commit diff stats
path: root/src/stanza.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed stanza.c -> xmpp_stanza.cJames Booth2013-01-281-153/+0
|
* Tidied up memory allocation in capabilitiesJames Booth2013-01-231-0/+1
|
* Fixed some memory leaks in capabilitiesJames Booth2013-01-231-1/+1
|
* Added software version capability and iq responseJames Booth2013-01-211-0/+3
|
* Respond to iq requests for capabilitiesJames Booth2013-01-211-0/+2
|
* Added _handle_presence_capsJames Booth2013-01-201-2/+4
|
* Added check for caps in stanzaJames Booth2013-01-201-0/+1
|
* First implementation of sha1 generation from stanzaJames Booth2013-01-201-0/+13
|
* Started work on creating sha-1 caps hashJames Booth2013-01-201-0/+2
|
* Moved processing of caps str to stanza.cJames Booth2013-01-201-2/+2
|
* Send diso#info request if capabilities not cachedJames Booth2013-01-201-0/+2
|
* Added retrieval of caps string from presenceJames Booth2013-01-191-0/+5
|
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Handle idle time from contactsJames Booth2012-12-091-0/+2
|
* Implemented /autoaway mode idleJames Booth2012-12-011-0/+2
|
* Respond to ping requestsJames Booth2012-11-291-0/+2
|
* Handle roster subscription updatesJames Booth2012-11-271-0/+1
|
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-0/+1
|
* Handle legacy delayed messages in chat roomsJames Booth2012-11-191-1/+2
|
* Handle nick changes from other usersJames Booth2012-11-181-0/+9
|
* Allow nick change in chat roomJames Booth2012-11-181-0/+3
|
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-181-0/+4
|
* introduce priority supportDmitry Podgorny2012-11-131-0/+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
* add subscription supportDmitry Podgorny2012-11-111-0/+2
|
* Added function to create room jid from room and nickJames Booth2012-11-101-1/+1
|
* Handle subject from roomJames Booth2012-11-101-0/+1
|
* Show error text if receivedJames Booth2012-11-101-0/+1
|
* Moved ping iq creation to stanzaJames Booth2012-11-101-0/+3
|
* Moved roster iq creation to stanzaJames Booth2012-11-101-1/+3
|
* Renamed stanza creationJames Booth2012-11-101-4/+3
|
* Moved update presence handler creation to stanza moduleJames Booth2012-11-101-0/+4
|
* Moved chat room leave presence creation to stanza moduleJames Booth2012-11-091-0/+4
|
* Moved room join stanza creationJames Booth2012-11-091-0/+3
|
* Added stanza constantsJames Booth2012-11-091-0/+43
|
* Added function to create message stanzasJames Booth2012-11-081-0/+3
|
* Added stanza module for basic stanza handlingJames Booth2012-11-081-0/+31
To reduce duplication in jabber module