mirror of
https://github.com/moparisthebest/Conversations
synced 2024-12-26 09:19:07 -05:00
fixed #201
This commit is contained in:
parent
592aded106
commit
a92fb88e51
@ -69,7 +69,6 @@ public class IqPacket extends AbstractStanza {
|
||||
|
||||
public IqPacket generateRespone(int type) {
|
||||
IqPacket packet = new IqPacket(type);
|
||||
packet.setFrom(this.getTo());
|
||||
packet.setTo(this.getFrom());
|
||||
packet.setId(this.getId());
|
||||
return packet;
|
||||
|
Loading…
Reference in New Issue
Block a user