1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
Chtixof 2015-04-07 00:21:58 +02:00
parent 9845b68c39
commit f9958148d1

View file

@ -7,7 +7,8 @@ It is based on [wojtek77/chat](https://github.com/wojtek77/chat), itself based o
- No need for users to register. Just need the web address.
- On connection, the page is feeded with the 50 last messages.
- Optional *get* arguments to specify the user name and the room. Example : ...minchat/?name=John&room=Living
- Optional *get* arguments to specify the user name and the room.
Example : `https://yourdomain.org/minchat/?room=Living&name=John`
- Mono room (for now)
## Installation