about summary refs log tree commit diff stats
path: root/src/muc.h
Commit message (Collapse)AuthorAgeFilesLines
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+10
| | | | Commands /invite, /invites, /decline and /join
* 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
='n186' href='#n186'>186 187 188 189 190 191 192 193 194 195 196 197 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 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271