建立一个xmpp服务器
我想编写基于android聊天的应用程序。 所以使用gcm的intead我想扩展现有的xmpp服务器。 所以我试着用xmpp节点js服务器。 但所有功能都没有在该服务器中实现。所以我想扩展nodejs xmpp服务器。
我GOOGLE了很多,但我没有找到任何与扩展类似jabber的服务器相关的文档。
您可以使用Github上的Openfire服务器源代码:
https://github.com/igniterealtime/Openfire
如果您已熟悉Android Studio,则可以在IntelliJ中构建openfire源代码。 以下是一些见解:
https://discourse.igniterealtime.org/t/can-i-develop-openfire-using-ide-tool-intellij-idea/76503
您也可以在Eclipse中打开Openfire源代码:
为OpenFire服务器设置Eclipse
链接地址: http://www.djcxy.com/p/94137.html下一篇: Disconnected clients remaining online on Openfire server with websockets