diff --git a/source/org/jivesoftware/smackx/PrivateDataManager.java b/source/org/jivesoftware/smackx/PrivateDataManager.java index 15fa84fc3..1e75a8af9 100644 --- a/source/org/jivesoftware/smackx/PrivateDataManager.java +++ b/source/org/jivesoftware/smackx/PrivateDataManager.java @@ -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.

+ * + * Warning: this is an non-standard protocol documented by + * JEP-49. Because this is a + * non-standard protocol, it is subject to change. * * @author Matt Tucker */