如何在 Openfire 中使用 smack
你好 我计划开发一个可以连接到 gtalk facebook 等的聊天客户端...我决定将 smack API 与 openfire 一起使用..
但是我需要很少的指导来了解如何将它与 openfire 服务器一起使用..
并且openfire 提供了一个基本的 UI,比如登录框聊天窗口等...
我需要知道如何使用 openfire 插入或使用 smack
谢谢:)
Hi
I am planning to develop a chat client which can connect to gtalk facebook etc...I have decided to use the smack API along with openfire..
But I need little guidance as to how to use it with openfire server..
And does the openfire provide a basic UI like log in box chat window etc...
I need to know how to plug or use smack with openfire
Thanks:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
配置 openfire 然后参考 Smack 提供的文档。它有易于理解的示例。仅供参考,openfire 与 gtalk 配合使用效果很好,但与 facebook 配合使用时速度非常慢。
示例代码:-
这里的host是配置openfire的ip/域名。
Configure openfire then refer to documentation provided by Smack. It has easy to understand examples. FYI openfire works fine with gtalk but with facebook it is very slow.
Sample code:-
Here host is the ip/domain name where openfire is configured.
Smack API 入门< /a>?
OpenFire 只是服务器。要真正聊天,您需要一些 Jabber/XMPP 客户端。您可以使用 Spark 进行测试。
What about Smack API Getting Started?
OpenFire is just the Server. To actually chat, you'll need some Jabber/XMPP Client. You could use Spark for tests.
这是一个示例,它将帮助设置 gtalk 上的状态消息。
This is a sample, which will help set the status message on gtalk.
在 JSP/Java 中,导入 smack.jar
将 smack.jar 放入
或
yourwebapp/WEB-INF/lib
In JSP / Java, import the smack.jar
Place smack.jar in
or
yourwebapp/WEB-INF/lib