: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
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
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
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'/>
>
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
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