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 [EMAIL PROTECTED]

Peter M.

----- Original Message -----
From: "zak sy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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="[EMAIL PROTECTED]/test"
> to="[EMAIL PROTECTED]/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="[EMAIL PROTECTED]/test"
> to="[EMAIL PROTECTED]/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
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
>

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to