我正在使用smack 4.1开发一个Android应用程序
当我向服务器发送IQ数据包时,与服务器的连接(openfire)将被关闭。
这是我发送给服务器的数据包。
<iq id='pk1' type='get'><list xmlns='urn:xmpp:archive' with='ahmed@domain'<set xmlns='http://jabber.org/protocol/rsm'><max>10</max></set></list></iq>
我已使用sendStanza(stanza);
和sendIqWithResponseCallback(IQ, StanzaListener, ExceptionCallback, timeout);
这就是我想要实现的目标xmppframework-retrieve-archived-messages-from-openfire-server
提前致谢。