![]() |
![]() |
Community Videochat v.6.0 |
Home ![]() |
User profile integrationWhen you click on “View Profile” in the chat menu, the new chat window with profile opens and chat sends a request to profile handler to get the user profile information. User profile has the structure shown on the picture below:
For user’s details and additional information transmitting profile handler is used. It receives user name as a GET parameter ( $_GET[ 'user_name' ] ) and should return user profile information in the following XML format:
The example of handler code:
|