Private data storage

Jive Messenger 2.1.0 has an option to enable or disable private data storage.

If private data storage is enabled, how can I store private data for a user? Does the “jabber:iq:private” namespace work with Jive Messenger? Is that what I should use or is there a different way.

I can’'t find any information about this topic. Thanks in advance.

Brian McNamara

Brian,

We follow JEP-0049 for private storage: http://www.jabber.org/jeps/jep-0049.html

So, yes, the jabber:iq:private namespace. If you’'re coding your own client, you could look at using Smack which includes an API for private data.

Regards,

Matt

Thank Matt. I got it working.