Re: [JDEV] jabber:iq:private namespace

2001-05-24 Thread Peter Saint-Andre

Matt Diez wrote:

 > What Jabber component receives requests to the jabber:iq:private 
namespace,
 > and, when, if ever, does it hand the contents of the InfoQuery to XDB.
 >
 > Is this implemented in the current version of the Jabber server?


Yep, this works. Here's an example. I just send the following XML while 
logged into my desktop server (1.4) here:

   
 
   
 Thai
   
 
   

Now when I look in my user.xml file, I see the following:

   
 Thai
   

I also see the following, which is a list of my private namespaces:

   
 favorites
   

I'd assume that JSM receives these requests and hands it off to XDB. If 
you have multiple XDBs, I'd assume that the one with an empty  tag 
in your jabber.xml will handle the iq packets with the jabber:iq:private 
namespace.

Peter

-- 
Peter Saint-Andre
[EMAIL PROTECTED]

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



[JDEV] jabber:iq:private namespace

2001-05-24 Thread Matt Diez
Title: jabber:iq:private namespace





What Jabber component receives requests to the jabber:iq:private namespace,
and, when, if ever, does it hand the contents of the InfoQuery to XDB.


Is this implemented in the current version of the Jabber server?


Matthew D. Diez
[EMAIL PROTECTED]