This commit is contained in:
iNPUTmice 2014-06-13 10:39:44 +02:00
parent 592aded106
commit a92fb88e51
1 changed files with 0 additions and 1 deletions

View File

@ -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;