Ted

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年3月1日

摘要: 1)smack中登陆:Establishing a Connection// Create a connection to the jabber.org server.Connection conn1 = new XMPPConnection("jabber.org");conn1.connect();// Create a connection to the jabber.org server on a specific port.ConnectionConfiguration config = new ConnectionConfiguration("jabb 阅读全文
posted @ 2012-03-01 21:41 wufawei 阅读(2275) 评论(0) 推荐(0) 编辑