[JDEV] IQ:Private / IQ:Public

Chris Mullins cmullins at winfessor.com
Mon May 26 19:15:45 CDT 2003


Any chance of getting public storage formally written up as a JEP? 

I don't really want to include support for stuff that isn't documented,
but I'm fine supporting "Experimental" JEPS. 

StPeter? 

-- 
Chris Mullins

-----Original Message-----
From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org] On Behalf Of
Robert Norris
Sent: Monday, May 26, 2003 4:38 PM
To: jdev at jabber.org
Subject: Re: [JDEV] IQ:Private / IQ:Public

> 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/




More information about the JDev mailing list