mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
commit
afcc0935ef
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ XMPPTCPConnectionConfiguration config = XMPPTCPConnectionConfiguration.builder()
|
|||
.setPort(8222)
|
||||
.build();
|
||||
|
||||
AbstractXMPPConnection conn2 = **new** XMPPTCPConnection(config);
|
||||
AbstractXMPPConnection conn2 = new XMPPTCPConnection(config);
|
||||
conn2.connect().login();
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue