[JDEV] jabber:iq:private?

Peter Millard me at pgmillard.com
Tue Apr 30 11:15:22 CDT 2002


zak -

Different servers can behave differently :) I do know that for jabber.com's
server, they have to setup various namespaces which can be stored.. so
you're trying to use a namespace that they don't have configured, which is
why it returns the server error. If you want them to add your namespaces,
try sending email to support at jabber.com.

Peter M.

----- Original Message -----
From: "zak sy" <zsy at ix.netcom.com>
To: <jdev at jabber.org>
Sent: Monday, April 29, 2002 9:13 PM
Subject: [JDEV] jabber:iq:private?


> hello,
>
> i have a question about jabber:iq:private.  does this feature's
availability
> vary from server to server?  i would like to use it to save client
> preferences, but if it's not consistently available, i'm not sure what use
it
> really has.  anyway here is what happens when i try to retrieve private
data
> and when i try to save it.  any help would be great.
>
> thanks, zak.
>
> RETRIEVE:
>
>  <iq id="P10003" type="get">
>      <query xmlns="jabber:iq:private">
>             <gif-prefs xmlns="gif:prefs" />
>       </query>
> </iq>
>
> <iq id="P10003" type="error" from="zds at jabber.com/test"
> to="zds at jabber.com/test">
>      <query xmlns="jabber:iq:private">
>             <gif-prefs xmlns="gif:prefs" />
>      </query>
>      <error code="500">Internal Server Error</error>
> </iq>
>
> SAVE:
>
> <iq id="T10004" type="set">
>      <query xmlns="jabber:iq:private">
>             <gif-prefs xmlns="gif:prefs" conv_timeout="20" />
>      </query>
> </iq>
>
> i get this:
>
> <iq id="T10004" type="error" from="zds at jabber.com/test"
> to="zds at jabber.com/test">
>      <query xmlns="jabber:iq:private">
>            <gif-prefs xmlns="gif:prefs" conv_timeout="20" />
>      </query>
>      <error code="503">Service Unavailable</error>
> </iq>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>




More information about the JDev mailing list