Finally found the page I was looking for
I must’ve spent a week looking for this simple page on doing Socket connections in XUL. Thank goodness. I want to set up a jabber client in pure JS and XUL(I want to). I also want to set up a chat room for my new dating site, YNKOdate. Slowly but surely it’s all coming together.
Comments
Comment from Tom
Time: May 22, 2006, 3:11 am
Hi Joseph..
Take a look at Mango (mozchat) .. it is exactly what you need.
Mango is totally in development fase, so maybe you can help?
And.. the socket part is already done ![]()
http://epigoon.com/projects/chat/manualies/
Comment from Benjamin Smedberg
Time: July 10, 2006, 2:05 pm
The new scriptable SAX interfaces for 1.8.1 and 1.9 make this much easier, as you can open a socket and feed the socket stream into the XML parser and come back with tokenized XML.

Write a comment