Package org.jivesoftware.smackx.iqprivate
package org.jivesoftware.smackx.iqprivate
Smacks implementation of XEP-0049: Private XML Storage.
Manages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server. Each private data chunk is defined by a element name and XML namespace. Example private data:
<color xmlns="http://example.com/xmpp/color">
<favorite>blue</blue>
<leastFavorite>puce</leastFavorite>
</color>
- See Also:
-
ClassDescriptionManages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server.An IQ provider to parse IQ results containing private data.