More examples

This commit is contained in:
Daniel Berteaud 2017-09-10 11:01:06 +02:00
parent 6562df7ebc
commit be9488e226
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@ patrix --action=send-file --file=/home/dani/archive.tgz --user=dani --password=s
```
patrix --debug --message="Hello World"
```
```
patrix --action=create-room --name="Human readable room name" --invite="@dani:matrix.example.com"
```
```
patrix --action=modify-room --join_rules=public --topic='New topic' --room='!uXfknaWNcAnvthnIms:matrix.example.com' --invite='@admin:matrix.example.com'
```