table of contents
man(1) | Profanity XMPP client | man(1) |
NAME¶
/connect
DESCRIPTION¶
Login to a chat service. If no account is specified, the default is used if one is configured. A local account is created with the JID as it's name if it doesn't already exist. In case you want to connect to a server via SASL ANONYMOUS (c.f. XEP-0175) you can also do that.
SYNOPSIS¶
/connect [<account>]
/connect <account> [server <server>] [port <port>] [tls force|allow|trust|legacy|disable] [auth default|legacy]
/connect <server>
ARGUMENTS¶
<account>
server <server>
port <port>
<server>
tls force
tls allow
tls trust
tls legacy
tls disable
auth default
auth legacy
EXAMPLES¶
/connect
/connect odin@valhalla.edda
/connect odin@valhalla.edda server talk.google.com
/connect freyr@vanaheimr.edda port 5678
/connect me@localhost.test.org server 127.0.0.1 tls disable
/connect me@chatty server chatty.com port 5443
/connect server.supporting.sasl.anonymous.example
2023-08-03 | 0.13.1 |