update README.md

master
totem4 4 years ago
parent 45f31ab890
commit 57a583cfd8

@ -10,28 +10,42 @@ CONTENTS *prof-oms
4. Licence ............................................... |prof-oms-licence| 4. Licence ............................................... |prof-oms-licence|
=============================================================================== ===============================================================================
1. Intro *prof-oms-intro* 1. Intro *prof-oms-intro*
========
Profanity Plugin to Decrypt/Save or Encrypt/Upload attachments in OMEMO session. Profanity Plugin to Decrypt/Save or Encrypt/Upload attachments in OMEMO session.
2. Requirements *prof-oms-requirements* 2. Requirements *prof-oms-requirements*
===============
Works with python3 Works with python3
pip install -r requirements.txt pip install -r requirements.txt
3. Usage *prof-oms-usage* 3. Usage *prof-oms-usage*
========
Installation: Installation:
``` ```
/plugins install prof-oms.py /plugins install prof-oms.py
``` ```
Usage: Usage:
```
/omemo sendfile on # Enable sending unencrypted files in a OMEMO session via /sendfile. /omemo sendfile on # Enable sending unencrypted files in a OMEMO session via /sendfile.
```
```
/oms send <file_path> # Set the path to sore downloaded content. /oms send <file_path> # Set the path to sore downloaded content.
```
```
/oms get <url> # Save a aesgcm link contents. /oms get <url> # Save a aesgcm link contents.
```
```
/oms setdir <folder> # Send encrypted file to chat recipient or muc. /oms setdir <folder> # Send encrypted file to chat recipient or muc.
```
4. Licence *prof-oms-licence* 4. Licence *prof-oms-licence*
==========
Public Domain Public Domain

Loading…
Cancel
Save