Package | Description |
---|---|
org.jivesoftware.smackx.muc.packet |
Element classes for XEP-0045: Multi-User Chat.
|
Modifier and Type | Method and Description |
---|---|
static GroupChatInvitation |
GroupChatInvitation.from(Stanza packet)
Get the group chat invitation from the given stanza.
|
static GroupChatInvitation |
GroupChatInvitation.getFrom(Stanza packet)
Deprecated.
use
from(Stanza) instead |
GroupChatInvitation |
GroupChatInvitation.Provider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |