Merge pull request #197 from vanitasvitae/fixMucDoc

Fix typo in MUC documentation example
This commit is contained in:
Florian Schmaus 2018-02-06 11:10:43 +01:00 committed by GitHub
commit dfaee56415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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