Uses of Class
org.jivesoftware.smackx.muc.packet.GroupChatInvitation
-
Packages that use GroupChatInvitation Package Description org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045).org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat.org.jivesoftware.smackx.muc.provider Provider classes for XEP-0045: Multi-User Chat. -
-
Uses of GroupChatInvitation in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type GroupChatInvitation Modifier and Type Method Description voidDirectMucInvitationListener. invitationReceived(GroupChatInvitation invitation, Stanza stanza)voidDirectMucInvitationManager. inviteToMuc(EntityBareJid jid, GroupChatInvitation invitation) -
Uses of GroupChatInvitation in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return GroupChatInvitation Modifier and Type Method Description static GroupChatInvitationGroupChatInvitation. from(Stanza packet)Get the group chat invitation from the given stanza. -
Uses of GroupChatInvitation in org.jivesoftware.smackx.muc.provider
Methods in org.jivesoftware.smackx.muc.provider that return GroupChatInvitation Modifier and Type Method Description GroupChatInvitationGroupChatInvitationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-