mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-23 02:58:00 +01:00
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:
parent
daee26cf12
commit
4d26e6c0f9
1 changed files with 5 additions and 1 deletions
|
@ -77,7 +77,11 @@ import java.util.Hashtable;
|
||||||
*
|
*
|
||||||
* {@link PrivateDataProvider} instances are responsible for translating the XML into objects.
|
* {@link PrivateDataProvider} instances are responsible for translating the XML into objects.
|
||||||
* If no PrivateDataProvider is registered for a given element name and namespace, then
|
* 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
|
* @author Matt Tucker
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue