openfire

配置參考: php


xmpp, html5客戶端:
xmpp是一種聊天協議. 基於該協議, 全部支持該協議的聊天工具, 都可以互相聊天.
rfc: http://www.ietf.org/rfc/rfc3920.txt
php example: http://www.ibm.com/developerworks/cn/xml/tutorials/x-realtimeXMPPtut/index.html
IBM example: http://www.ibm.com/search/csass/search/?q=xmpp&sn=dw&lang=zh&cc=CN&en=utf&hpp=20&dws=cndw&lo=zh
js: http://strophe.im/strophejs/
github html5 example: http://candy-chat.github.io/candy/

html

本身理解: xmpp是一套協議. 基於這套協議, 使得im工具能夠互相通訊. html5

基於java又openfire服務器, 外層引入nginx 80 端口 http請求的反向代理.
nginx收到http請求, 轉發給openfire, openfire做爲聊天服務器. java

測試http服務是否正常: http://domain:7070/http-bind/?%3Cbody%20rid=%221%22/%3Enginx

相關文章
相關標籤/搜索