mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
eec0df386c
also s;jabber.org/jeps;xmpp.org/extensions;
30 lines
No EOL
672 B
HTML
30 lines
No EOL
672 B
HTML
<html>
|
|
<head>
|
|
<title>Private Data</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">Private Data</div><p>
|
|
|
|
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:
|
|
|
|
<pre>
|
|
<color xmlns="http://example.com/xmpp/color">
|
|
<favorite>blue</blue>
|
|
<leastFavorite>puce</leastFavorite>
|
|
</color>
|
|
</pre><p>
|
|
|
|
<b>XEP related:</b> <a href="http://www.xmpp.org/extensions/xep-0049.html">XEP-49</a>
|
|
|
|
<hr>
|
|
|
|
<em>More coming soon.</em>
|
|
|
|
</body>
|
|
|
|
</html> |