blob: 43c9831a168cfa6e2dcdd8278f9ade9c3d572419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Basic login and initial presence
[Client] Romeo
jid: user@localhost
password: password
---------
Romeo connects
Romeo sends:
<presence/>
Romeo receives:
<presence/>
Romeo disconnects
|