tigase.jaxmpp.core.client.xmpp.modules.chat
Class Chat
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat
public class Chat
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageReceived
public static final EventType MessageReceived
Chat
public Chat(long id,
PacketWriter packetWriter,
SessionObject sessionObject)
getId
public long getId()
getJid
public JID getJid()
getSessionObject
public SessionObject getSessionObject()
getThreadId
public String getThreadId()
isClosed
public boolean isClosed()
sendMessage
public void sendMessage(String body)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
setJid
public void setJid(JID jid)
setThreadId
public void setThreadId(String threadId)
Copyright © 2006-2012 Tigase. All Rights Reserved.