发送IQ Smack 4.1时XMPP连接关闭

时间:2015-07-23 11:53:51

标签: android xmpp smack

我正在使用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

提前致谢。

0 个答案:

没有答案