Nice to see more .NET developers around. :) I'd look into Flash Remoting. I built a proof of concept app with it a few months ago and it looked very promising (assuming you can put up with their scripting language). It allows you to make calls to webservices and stateless .NET assemblies, Java, and a number of other things. You could pretty easily write, or use an existing, "proxy" type layer that would return simple XML to Flash and would not make the Flash client do all the XMPP/Jabber protocol stuff. There are a couple of SOAP/WebService abstraction products/projects out there now.
JD > -----Original Message----- > From: Keith Willis [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 3: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
