I'm making a peer-to-peer instant messaging application.
Currently, if UserA.pool.net says "hello" to UserB.pool.net, User A sees "You: hello" and User B sees "UserA.pool.net: hello".
Rather than User A seeing "You", I want them to see the hostname of their own machine so that User A sees the same text as User B.
Sorry if this is a stupid question, I just can't see how to do it.