list
List all accounts.
enable<account>
Enable the account, it will be used for autocompletion.
show<account>
Show details for the specified account.
disable<account>
Disable the account.
defaultset<account>
Set the default account, used when no argument passed to the /connect command.
defaultoff
Clear the default account setting.
add<account>
Create a new account.
remove<account>
Remove an account.
rename<account><newaccount>
Rename 'account' to 'newaccount'.
set<account>jid<jid>
Set the Jabber ID for the account, account name will be used if not set.
set<account>server<server>
The chat server, if different to the domainpart of the JID.
set<account>port<port>
The port used for connecting if not the default (5222, or 5223 for SSL).
set<account>status<presence>
The presence status to use on login.
set<account>statuslast
Use your last status before logging out, when logging in.
set<account><presence><priority>
Set the priority (-128..127) to use for the specified presence.
set<account>resource<resource>
The resource to be used for this account, defaults to 'profanity'.
set<account>password<password>
Password for the account, note this is currently stored in plaintext if set.
set<account>eval_password<command>
Shell command evaluated to retrieve password for the account. Can be used to retrieve password from
keyring.
set<account>muc<service>
The default MUC chat service to use, defaults to the servers disco info response.
set<account>nick<nick>
The default nickname to use when joining chat rooms.
set<account>otr<policy>
Override global OTR policy for this account, see /otr.
set<account>pgpkeyid<pgpkeyid>
Set the ID of the PGP key for this account, see /pgp.
set<account>startscript<script>
Set the script to execute after connecting.
set<account>clientid"<name><version>"
Set XMPP client name for discovery according to XEP-0092. For privacy geeks. Recommendation to leave
as is.
set<account>tlsforce
Force TLS connection, and fail if one cannot be established, this is default behaviour.
set<account>tlsallow
Use TLS for the connection if it is available.
set<account>tlstrust
Force TLS connection and trust server's certificate.
set<account>tlslegacy
Use legacy TLS for the connection. It means server doesn't support STARTTLS and TLS is forced just
after TCP connection is established.
set<account>tlsdisable
Disable TLS for the connection.
set<account>authdefault
Use default authentication process.
set<account>authlegacy
Allow legacy authentication.
set<account>theme<theme>
Set the UI theme for the account.
set<account>session_alarm<max_sessions>
Alarm about suspicious activity if sessions count exceeds max_sessions.
clear<account>server
Remove the server setting for this account.
clear<account>port
Remove the port setting for this account.
clear<account>password
Remove the password setting for this account.
clear<account>eval_password
Remove the eval_password setting for this account.
clear<account>otr
Remove the OTR policy setting for this account.
clear<account>pgpkeyid
Remove pgpkeyid associated with this account.
clear<account>startscript
Remove startscript associated with this account.
clear<account>clientid
Reset client's name to default.
clear<account>theme
Clear the theme setting for the account, the global theme will be used.
clear<account>resource
Remove the resource setting for this account.
clear<account>muc
Remove the default MUC service setting.
clear<account>session_alarm
Disable the session alarm.