fiv / xmpp
此包已被弃用且不再维护。未建议替代包。
xmpp 库的分支
0.1.3
2016-06-03 06:09 UTC
This package is not auto-updated.
Last update: 2019-02-20 17:46:07 UTC
README
#关于
优雅的 XMPP(又名 Jabber、Google Talk 等)PHP 库。
示例
$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();
作者:Nathan Fritz,Jabber ID:fritzy [at] netflint.net 协作者:Stephan Wentz,Jabber ID:stephan [at] wentz.it
此分支的维护者:funivan