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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Norris Sent: Monday, May 26, 2003 4:38 PM To: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] Web: http://cataclysm.cx/ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
