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

NAME

6       /connect
7
8

DESCRIPTION

10       Login  to  a  chat  service. If no account is specified, the default is
11       used if one is configured. A local account is created with the  JID  as
12       it's name if it doesn't already exist.
13
14

SYNOPSIS

16       /connect [<account>]
17
18
19       /connect  <account>  [server  <server>]  [port  <port>]  [tls force|al‐
20       low|trust|legacy|disable] [auth default|legacy]
21
22

ARGUMENTS

24       <account>
25           The local account you wish to connect with, or a JID if  connecting
26           for the first time.
27
28       server <server>
29           Supply a server if it is different to the domain part of your JID.
30
31       port <port>
32           The  port  to  use  if  different to the default (5222, or 5223 for
33           SSL).
34
35       tls force
36           Force TLS connection, and fail if one cannot be  established,  this
37           is default behaviour.
38
39       tls allow
40           Use TLS for the connection if it is available.
41
42       tls trust
43           Force TLS connection and trust server's certificate.
44
45       tls legacy
46           Use  legacy TLS for the connection. It means server doesn't support
47           STARTTLS and TLS is forced just  after  TCP  connection  is  estab‐
48           lished.
49
50       tls disable
51           Disable TLS for the connection.
52
53       auth default
54           Default authentication process.
55
56       auth legacy
57           Allow legacy authentication.
58
59

EXAMPLES

61       /connect
62
63
64       /connect odin@valhalla.edda
65
66
67       /connect odin@valhalla.edda server talk.google.com
68
69
70       /connect freyr@vanaheimr.edda port 5678
71
72
73       /connect me@localhost.test.org server 127.0.0.1 tls disable
74
75
76       /connect me@chatty server chatty.com port 5443
77
78
790.11.0                            2021-09-28                            man(1)
Impressum