Smack/documentation/extensions/privatedata.md

20 lines
462 B
Markdown
Raw Normal View History

2014-08-16 00:09:55 +02:00
Private Data
============
[Back](index.md)
2014-08-16 00:09:55 +02:00
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>
```
**XEP related:** [XEP-49](http://www.xmpp.org/extensions/xep-0049.html)
_More coming soon._