I'm running an JxtaServerSocket on JXME. Unfortunately, I am not able to get the remote peer id of the connected Socket:
JxtaSocket jsocket = (JxtaSocket) socket;
JxtaSocketAddress addr = ((JxtaSocketAddress) jsocket.getRemoteSocketAddress());
addr.getPeerID() is null. It works on JXSE, but I am lost on JXME. Has someone an idea?
Thank you very much ;)