mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-09 14:41:08 +01: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
|
|
@ -30,7 +30,7 @@ import org.jivesoftware.smack.filter.StanzaExtensionFilter;
|
|||
*/
|
||||
public class GroupChatInvitationTest extends SmackTestCase {
|
||||
|
||||
private PacketCollector collector = null;
|
||||
private StanzaCollector collector = null;
|
||||
|
||||
/**
|
||||
* Constructor for GroupChatInvitationTest.
|
||||
|
|
@ -68,7 +68,7 @@ public class GroupChatInvitationTest extends SmackTestCase {
|
|||
super.setUp();
|
||||
// Register listener for groupchat invitations.
|
||||
PacketFilter filter = new StanzaExtensionFilter("x", "jabber:x:conference");
|
||||
collector = getConnection(1).createPacketCollector(filter);
|
||||
collector = getConnection(1).createStanzaCollector(filter);
|
||||
}
|
||||
|
||||
protected void tearDown() throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue