本文介绍了XMPP使用哪个端口?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经搜索并没有找到XMPP使用的端口.我需要实现XMPP服务器和客户端,并使用XML传输,文件传输和流传输.他们使用不同的端口吗?有没有一种方法可以使它们全部使用,所以我不需要打扰网络管理员?谢谢
I´ve searched and didnt find which ports does XMPP uses.I need to implement XMPP server and client and use XML transfer, file transfer and streaming.Do they use different ports?? Is there a way I can make them use all the same, so I dont need to bother the network admin?Thanks
推荐答案
根据维基百科 :
5222 TCP XMPP client connection (RFC 6120) Official
5223 TCP XMPP client connection over SSL Unofficial
5269 TCP XMPP server connection (RFC 6120) Official
5298 TCP UDP XMPP JEP-0174: Link-Local Messaging / Official
XEP-0174: Serverless Messaging
8010 TCP XMPP File transfers Unofficial
端口号在 RFC 6120 §14.7中定义.
The port numbers are defined in RFC 6120 § 14.7.
这篇关于XMPP使用哪个端口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!