| Package | Description |
|---|---|
| org.jxmpp.jid.util |
Utility classes for JIDs.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityBareJid |
JidUtil.validateEntityBareJid(CharSequence jidcs)
Check if the given CharSequence is a valid entity bare JID.
|
static EntityBareJid |
JidUtil.validateTypicalEntityBareJid(CharSequence jidcs)
Check if the given CharSequence is a typical and valid entity bare JID.
|