This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 xmpp_client 连接开源openfire 服务器

Other Parts Discussed in Thread: CC3200

 看了SDK里面的xmpp_client 例程根据PDF修改

#define CLIENT_USER_NAME "cc3200test"
#define CLIENT_PASSWORD "123"
#define XMPP_DOMAIN_NAME "fishome"
#define XMPP_RESOURCE "online"

cc3200test为账户,密码为123.已经在openFire上注册完成。并且服务器也运行正常,但是这个xmpp_client 例程不能登录。

请问下,这个官方提供的 XMPP协议,是否和市面上的通用XMPP服务器能够通用的?还是服务器需要自己设计?

现在xmpp协议可以做到即时通信,应用CC3200做客户端,手机为一个客户端,通过XMPP服务器做到即时通信,谁有这方面的经验?请指教,谢谢。