mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Fix typo in example
This commit is contained in:
parent
ae46f653fd
commit
4ca2f84d41
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ EntityBareJid mucJid = JidCreate.bareFrom("myroom@conference.jabber.org");
|
||||||
Resourcepart nickname = Resourcepart.from("testbot");
|
Resourcepart nickname = Resourcepart.from("testbot");
|
||||||
|
|
||||||
// A other use (we may invite him to a MUC).
|
// 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
|
Create a new Room
|
||||||
|
|
Loading…
Reference in a new issue