File: profanity-register.1

package info (click to toggle)
profanity 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,044 kB
  • sloc: ansic: 78,684; makefile: 552; python: 212; sh: 179
file content (73 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"

.SH NAME
/register

.SH DESCRIPTION
Register an account on a server.

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

.LP

.SH ARGUMENTS
.PP
\fB<username>\fR
.RS 4
Username to register with.
.RE
.PP
\fB<server>\fR
.RS 4
Server to register account on.
.RE
.PP
\fBport <port>\fR
.RS 4
The port to use if different to the default (5222, or 5223 for SSL).
.RE
.PP
\fBtls force\fR
.RS 4
Force TLS connection, and fail if one cannot be established. This is the default behavior.
.RE
.PP
\fBtls allow\fR
.RS 4
Use TLS for the connection if it is available.
.RE
.PP
\fBtls trust\fR
.RS 4
Force TLS connection and trust the server's certificate.
.RE
.PP
\fBtls direct\fR
.RS 4
Use direct TLS for the connection. It means TLS handshake is started right after TCP connection is established.
.RE
.PP
\fBtls disable\fR
.RS 4
Disable TLS for the connection.
.RE
.PP
\fBtls legacy\fR
.RS 4
Alternative keyword for 'direct', which was created when one still thought that 'STARTTLS' is the future.
.RE

.SH EXAMPLES
/register odin valhalla.edda 

.LP
/register freyr vanaheimr.edda port 5678

.LP
/register me 127.0.0.1 tls disable

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

.LP