Wallogit.com
2017 © Pedro Peláez
Fork of xmpp library
Elegant PHP library for XMPP (aka Jabber, Google Talk, etc)., (*2)
Example:, (*3)
$user = 'username@gmail.com'; $password = 'password'; $conn = new \Fiv\Xmpp\Xmpp('talk.google.com', 5222, $user, $password, 'xmpphp', 'gmail.com', true, \Fiv\Xmpp\Log::LEVEL_INFO); $conn->connect(); $conn->processUntil('session_start'); $conn->message("other.user.name@gmail.com/gmail.00145456", "test message"); $conn->disconnect();
Author: Nathan Fritz, jabber id: fritzy [at] netflint.net Co-Author: Stephan Wentz, jabber id: stephan [at] wentz.it, (*4)
Maintainer of this fork: funivan, (*5)