Update README.md
This commit is contained in:
parent
88382a0a2b
commit
4f4216eb69
32
README.md
32
README.md
|
@ -12,6 +12,8 @@ Features
|
||||||
* Quick-links (not recommended) using http://server/#Room:Passphrase
|
* Quick-links (not recommended) using http://server/#Room:Passphrase
|
||||||
* Super simple setup
|
* Super simple setup
|
||||||
* Notification sounds (mutable)
|
* Notification sounds (mutable)
|
||||||
|
* Native popup notifications
|
||||||
|
* Configurable page title
|
||||||
* ~~Flashing title on new messages~~
|
* ~~Flashing title on new messages~~
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,20 +45,32 @@ Usage
|
||||||
========
|
========
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Available commands:
|
Available commands:
|
||||||
|
|
||||||
|
Client:
|
||||||
|
/key StrongPassphrase Sets encryption key
|
||||||
|
/nick NickName Sets an optional nick
|
||||||
|
/mute Audio on
|
||||||
|
/unmute Audio off
|
||||||
|
/clear Clear on-screen buffer
|
||||||
|
/help This
|
||||||
|
/title Set your local page title
|
||||||
|
|
||||||
|
Room:
|
||||||
/generate Generate random room
|
/generate Generate random room
|
||||||
/join RoomId Join a room
|
/join RoomId Join a room
|
||||||
/count Count participants of room
|
|
||||||
/nick NickName Sets an optional nick
|
|
||||||
/key OurStrongPassphrase Sets encryption key
|
|
||||||
/leave Leave the room
|
/leave Leave the room
|
||||||
/clear Clear on-screen buffer
|
/count Count participants
|
||||||
/mute Toggle notification sounds
|
|
||||||
/help This
|
|
||||||
|
|
||||||
You can select any of the five last commands/messages with up/down key.
|
Host:
|
||||||
|
/hosts List available hosts
|
||||||
|
/connect HostIndex Connect to selected host
|
||||||
|
/disconnect Disconnect from host
|
||||||
|
|
||||||
Due to security reasons, /key command is not saved, and command
|
You can select any of the five last commands/messages with up/down key.
|
||||||
history is automatically cleared after one minute of inactivity.
|
|
||||||
|
Due to security reasons, /key command is not saved, and command
|
||||||
|
history is automatically cleared after one minute of inactivity.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue