public class MessageDeliveryReceiptsExtension extends Object implements MessageModuleExtension, Extension
Modifier and Type | Class and Description |
---|---|
static interface |
MessageDeliveryReceiptsExtension.ReceiptReceivedHandler |
Constructor and Description |
---|
MessageDeliveryReceiptsExtension(Context context) |
Modifier and Type | Method and Description |
---|---|
Element |
afterReceive(Element received) |
Message |
beforeMessageProcess(Message message,
Chat chat) |
Element |
beforeSend(Element element) |
String[] |
getFeatures() |
public static final String XMLNS
public MessageDeliveryReceiptsExtension(Context context)
public Element afterReceive(Element received) throws JaxmppException
afterReceive
in interface Extension
JaxmppException
public Message beforeMessageProcess(Message message, Chat chat) throws JaxmppException
beforeMessageProcess
in interface MessageModuleExtension
JaxmppException
public Element beforeSend(Element element) throws JaxmppException
beforeSend
in interface Extension
JaxmppException
public String[] getFeatures()
getFeatures
in interface Extension
Copyright © 2006–2015 Tigase. All rights reserved.