about summary refs log tree commit diff stats
path: root/src/muc.c
Commit message (Expand)AuthorAgeFilesLines
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+10
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-1/+3
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
* Merge branch 'master' into nextdevJames Booth2013-08-051-1/+15
|\
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-1/+15
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-16/+4
|/
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+68
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-2/+2
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-3/+3
* Added p_contact_add_resourceJames Booth2013-02-101-1/+4
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-8/+8
* Added client to /info command in chat roomsJames Booth2013-01-201-3/+3
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-0/+13
* Fix segfault by setting room subject to NULL on creationJames Booth2013-01-131-0/+1
* Use Jid datatype in chat roomsJames Booth2013-01-131-6/+3
* Renamed chat room typeJames Booth2013-01-131-18/+18
* Changed Jid typedef to be explicit pointerJames Booth2013-01-131-0/+1
* Moved jid related functions to commonJames Booth2013-01-121-99/+0
* Renamed muc functionsJames Booth2013-01-121-141/+141
* Renamed room_chat module to mucJames Booth2013-01-121-0/+476
='#n280'>280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353