PHP Jabber 集成
我想知道如何集成 jabber 而不是使用我的 AJAX 轮询脚本。 我偶然发现了以下内容:http://code.google.com/p/xmpphp/
它允许我访问 jabber 服务器,但没有告诉我具体如何操作。 我的意思是例如
$payloads = $conn->processUntil(array('message', 'presence', 'end_stream', 'session_start'));
我可以使用一组固定的命令吗? 有没有一些网站可以用非常简单的术语解释 jabber 工作流程?
非常感谢您的宝贵时间。
I am wondering how to integrate jabber instead of using my AJAX polling script. I chanced upon the following: http://code.google.com/p/xmpphp/
It gives me access to a jabber server, but does not tell me how to exactly go about it. I mean for example
$payloads = $conn->processUntil(array('message', 'presence', 'end_stream', 'session_start'));
Are there a fixed set of commands that I can use? Is there some site which explains the jabber workflow in very simple terms?
Thank you very much for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直想知道使用 XMPP 的技术,一直在查看:
此技术的示例可参见:
I've been wondering about technologies to play around with XMPP, been looking at:
Examples of this technology can be seen at:
这两个文档页面似乎具有相当的可读性:
另外,您可能已经在 xmpphp 上投入了大量资金,但如果没有,您可能需要看看 Phurple。 它使您可以访问 libpurple 库(Pidgin)来自 PHP。
从项目页面:
These two doc pages seem to be fairly readable:
Also, you might already be heavily invested into xmpphp, but if not, you may want to take a look at Phurple. It gives you access to the libpurple library (the code-base for Pidgin) from PHP.
From the project page: