In WildFire,how to know client real IP port behind connection manager?

if client connected server through connection manager module.

then this code : XMPPServer.getInstance().getSessionManager().getSession(packet.getFrom()).getCo nnection().getInetAddress()…getHostAddress();

only can get connection manager ''s IP Address, but not the client real IP

AFAIK that info is not currently available in the xml msg packets. But I could be wrong.

Conor.

Hi,

you can’'t get the client IP address.

As you noticed we are always showing the IP address of the CM instead of the real IP address of the user. Once we implement the pending enhancement to CM we will be able to show the real ip address since that information will be sent to the server while establishing the initial connection.” was already discussed here: http://www.igniterealtime.org/forum/thread.jspa?messageID=124123

LG