Searched refs:chat (Results 1 - 18 of 18) 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/libppp/src/
H A Dchat.h26 * $FreeBSD: src/usr.sbin/ppp/chat.h,v 1.16.42.1 2010/12/21 17:10:29 kensmith Exp $
38 struct chat { struct
76 ((d)->type == CHAT_DESCRIPTOR ? (struct chat *)(d) : NULL)
79 extern void chat_Init(struct chat *, struct physical *);
80 extern int chat_Setup(struct chat *, const char *, const char *);
81 extern void chat_Finish(struct chat *);
82 extern void chat_Destroy(struct chat *);
H A Ddatalink.h55 struct fdescriptor desc; /* We play either a physical or a chat */
59 struct chat chat; /* For bringing the link up & down */ member in struct:datalink
73 } script; /* various chat scripts */
H A Dchat.c26 * $FreeBSD: src/usr.sbin/ppp/chat.c,v 1.80.26.1 2010/12/21 17:10:29 kensmith Exp $
61 #include "chat.h"
84 static char *ExpandString(struct chat *, const char *, char *, int, int);
89 struct chat *c = (struct chat *)v;
95 chat_Pause(struct chat *c, u_long load)
100 c->pause.name = "chat pause";
108 struct chat *c = (struct chat *)v;
114 chat_SetTimeout(struct chat *
[all...]
H A Ddatalink.c71 #include "chat.h"
124 chat_Finish(&dl->chat);
213 chat_Finish(&dl->chat);
224 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
284 if (!chat_Setup(&dl->chat, dl->cfg.script.dial,
336 if (!chat_Setup(&dl->chat, dl->cfg.script.login, NULL))
346 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
359 result = descriptor_UpdateSet(&dl->chat.desc, r, w, e, n);
360 switch (dl->chat.state) {
373 if (!chat_Setup(&dl->chat, d
[all...]
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/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/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestChatClient.java46 * A simple test chat server. When SM implements a set
47 * of standard chat classes this can become a lot simpler.
105 String s = getString(null, "Host Info", "Enter chat host:", "localhost");
118 ChatMessage chat = (ChatMessage) m;
120 System.out.println("Received:" + chat);
125 chatMessages.append(" -- <font color='#000080'><b>" + chat.getName() + "</b></font> : ");
126 chatMessages.append(chat.getMessage());
150 ChatMessage chat = new ChatMessage(name, message);
151 chat.setReliable(reliable);
152 System.out.println("Sending:" + chat);
[all...]
/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/libjingle/source/talk/
H A Dlibjingle.scons433 talk.App(env, name = "chat",
439 "examples/chat/chatapp.cc",
440 "examples/chat/chat_main.cc",
441 "examples/chat/consoletask.cc",
442 "examples/chat/textchatreceivetask.cc",
443 "examples/chat/textchatsendtask.cc",
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1159 3121 WoW tap chat

Completed in 267 milliseconds