摘要: ConnectionConfiguration config = null;config = new ConnectionConfiguration(loginServer, 5222);XMPPConnection connection = new XMPPConnection(config);c... 阅读全文
posted @ 2015-08-19 17:22 feimeng0530 阅读(125) 评论(0) 推荐(0) 编辑
摘要: ConnectionConfiguration config; config = new ConnectionConfiguration(serverName, 5222); connection = new XMPPConnection(config); ... 阅读全文
posted @ 2015-08-19 17:16 feimeng0530 阅读(255) 评论(0) 推荐(0) 编辑