HomeSort by relevance Sort by last modified time
    Searched full:groupchat (Results 1 - 16 of 16) sorted by null

  /external/smack/src/org/jivesoftware/smackx/
GroupChatInvitation.java 72 * GroupChat room addresses are in the form <tt>room@service</tt>,
73 * where <tt>service</tt> is the name of groupchat server, such as
83 * Returns the address of the group chat room. GroupChat room addresses
85 * the name of groupchat server, such as <tt>chat.example.com</tt>.
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
RoomInvitation.java 44 * Type of entity being invited to a groupchat support session.
125 * Type of entity being invited to a groupchat support session.
129 * A user is being invited to a groupchat support session. The user could be another agent
134 * Some agent of the specified queue will be invited to the groupchat support session.
138 * Some agent of the specified workgroup will be invited to the groupchat support session.
RoomTransfer.java 44 * Type of entity being invited to a groupchat support session.
125 * Type of entity being invited to a groupchat support session.
129 * A user is being invited to a groupchat support session. The user could be another agent
134 * Some agent of the specified queue will be invited to the groupchat support session.
138 * Some agent of the specified workgroup will be invited to the groupchat support session.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomuniquehangoutidtask.cc 28 // muvc-private-chat-guid@groupchat.google.com
pubsub_task.cc 130 // <message from="muvc-private-chat-some-id@groupchat.google.com"
143 // <message from="muvc-private-chat-some-id@groupchat.google.com"
167 // <iq from="muvc-private-chat-some-id@groupchat.google.com"
mucroomlookuptask.cc 130 // <item jid="muvc-private-chat-guid@groupchat.google.com">
chatroommoduleimpl.cc 395 if (type != "groupchat") {
xmppengine.h 269 HL_TYPE, //!< Watches a type of message, e.g., all groupchat msgs
constants.cc 111 const char STR_GOOGLE_MUC_LOOKUP_JID[] = "lookup.groupchat.google.com";
  /external/smack/src/org/jivesoftware/smackx/muc/
PacketMultiplexListener.java 41 new MessageTypeFilter(Message.Type.groupchat);
MultiUserChat.java     [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 217 * <li>The user is routed to an agent, which triggers a GroupChat invitation.
254 * <li>The user is routed to an agent, which triggers a GroupChat invitation.
291 * <li>The user is routed to an agent, which triggers a GroupChat invitation.
352 * <li>The user is routed to an agent, which triggers a GroupChat invitation.
464 * Adds an invitation listener that will be notified of groupchat invitations
    [all...]
  /external/smack/src/org/jivesoftware/smack/
ChatManager.java 107 return messageType != Message.Type.groupchat &&
  /external/smack/src/org/jivesoftware/smack/packet/
Message.java 33 * <li>Message.Type.GROUP_CHAT -- a chat message sent to a groupchat server for group chats.
648 * Chat message sent to a groupchat server for group chats.
650 groupchat, enum constant in enum:Message.Type
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 238 DEFINE_string(pmuc, "groupchat.google.com", "The persistant muc domain.");
callclient.cc 385 pmuc_domain_("groupchat.google.com"),
    [all...]

Completed in 272 milliseconds