public class XmppMessageConversation extends AbstractXmppConversation
XmppConversation
implementation for sending normal Jabber messages.connection, logger, packetCollector, recipient
Constructor and Description |
---|
XmppMessageConversation(ImmutableEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected org.jivesoftware.smack.filter.PacketFilter |
createPacketFilter() |
void |
dispatch(org.jivesoftware.smack.packet.Message message)
Asynchronously dispatch
message via the Jabber conversation. |
addPacketListener, connect, connect, createPacketCollector, disconnect, doConnect, doDisconnect, receive, receive, removePacketListener
public XmppMessageConversation(ImmutableEndpoint endpoint)
protected org.jivesoftware.smack.filter.PacketFilter createPacketFilter()
createPacketFilter
in class AbstractXmppConversation
PacketFilter
instance that matches the desired message type and recipient
for this conversation.public void dispatch(org.jivesoftware.smack.packet.Message message)
XmppConversation
message
via the Jabber conversation.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.