本帖最后由 jayqean 于 2011-05-31 16:33:38 编辑

解决方案 »

  1.   

    相关jar包可以从http://www.igniterealtime.org/downloads/index.jsp上获取
      

  2.   

    连接gmail邮箱,
    更正下public static XMPPConnection getConn() {
            ConnectionConfiguration conf = new ConnectionConfiguration("gstalk.guoshi.com",
                    5222);
            XMPPConnection conn = new XMPPConnection(conf);
            return conn;
        }
    另外离线消息的获取,是服务器在你客户端上线后主动发送过来的,你可以想监听正常情况下聊天消息一样,监听得到离线消息
    如果发现你写的测试代码没有获取得到,将主线程sleep段时间吧
      

  3.   

    我使用OfflineMessageManager这个类没有获取成功,Thread.sleep(10000);也没收到