fiv / xmpp
Fork of xmpp library
Installs: 3 052
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
This package is not auto-updated.
Last update: 2019-02-20 17:46:07 UTC
README
#About
Elegant PHP library for XMPP (aka Jabber, Google Talk, etc).
Example:
$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
Maintainer of this fork: funivan