<handlers>
<registration><![CDATA[
{ROOT}registration.php
]]></registration>
<auth><![CDATA[
{ROOT}videochat/server/php/handlers.php?action=auth&user_name={NAME}&password={PASSWORD}&uid={UID}
]]></auth>
<checkGuestName><![CDATA[
{ROOT}videochat/server/php/handlers.php?action=check_guest_name&user_name={NAME}
]]></checkGuestName>
<getUserPhoto><![CDATA[
{ROOT}videochat/server/php/handlers.php?action=get_user_photo&user_name={NAME}
]]></getUserPhoto>
<profile><![CDATA[
{ROOT}videochat/server/php/handlers.php?action=profile&user_name={NAME}
]]></profile>
<logout><![CDATA[
{ROOT}videochat/server/php/handlers.php?action=logout&user_name={NAME}
]]></logout>
</handlers> |