about summary refs log tree commit diff stats
path: root/src/stanza.h
Commit message (Expand)AuthorAgeFilesLines
* 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 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
href='#n198'>198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256