mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-02-16 22:06:25 +01:00
Merge pull request #197 from vanitasvitae/fixMucDoc
Fix typo in MUC documentation example
This commit is contained in:
commit
dfaee56415
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