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) {
|
public IqPacket generateRespone(int type) {
|
||||||
IqPacket packet = new IqPacket(type);
|
IqPacket packet = new IqPacket(type);
|
||||||
packet.setFrom(this.getTo());
|
|
||||||
packet.setTo(this.getFrom());
|
packet.setTo(this.getFrom());
|
||||||
packet.setId(this.getId());
|
packet.setId(this.getId());
|
||||||
return packet;
|
return packet;
|
||||||
|
|
Loading…
Reference in a new issue