2003-08-19 15:20:42 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Private Data</title>
|
2003-08-29 20:47:39 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
2003-08-19 15:20:42 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2003-08-29 20:47:39 +02:00
|
|
|
<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>
|
|
|
|
|
2014-06-14 11:45:38 +02:00
|
|
|
<b>XEP related:</b> <a href="http://www.xmpp.org/extensions/xep-0049.html">XEP-49</a>
|
2003-08-29 20:47:39 +02:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<em>More coming soon.</em>
|
2003-08-19 15:20:42 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|