43 lines
934 B
Markdown
43 lines
934 B
Markdown
|
# Prosody
|
||
|
|
||
|
#### Setup Client
|
||
|
We use the [Profanity](https://profanity-im.github.io/) XMPP client for comunnication.
|
||
|
|
||
|
###### Commands
|
||
|
```
|
||
|
/register acidvegas@xmpp.supernets.org
|
||
|
```
|
||
|
|
||
|
```
|
||
|
/account add acidvegas
|
||
|
/account default set acidvegas
|
||
|
/account set acidvegas clientid ""
|
||
|
/account set acidvegas jid acidvegas@xmpp.supernets.org
|
||
|
/account set acidvegas muc muc.supernets.org
|
||
|
/account set acidvegas nick acidvegas
|
||
|
/account set acidvegas port 5222
|
||
|
/account set acidvegas resource ""
|
||
|
/account set acidvegas server xmpp.supernets.org
|
||
|
/account set acidvegas session_alarm 2
|
||
|
/account set acidvegas status online
|
||
|
/account set acidvegas tls force
|
||
|
/autoconnect set acidvegas
|
||
|
```
|
||
|
```
|
||
|
/color on
|
||
|
/color own on
|
||
|
/connect acidvegas
|
||
|
/occupants color on
|
||
|
/omemo char 🔑
|
||
|
/omemo gen
|
||
|
/omemo log off
|
||
|
/omemo policy always
|
||
|
/omemo trustmode blind
|
||
|
/omemo trustmode manual
|
||
|
/outtypee off
|
||
|
/privacy logging off
|
||
|
/privacy os off
|
||
|
/receipts send off
|
||
|
/states off
|
||
|
```
|