openinviter_base | --skyrock
Imports user's contacts from Skyrock and send messages using Skyrock's internal system
mixed getMyContacts( )
Makes all the necesarry requests to import the current user's contacts
bool login( string $user, string $pass)
Makes all the necessary requests to authenticate the current user to the server.
bool logout( )
Terminates the current user's session, debugs the request and reset's the internal debudder.
mixed sendMessage( string $session_id, string $message, array $contacts)
Sends a message to the contacts using the service's inernal messaging system