mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-17 02:21: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
|
|
@ -91,7 +91,7 @@ public final class PEPManager extends Manager {
|
|||
private PEPManager(XMPPConnection connection) {
|
||||
super(connection);
|
||||
StanzaListener packetListener = new StanzaListener() {
|
||||
public void processPacket(Stanza stanza) {
|
||||
public void processStanza(Stanza stanza) {
|
||||
Message message = (Message) stanza;
|
||||
EventElement event = EventElement.from(stanza);
|
||||
assert(event != null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue