man(1) Profanity XMPP client man(1) NAME /register DESCRIPTION Register an account on a server. SYNOPSIS /register [port ] [tls force|allow|trust|legacy|disable] ARGUMENTS Username to register with. Server to register account on. port The port to use if different to the default (5222, or 5223 for SSL). tls force Force TLS connection, and fail if one cannot be established. This is the default behavior. tls allow Use TLS for the connection if it is available. tls trust Force TLS connection and trust the server's certificate. tls legacy Use legacy TLS for the connection. This forces TLS just after the TCP connection is established. Use when a server doesn't support STARTTLS. tls disable Disable TLS for the connection. 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.15.0 2025-03-27 man(1)