jabber.conversation
Class SingleChat

java.lang.Object
  extended by jabber.conversation.Conversation
      extended by jabber.conversation.Chat
          extended by jabber.conversation.SingleChat

public class SingleChat
extends Chat

Class for chat one to one


Field Summary
 Jid roster
           
 
Fields inherited from class jabber.conversation.Conversation
avatar, composing, isMulti, messages, name
 
Constructor Summary
SingleChat(Jid _roster, java.lang.String _stanzaType, java.lang.String _threadId)
          Modified by Gabriele Bianchi 04/01/2006
 
Method Summary
 void broadcast(Message _message)
          Send a message
 boolean match(Node _node)
          Tests if the conversation matches the given message stanza
 
Methods inherited from class jabber.conversation.Chat
appendFromMe, canAnswer
 
Methods inherited from class jabber.conversation.Conversation
appendToMe
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roster

public Jid roster
Constructor Detail

SingleChat

public SingleChat(Jid _roster,
                  java.lang.String _stanzaType,
                  java.lang.String _threadId)
Modified by Gabriele Bianchi 04/01/2006

Parameters:
_roster -
_stanzaType -
_threadId -
Method Detail

broadcast

public void broadcast(Message _message)
Description copied from class: Chat
Send a message

Specified by:
broadcast in class Chat
Parameters:
_message -

match

public boolean match(Node _node)
Tests if the conversation matches the given message stanza

Overrides:
match in class Conversation
Parameters:
_node -
Returns:
boolean