Searched refs:chat (Results 1 - 11 of 11) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
H A DChatManagerListener.java24 * A listener for chat related events.
31 * Event fired when a new chat is created.
33 * @param chat the chat that was created.
34 * @param createdLocally true if the chat was created by the local user and false if it wasn't.
36 void chatCreated(Chat chat, boolean createdLocally); argument
H A DMessageListener.java29 void processMessage(Chat chat, Message message); argument
H A DChatManager.java43 * The chat manager keeps track of references to all current chats. It will not hold any references
44 * in memory on its own so it is neccesary to keep a reference to the chat object itself. To be
73 * Maps thread ID to chat.
116 Chat chat;
118 chat = getUserChat(message.getFrom());
121 chat = getThreadChat(message.getThread());
122 if (chat == null) {
123 // Try to locate the chat based on the sender of the message
124 chat = getUserChat(message.getFrom());
128 if(chat
246 deliverMessage(Chat chat, Message message) argument
251 sendMessage(Chat chat, Message message) argument
265 createPacketCollector(Chat chat) argument
[all...]
H A DChat.java31 * A chat is a series of messages sent between two users. Each chat has a unique
48 * Creates a new chat with the specified user and thread ID.
50 * @param chatManager the chatManager the chat will use.
51 * @param participant the user to chat with.
61 * Returns the thread id associated with this chat, which corresponds to the
65 * @return the thread ID of this chat.
72 * Returns the name of the user the chat is with.
74 * @return the name of the user the chat is occuring with.
81 * Sends the specified text as a message to the other chat participan
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPresenceState.java24 chat, online, away, xa, dnd enum constant in enum:PresenceState
/external/smack/src/org/jivesoftware/smackx/
H A DChatStateManager.java37 * Handles chat state for all chats on a particular Connection. This class manages both the
87 * Maps chat to last chat state.
106 * Sets the current state of the provided chat. This method will send an empty bodied Message
108 * and only if the new chat state is different than the last state.
110 * @param newState the new state of the chat
111 * @param chat the chat.
116 public void setCurrentState(ChatState newState, Chat chat) throws XMPPException { argument
117 if(chat
145 updateChatState(Chat chat, ChatState newState) argument
154 fireNewChatState(Chat chat, ChatState state) argument
178 chatCreated(final Chat chat, boolean createdLocally) argument
182 processMessage(Chat chat, Message message) argument
[all...]
H A DChatStateListener.java27 * Events for when the state of a user in a chat changes.
34 * Fired when the state of a chat with another user changes.
36 * @param chat the chat in which the state has changed.
39 void stateChanged(Chat chat, ChatState state); argument
H A DLastActivityManager.java114 case chat:
115 // We assume that only a switch to available and chat indicates user activity
/external/smack/src/org/jivesoftware/smack/packet/
H A DPresence.java48 * {@link Mode#chat chat}, {@link Mode#away away}, {@link Mode#xa xa} (extended away), and
334 * Free to chat.
336 chat, enum constant in enum:Presence.Mode
H A DMessage.java32 * <li>Message.Type.CHAT -- a typically short text message used in line-by-line chat interfaces.
33 * <li>Message.Type.GROUP_CHAT -- a chat message sent to a groupchat server for group chats.
351 * of "chat" messages. If no thread id is set, <tt>null</tt> will be returned.
361 * of "chat" messages.
643 * Typically short text message used in line-by-line chat interfaces.
645 chat, enum constant in enum:Message.Type
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1159 3121 WoW tap chat

Completed in 259 milliseconds