编号 | 需要修改的代码 |
1 | // // Prefix header // // The contents of this file are implicitly included at the beginning of every source file. // #import <Availability.h> //服务器IP #define kXMPPHost @"115.29.222.253" //服务器端口 #define kHostPort 5222 //服务器名称,也是用户名后缀 #define kHostName @"paxy.com.cn" |
2 |
// - |
3 |
服务器搭建教程:http://www.cnblogs.com/ChenYilong/p/3587344.html 基本程序介绍(用户登录界面)教程:http://www.cnblogs.com/ChenYilong/p/3587335.html 官方demo: 如需帮助,[email protected]交流,朝九晚五之外(工作时间之外)才登该QQ |
【三分钟教程】轻松使用XMPP实现iOS单聊教程(附源码)