One important thing to know is that "port.p2pj" is deprecated and is
no longer being used.
I'm not sure that's the case... I've worked up a bit of test code in
Java that registers a _presence._tcp service on port 12345. With iChat
AV 2.0 (v145), if I leave the "port.p2pj" property out of the service
info, I get an error when trying to initiate a conversation: "Cannot
Chat. One or more of the selected people are offline."
I'm using JmDNS from sf.net and setting the following properties when
creating the ServiceInfo instance:
props.put("txtvers", "1");
props.put("status", "avail");
props.put("1st", "Lloyd");
props.put("vc", "!");
props.put("email", "email@hidden");
props.put("last", "Harry");
That's based on the info I see from the iChat service when I capture it.
Suggestions?
B
--
__ ____
/ / / __/ Brian Lalor
/ _ \/__ \ email@hidden
/_.__/____/ http://bravo5.org/
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.