building a xmpp server
I want to write android chat based application. So intead of using gcm I want to extend the existing xmpp server. So i tried with xmpp node js server. But all the features are not implemented in that server .So i thought extending the nodejs xmpp server.
I googled a lot but I didn't find any docs related to extending a jabber-like server.
You can use Openfire server source code from Github:
https://github.com/igniterealtime/Openfire
You can build openfire source in IntelliJ if you are already familiar with Android Studio. Here is some insight:
https://discourse.igniterealtime.org/t/can-i-develop-openfire-using-ide-tool-intellij-idea/76503
Also you can open Openfire source code in Eclipse:
Setup Eclipse for OpenFire server
链接地址: http://www.djcxy.com/p/94138.html上一篇: XMPP服务器和XMPP库有什么区别?
下一篇: 建立一个xmpp服务器