public class IQMUCvCardHandler extends IQHandler
This implementation borrows heavily from IQvCardHandler.
IQvCardHandler| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE |
static SystemProperty<Boolean> |
PROPERTY_ENABLED |
static String |
REQUEST_ELEMENT_NAME |
static String |
RESPONSE_ELEMENT_NAME |
deliverer, sessionManager| Constructor and Description |
|---|
IQMUCvCardHandler(MultiUserChatService mucService) |
| Modifier and Type | Method and Description |
|---|---|
static String |
calculatePhotoHash(org.dom4j.Element vcard) |
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets.
|
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.
|
initialize, processdestroy, getName, start, stoppublic static SystemProperty<Boolean> PROPERTY_ENABLED
public static final String REQUEST_ELEMENT_NAME
public static final String RESPONSE_ELEMENT_NAME
public static final String NAMESPACE
public IQMUCvCardHandler(MultiUserChatService mucService)
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws PacketException
IQHandlerhandleIQ in class IQHandlerpacket - the IQ packet to handle.PacketExceptionpublic static String calculatePhotoHash(org.dom4j.Element vcard)
public IQHandlerInfo getInfo()
IQHandlernull.Copyright © 2003–2020 Ignite Realtime. All rights reserved.