* adding multi-user chat support (XEP-0045)

This commit is contained in:
shaula 2018-01-14 00:11:38 +00:00
parent 3e022f69eb
commit 4b1c11c412
3 changed files with 9 additions and 5 deletions

View file

@ -18,6 +18,7 @@ While Conversations got everything set-up out-of-the-box, Gajim was used with th
* SQLite message store
* Configured file upload and image sharing
* Allows registration
* Multi-user chats
## Requirements
@ -60,7 +61,7 @@ version: '2'
services:
server:
image: shaula/rpi-prosody:0.9.11
image: shaula/rpi-prosody:0.10
ports:
- "5000:5000"
- "5222:5222"
@ -105,7 +106,3 @@ log = {
};
```
## Missing
* [Multi-User-Chats](https://prosody.im/doc/modules/mod_muc) (MUC) is not yet configured
* ??