There is an issue in Smack documentation

// A other use (we may invite him to a MUC).
FullJid otherJid = JidCreate.fullFromm("user3@host.org/Smack");

Could you please correct this part of the code examples using right method JidCreate.fullFrom.
Thank you

1 Like

I created https://github.com/igniterealtime/Smack/pull/197 to fix the issue.

1 Like