android - XMPP connection closes on sending IQ Smack 4.1 -
i developing android application using smack 4.1
when send iq packet server, connection server(openfire) gets closed.
here packet sending server. <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>
i have tested both sendstanza(stanza);
, sendiqwithresponsecallback(iq, stanzalistener, exceptioncallback, timeout);
this trying achieve xmppframework-retrieve-archived-messages-from-openfire-server
thanks in advance.
Comments
Post a Comment