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

  /external/smack/src/org/jivesoftware/smackx/muc/
InvitationRejectionListener.java 24 * A listener that is fired anytime an invitee declines or rejects an invitation.
31 * Called when the invitee declines the invitation.
33 * @param invitee the invitee that declined the invitation. (e.g. hecate@shakespeare.lit).
34 * @param reason the reason why the invitee declined the invitation.
36 public abstract void invitationDeclined(String invitee, String reason);
InvitationListener.java 36 * If the room is password-protected, the invitee will receive a password to use to join
37 * the room. If the room is members-only, the the invitee may be added to the member list.
MultiUserChat.java     [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
RoomInvitation.java 51 private String invitee; field in class:RoomInvitation
65 * Text provided by the inviter explaining the reason why the invitee is invited.
69 public RoomInvitation(Type type, String invitee, String sessionID, String reason) {
71 this.invitee = invitee;
109 if (invitee != null) {
110 buf.append("<invitee>").append(invitee).append("</invitee>");
157 else if ("invitee".equals(elementName)) {
    [all...]
RoomTransfer.java 51 private String invitee; field in class:RoomTransfer
65 * Text provided by the inviter explaining the reason why the invitee is invited.
69 public RoomTransfer(RoomTransfer.Type type, String invitee, String sessionID, String reason) {
71 this.invitee = invitee;
109 if (invitee != null) {
110 buf.append("<invitee>").append(invitee).append("</invitee>");
157 else if ("invitee".equals(elementName)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 35 MucInviteSendTask::Send(const Jid& to, const Jid& invitee) {
43 invite->AddAttr(QN_TO, invitee.Str());
mucinvitesendtask.h 43 XmppReturnStatus Send(const Jid& to, const Jid& invitee);
callclient.cc 1386 buzz::Jid invitee = iter->second.jid; local
1392 buzz::Jid invitee = user_jid; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 77 * will forward the invitation to the invitee.
137 * will forward the invitation to the invitee.
198 * will forward the invitation to the invitee.
227 * Returns the bare JID of the invitee. (e.g. 'hecate@shakespeare.lit')
229 * @return the bare JID of the invitee.
255 * Sets the bare JID of the invitee. (e.g. 'hecate@shakespeare.lit')
257 * @param to the bare JID of the invitee.
293 * Returns the bare JID of the invitee that rejected the invitation. (e.g.
296 * @return the bare JID of the invitee that rejected the invitation.
321 * Sets the bare JID of the invitee that rejected the invitation. (e.g
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java     [all...]
  /frameworks/base/docs/html/about/versions/
android-2.0-highlights.jd 171 <li>Events indicate the attending status for each invitee.</li>
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 133 { NS_GOOGLE_MUC_HANGOUT, "invitee" };
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 580 // Similarly, we need an attendee email for each invitee
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]

Completed in 515 milliseconds