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

/register - the Profanity /register command.

Arguments

<username>
           Username to register with.

       <server>
           Server to register account on.

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

       tlsforce
           Force TLS connection, and fail if one cannot be established. This is the default behavior.

       tlsallow
           Use TLS for the connection if it is available.

       tlstrust
           Force TLS connection and trust the server's certificate.

       tlslegacy
           Use  legacy TLS for the connection. This forces TLS just after the TCP connection is established. Use
           when a server doesn't support STARTTLS.

       tlsdisable
           Disable TLS for the connection.

Description

       Register an account on a server.

Examples

       /register odin valhalla.edda

       /register freyr vanaheimr.edda port 5678

       /register me 127.0.0.1 tls disable

       /register someuser my.xmppserv.er port 5443 tls force

0.13.1                                             2023-08-03                                             man(1)

Name

       /register - the Profanity /register command.

Synopsis

       /register <username> <server> [port <port>] [tls force|allow|trust|legacy|disable]

See Also