构建一个xmpp服务器

时间:2016-03-21 18:08:42

标签: node.js xmpp

我想编写基于android聊天的应用程序。 所以使用gcm我想扩展现有的xmpp服务器。 所以我尝试了xmpp node js server。但是在该服务器中没有实现所有功能。所以我想扩展nodejs xmpp服务器。

  1. 是否有更好的文档或教程来了解有关xmpp服务器的更多信息。
  2. 如果不是nodejs xmpp服务器,我该如何扩展jabber或任何其他xmpp服务器。
  3. 我google了很多,但我没有找到任何与扩展类似jabber的服务器相关的文档。

1 个答案:

答案 0 :(得分:0)

您可以使用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源代码:

Setup Eclipse for OpenFire server