public class PrivacyProvider extends org.jivesoftware.smack.provider.IQProvider<Privacy>
Privacy packets. Privacy
Parses the query sub-document and creates an instance of Privacy.
For each item in the list element, it creates an instance
of PrivacyItem.| Constructor and Description |
|---|
PrivacyProvider() |
| Modifier and Type | Method and Description |
|---|---|
Privacy |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
public Privacy 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<Privacy>org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOException