建立一个xmpp服务器

我想编写基于android聊天的应用程序。 所以使用gcm的intead我想扩展现有的xmpp服务器。 所以我试着用xmpp节点js服务器。 但所有功能都没有在该服务器中实现。所以我想扩展nodejs xmpp服务器。

  • 他们是更好的文档或教程来了解更多关于xmpp服务器。
  • 如果不是nodejs xmpp服务器,我该如何扩展jabber或任何其他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

    上一篇: building a xmpp server

    下一篇: Disconnected clients remaining online on Openfire server with websockets