Searched defs:invitation (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DWorkgroupInvitationListener.java31 * The implementing class instance will be notified via this method when an invitation
34 * @param invitation an Invitation instance embodying the information pertaining to the
35 * invitation
37 public void invitationReceived(WorkgroupInvitation invitation); argument
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dfriendinvitesendtask.cc53 XmlElement* invitation = new XmlElement(QN_INVITATION); local
54 invitation->AddAttr(QN_INVITE_MESSAGE,
57 "invitation to download Google Talk. Give it a try!");
58 presence->AddElement(invitation);
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
H A DWorkgroup.java111 * Internal handling of an invitation.Recieving an invitation removes the user from the queue.
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
467 * @param invitationListener the invitation listener.
478 * Removes an invitation listener.
480 * @param invitationListener the invitation listene
488 fireInvitationEvent(WorkgroupInvitation invitation) argument
[all...]

Completed in 106 milliseconds