Noob question - p2p chat
Hi.
Ive built a server side app that loads up an XML of a client's friends by the UID he delivered as a parameter in his netConnection.
The app also holds a table with crutial sessionInfo for each connection and one of its values is the UID so im able to check out whichof the client's friends connected to the server and get their peerID's in array.
afterwars the FMS promotes a function at the client side that adds movie clip for each conected friend.
the question is: how do i start a one on one chat with a friend i click on?
