1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-17 00:54:52 +02:00

Fix typo in example

This commit is contained in:
Paul Schaub 2018-01-23 16:31:43 +01:00
parent ae46f653fd
commit 4ca2f84d41
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -27,7 +27,7 @@ EntityBareJid mucJid = JidCreate.bareFrom("myroom@conference.jabber.org");
Resourcepart nickname = Resourcepart.from("testbot");
// A other use (we may invite him to a MUC).
FullJid otherJid = JidCreate.fullFromm("user3@host.org/Smack");
FullJid otherJid = JidCreate.fullFrom("user3@host.org/Smack");
```
Create a new Room