logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

/connect - the Profanity /connect command.

Arguments

<account>
           The local account you wish to connect with, or a JID if connecting for the first time.

       server<server>
           Supply a server if it is different to the domain part of your JID.

       port<port>
           The port to use if different to the default (5222, or 5223 for SSL).

       <server>
           Connect to said server in an anonymous way. (Be aware: There aren't many servers that support this.)

       tlsforce
           Force TLS connection, and fail if one cannot be established, this is default behaviour.

       tlsallow
           Use TLS for the connection if it is available.

       tlstrust
           Force TLS connection and trust server's certificate.

       tlslegacy
           Use legacy TLS for the connection. It means server doesn't support STARTTLS and TLS  is  forced  just
           after TCP connection is established.

       tlsdisable
           Disable TLS for the connection.

       authdefault
           Default authentication process.

       authlegacy
           Allow legacy authentication.

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.

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

0.13.1                                             2023-08-03                                             man(1)

Name

       /connect - the Profanity /connect command.

Synopsis

       /connect [<account>]

       /connect   <account>   [server  <server>]  [port  <port>]  [tls  force|allow|trust|legacy|disable]  [auth
       default|legacy]

       /connect <server>

See Also