I have to implement socket communication in iOS (Objective-C) between two peers located behind NAT (in different networks). Are there any techniques allowing me to achieve this? Basically I 'm looking for some STUN, TURN implementation, that would allow me find out external IP/Port address.
Thanks in advance, Leonid