Added JEP info.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2079 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-30 23:57:00 +00:00 committed by mtucker
parent daee26cf12
commit 4d26e6c0f9
1 changed files with 5 additions and 1 deletions

View File

@ -77,7 +77,11 @@ import java.util.Hashtable;
*
* {@link PrivateDataProvider} instances are responsible for translating the XML into objects.
* If no PrivateDataProvider is registered for a given element name and namespace, then
* a {@link DefaultPrivateData} instance will be returned.
* a {@link DefaultPrivateData} instance will be returned.<p>
*
* Warning: this is an non-standard protocol documented by
* <a href="http://www.jabber.org/jeps/jep-0049.html">JEP-49</a>. Because this is a
* non-standard protocol, it is subject to change.
*
* @author Matt Tucker
*/