1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /register
7
8

DESCRIPTION

10       Register an account on a server.
11
12

SYNOPSIS

14       /register    <username>   <server>   [port   <port>]   [tls   force|al‐
15       low|trust|legacy|disable]
16
17

ARGUMENTS

19       <username>
20           Username to register with.
21
22       <server>
23           Server to register account on.
24
25       port <port>
26           The port to use if different to the  default  (5222,  or  5223  for
27           SSL).
28
29       tls force
30           Force  TLS  connection, and fail if one cannot be established. This
31           is the default behavior.
32
33       tls allow
34           Use TLS for the connection if it is available.
35
36       tls trust
37           Force TLS connection and trust the server's certificate.
38
39       tls legacy
40           Use legacy TLS for the connection. This forces TLS just  after  the
41           TCP  connection  is  established. Use when a server doesn't support
42           STARTTLS.
43
44       tls disable
45           Disable TLS for the connection.
46
47

EXAMPLES

49       /register odin valhalla.edda
50
51
52       /register freyr vanaheimr.edda port 5678
53
54
55       /register me 127.0.0.1 tls disable
56
57
58       /register someuser my.xmppserv.er port 5443 tls force
59
60
610.13.0                            2022-10-12                            man(1)
Impressum