about summary refs log tree commit diff stats
path: root/src/muc.h
Commit message (Expand)AuthorAgeFilesLines
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-0/+2
* Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-051-0/+5
* Rejoin private rooms after reconnectingJames Booth2014-04-231-1/+2
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+3
* Store password with roomJames Booth2014-04-201-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-1/+1
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+1
* Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-1/+2
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+10
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Added xmpp_presence.cJames Booth2013-01-281-0/+2
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-2/+2
* Added client to /info command in chat roomsJames Booth2013-01-201-1/+2
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-0/+1
* Use Jid datatype in chat roomsJames Booth2013-01-131-1/+1
* Added jid datatypeJames Booth2013-01-121-2/+2
* Moved jid related functions to commonJames Booth2013-01-121-8/+0
* Renamed muc functionsJames Booth2013-01-121-22/+26
* Renamed room_chat module to mucJames Booth2013-01-121-0/+59
' href='#n222'>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 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 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 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387