xmpp
xmpp copied to clipboard
Bag In documentation
Found an error in documentation
// send a message to another user $message = new Message; $message->setMessage('test') ->setTo('[email protected]') <---- Here is ERROR. NO ';'. $client->send($message);