I may be wrong, but I believe it handles that already. But just in case, I checked to see if <stream:stream is incoming. If it is, I replace the "/>" with "> ".
That didn't seem to fix the problem at all. Is that what you are referring to? Thanks, Keith -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hildebrand Sent: Monday, February 02, 2004 6:56 PM To: '[EMAIL PROTECTED]' Subject: RE: [JDEV] Jabber and Flash 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:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 4:03 PM > To: [EMAIL PROTECTED] > 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 > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev > _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
