Re: [JDEV] Possible bug with ask='subscribe'

2001-05-22 Thread Julian Missig
:Re: [JDEV] Possible bug with ask='subscribe' On Sun, May 20, 2001 at 06:39:58PM -0400, Julian Missig wrote: > When I do: > jid='[EMAIL PROTECTED]' name='julian-test'/> ... > No more ask='subscribe' ... It should not be the client's re

RE: [JDEV] Possible bug with ask='subscribe'

2001-05-21 Thread Robert Temple
I did report this bug in one of the servers a while back and someone told me that they fixed it. -Robert > -Original Message- > From: Julian Missig [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 20, 2001 3:40 PM > To: [EMAIL PROTECTED] > Subject: [JDEV] Possible bug

Re: [JDEV] Possible bug with ask='subscribe'

2001-05-21 Thread David Waite
DJ Adams wrote: > /* copy the old stuff into the new one and insert it into the roster */ > xmlnode_put_attrib(cur,"subscription",xmlnode_get_attrib(item,"subscription")); > xmlnode_put_attrib(cur,"subscribe",xmlnode_get_attrib(item,"subscribe")); > > which is slightly wrong as "subscribe" isn't

Re: [JDEV] Possible bug with ask='subscribe'

2001-05-21 Thread Thomas Muldowney
Sounds right, and I would bet that j.o might be missing an updated build. I'll check tonight. --temas On Mon, May 21, 2001 at 08:10:16AM +0100, DJ Adams wrote: > On Sun, May 20, 2001 at 06:39:58PM -0400, Julian Missig wrote: > > When I do: > > > jid='[EMAIL PROTECTED]' name='julian-test'/> >

Re: [JDEV] Possible bug with ask='subscribe'

2001-05-20 Thread DJ Adams
On Sun, May 20, 2001 at 06:39:58PM -0400, Julian Missig wrote: > When I do: > jid='[EMAIL PROTECTED]' name='julian-test'/> ... > No more ask='subscribe' ... It should not be the client's responsibility Hi Julian Is this against a ver 1.4 Jabber server? I suspect so because the 1.4 version o

[JDEV] Possible bug with ask='subscribe'

2001-05-20 Thread Julian Missig
When I do: And then I send a presence subscribe request, I get back: Note the ask='subscribe' Now, if I then do: testing I get back: testing No more ask='subscribe' ... It should not be the client's responsibility to set the ask='subscribe', so the server is forgetting it. The client need