man(1) | Profanity XMPP client | man(1) |
NAME
/account
DESCRIPTION
Commands for creating and managing accounts. Calling with no arguments will display information for the current account.
SYNOPSIS
/account
/account list
/account show <account>
/account enable|disable <account>
/account default set <account>
/account default off
/account add <account>
/account remove <account>
/account rename <account> <newaccount>
/account set <account> jid <jid>
/account set <account> server <server>
/account set <account> port <port>
/account set <account> status <presence>
/account set <account> status last
/account set <account> <presence> <priority>
/account set <account> resource <resource>
/account set <account> password <password>
/account set <account> eval_password <command>
/account set <account> muc <service>
/account set <account> nick <nick>
/account set <account> otr <policy>
/account set <account> pgpkeyid <pgpkeyid>
/account set <account> startscript <script>
/account set <account> clientid "<name> <version>"
/account set <account> tls force|allow|trust|legacy|disable
/account set <account> auth default|legacy
/account set <account> theme <theme>
/account set <account> session_alarm <max_sessions>
/account clear <account> password
/account clear <account> eval_password
/account clear <account> server
/account clear <account> port
/account clear <account> otr
/account clear <account> pgpkeyid
/account clear <account> startscript
/account clear <account> clientid
/account clear <account> muc
/account clear <account> resource
/account clear <account> session_alarm
ARGUMENTS
list
enable <account>
show <account>
disable <account>
default set <account>
default off
add <account>
remove <account>
rename <account> <newaccount>
set <account> jid <jid>
set <account> server <server>
set <account> port <port>
set <account> status <presence>
set <account> status last
set <account> <presence> <priority>
set <account> resource <resource>
set <account> password <password>
set <account> eval_password <command>
set <account> muc <service>
set <account> nick <nick>
set <account> otr <policy>
set <account> pgpkeyid <pgpkeyid>
set <account> startscript <script>
set <account> clientid "<name> <version>"
set <account> tls force
set <account> tls allow
set <account> tls trust
set <account> tls legacy
set <account> tls disable
set <account> auth default
set <account> auth legacy
set <account> theme <theme>
set <account> session_alarm <max_sessions>
clear <account> server
clear <account> port
clear <account> password
clear <account> eval_password
clear <account> otr
clear <account> pgpkeyid
clear <account> startscript
clear <account> clientid
clear <account> theme
clear <account> resource
clear <account> muc
clear <account> session_alarm
EXAMPLES
/account add me
/account set me jid ulfhednar@valhalla.edda
/account set me server talk.chat.com
/account set me port 5111
/account set me muc chatservice.mycompany.com
/account set me nick dennis
/account set me status dnd
/account set me dnd -1
/account set me clientid "Profanity 0.42 (Dev)"
/account rename me chattyme
/account clear me pgpkeyid
2023-08-03 | 0.13.1 |