[JDEV] Jabber and Flash
Joe Hildebrand
JHildebrand at jabber.com
Mon Feb 2 17:55:38 CST 2004
You probably have to set your server to expect this:
<stream:stream .../>NUL
Where the stream:stream doesn't actually wrap the stanzas.
--
Joe Hildebrand
> -----Original Message-----
> From: Keith Willis [mailto:kwillis at cyberlearninglabs.com]
> Sent: Monday, February 02, 2004 4:03 PM
> To: jdev at jabber.org
> Subject: [JDEV] Jabber and Flash
>
> All,
>
> I have a .NET version of the jabber server (Joey using
> Jabber-Net). It connects to IM programs just fine, but I
> also would like it to connect to Flash.
>
> I am aware of Flash requiring null terminating streams, so I
> adjusted the server to send streams null terminated.
>
> This seems to start out fine, I send the initial request from
> Flash, the server accepts it and processes it and will send a
> response to the flash client. The flash client then tries to
> do an authentication request. At this point any message
> coming from flash, the server will drop regardless of what
> the message data contains. I can still connect with my other
> IM clients and it works fine.
>
> Has anyone encountered this before? Even if it is not .NET
> related, I would appreciate a response as to how the problem
> was resolved. I may be able to do something similar in the
> .NET server.
>
> Thanks,
>
> Keith
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list