public class MUCUserProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<MUCUser>
Constructor and Description |
---|
MUCUserProvider() |
Modifier and Type | Method and Description |
---|---|
MUCUser |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
Parses a MUCUser stanza (extension sub-packet).
|
public MUCUser parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
parse
in class org.jivesoftware.smack.provider.Provider<MUCUser>
parser
- the XML parser, positioned at the starting element of the extension.java.io.IOException
- if an I/O error occured.org.jivesoftware.smack.xml.XmlPullParserException
- if an error in the XML parser occured.