public static class PresenceCollectorModule.CapsChangeEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
tigase.xmpp.jid.JID |
buddyJid |
String[] |
newCaps |
Set<String> |
newFeatures |
String[] |
oldCaps |
tigase.xmpp.jid.BareJID |
serviceJid |
| Constructor and Description |
|---|
CapsChangeEvent(tigase.xmpp.jid.BareJID serviceJid,
tigase.xmpp.jid.JID buddyJid,
String[] newCaps,
String[] oldCaps,
Set<String> newFeatures) |
Copyright © 2008–2019 Tigase. All rights reserved.