mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/
This commit is contained in:
parent
9328182912
commit
90a5e289f8
100 changed files with 406 additions and 406 deletions
|
@ -59,7 +59,7 @@ public class CompressionTest extends SmackTestCase {
|
|||
version.setTo(getXMPPServiceDomain());
|
||||
|
||||
// Create a packet collector to listen for a response.
|
||||
PacketCollector collector = connection.createPacketCollector(new PacketIDFilter(version.getStanzaId()));
|
||||
StanzaCollector collector = connection.createStanzaCollector(new PacketIDFilter(version.getStanzaId()));
|
||||
|
||||
connection.sendStanza(version);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue