Drink some Java, Eat some JXTA The following was posted by [EMAIL PROTECTED] via the Jabber DevZone web site (http://dev.jabber.org/): Here is one of their classes in the JXTA source: public class MessageProto { public static String XmlHeader = "<?xml version=\"1.0\" standalone='yes'?>"; public static String JxtaVersion = "<JxtaMessageVersion1.0 Obviously they are using XML to route their data, either over a raw TCP socket, or HTTP. It looks like their protocol is very large. Hmm, maybe Jabber could fit into JXTA very well. Maybe this should be investigated further, if anyone is interested. http://jabber.org/?oid=1714 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
