Title: RE: [JDEV] JUD docs?

Peter, you are correct, I'm not interested in the internal messages (since I'd be writing the internals myself).

Constantin, thanks for the messages that are currently being sent back and forth.  I'll go that route (using debug in WinJab to figure messages) until I hear of some docs popping up.

Colin

> -----Original Message-----
> From: Constantin Nickonov [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 9:41 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [JDEV] JUD docs?
>
>
> Running through some JUD operations (with Jabber IM in debug
> mode) yields
> the following XML sequences:
>
> SENT: <iq type="get" to="jud.foo.com"><query
> xmlns="jabber:iq:register"></query></iq>
>
> RECV: <iq type='result' to='[EMAIL PROTECTED]' from='jud.foo.com'><query
> xmlns='jabber:iq:register'><instructions>Fill in all of the
> fields to add
> yourself to
> JUD.</instructions><first>Joe</first><last>Schmoe</last><nick>
> jschmoe</nick>
> <email>[EMAIL PROTECTED]</email><key>somekey</key><registered/></
> query></iq>
> ---
>
> SENT: <iq type="set" to="jud.foo.com"><query
> xmlns="jabber:iq:register"><first>Joseph</first><last>Schmoe</
> last><nick>jsc
> hmoe</nick><email>[EMAIL PROTECTED]</email><key>somekey</key></qu
> ery></iq>
>
> RECV: <iq type='result' to='[EMAIL PROTECTED]/Work'
> from='jud.foo.com'><query
> xmlns='jabber:iq:register'/></iq>
> ---
>
> SENT: <iq type="get" to="jud.foo.com"><query
> xmlns="jabber:iq:search"></query></iq>
>
> RECV: <iq type='result' to='[EMAIL PROTECTED]' from='jud.foo.com'><query
> xmlns='jabber:iq:search'><instructions>Fill in a field to
> search.</instructions><key>somekey</key><first/><last/><nick/>
> <email/></quer
> y></iq>
> ---
>
> SENT: <iq type="set" to="jud.foo.com"><query
> xmlns="jabber:iq:search"><key>somekey</ksy><first>Barnaby</fir
> st></query></i
> q>
>
> RECV: <iq type='result' to='[EMAIL PROTECTED]' from='jud.foo.com'><query
> xmlns='jabber:iq:search'><item
> jid='[EMAIL PROTECTED]'><first>Barnaby</first><last>Jones</last><
> nick>bjones</n
> ick><email>[EMAIL PROTECTED]</email></item><item
> jid='[EMAIL PROTECTED]'><first>Barnaby</first><last>Smith</las
> t><nick>bsmith
> </nick><email>[EMAIL PROTECTED]</email></item></query></iq>
> ---
>
> These are only the nominal cases, of course. For errors, etc., try
> connecting to a functional JUD (jabber.com's is up and
> running), and throw
> some bad requests at it.
>
> ---
> Constantin Nickonov
>
> > -----Original Message-----
> > From: Peter Saint-Andre [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 09, 2001 5:34 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JDEV] JUD docs?
> >
> >
> > Hi Colin,
> >
> > There is no such doc at present. It'd be helpful to have
> one, though.
> > You are talking about the XML sent into and received from JUD, *not*
> > messaging internal to JUD, right? This is similar to (or
> part of) what
> > Jens is doing with his "cheat sheet", hopefully we can add
> JUD info to
> > this soon.
> >
> > Peter
> >
> > > Colin Madere wrote:
> > >
> > > I'm not looking to run the existing perl JUD, I'm looking
> > to implement
> > > in another language.
> > >
> > > Can anyone point me to a doc that would have all the
> > messages the JUD
> > > uses (specs on the messages)?  If we do this, I want to make sure
> > > everything will work with existing and future clients.
> > >
> > > I'm know I'm a lazy bum for not going through all the
> JPG, JPO, etc,
> > > but I've done so too many times in the past with the results being
> > > fruitless :(  No offense, Peter (and others), I know you've been
> > > adding TONS of info and kudos for it!
> > >
> > > Colin
> > > >
>
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
>

Reply via email to