mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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");
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue