mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-29 23:42:06 +01:00
Fix
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6107 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
0537629ee9
commit
f5371f42a7
1 changed files with 0 additions and 8 deletions
|
@ -783,14 +783,6 @@ public class XMPPConnection {
|
||||||
return packetReader.createPacketCollector(packetFilter);
|
return packetReader.createPacketCollector(packetFilter);
|
||||||
}
|
}
|
||||||
|
|
||||||
public PacketCollector createPacketCollector(PacketFilter packetFilter, boolean debugMode) {
|
|
||||||
if(debugMode) {
|
|
||||||
return new DebuggingPacketCollector(packetReader, packetFilter);
|
|
||||||
} else {
|
|
||||||
return packetReader.createPacketCollector(packetFilter);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a connection listener to this connection that will be notified when
|
* Adds a connection listener to this connection that will be notified when
|
||||||
* the connection closes or fails. The connection needs to already be connected
|
* the connection closes or fails. The connection needs to already be connected
|
||||||
|
|
Loading…
Reference in a new issue