[JDEV] IQ:Private / IQ:Public

Robert Norris rob at cataclysm.cx
Mon May 26 18:38:10 CDT 2003


> Is there such a thing as Public storage, and if so, what happened to the
> JEP? If not, what was the motivation behind not having it? 

Public storage is implemented by jabberd 1.4. You simply send a IQ set
with the query part in a non-"jabber:*" namespace, eg:

<iq type='set'>
  <foo xmlns='bar'>
    <baz/>
  </foo>
</iq>

To retrieve it, try:

<iq type='get'>
  <foo xmlns='bar'/>
</iq>

AFAIK, the protocol has never been documented, and isn't implemented by
any other servers.

Rob.

-- 
Robert Norris                                       GPG: 1024D/FC18E6C2
Email+Jabber: rob at cataclysm.cx                Web: http://cataclysm.cx/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20030527/04937a14/attachment-0002.pgp>


More information about the JDev mailing list