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

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
InvitationRequest.java 29 private String inviter; field in class:InvitationRequest
33 public InvitationRequest(String inviter, String room, String reason) {
34 this.inviter = inviter;
40 return inviter;
TransferRequest.java 29 private String inviter; field in class:TransferRequest
33 public TransferRequest(String inviter, String room, String reason) {
34 this.inviter = inviter;
40 return inviter;
AgentSession.java     [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
InvitationListener.java 41 * @param inviter the inviter that sent the invitation. (e.g. crone1@shakespeare.lit).
42 * @param reason the reason why the inviter sent the invitation.
44 * @param message the message used by the inviter to send the invitation.
46 public abstract void invitationReceived(Connection conn, String room, String inviter, String reason,
MultiUserChat.java     [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
RoomInvitation.java 55 private String inviter; field in class:RoomInvitation
65 * Text provided by the inviter explaining the reason why the invitee is invited.
88 return inviter;
112 if (inviter != null) {
113 buf.append("<inviter>").append(inviter).append("</inviter>");
160 else if ("inviter".equals(elementName)) {
161 invitation.inviter = parser.nextText();
RoomTransfer.java 55 private String inviter; field in class:RoomTransfer
65 * Text provided by the inviter explaining the reason why the invitee is invited.
88 return inviter;
112 if (inviter != null) {
113 buf.append("<inviter>").append(inviter).append("</inviter>");
160 else if ("inviter".equals(elementName)) {
161 invitation.inviter = parser.nextText();
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 87 * sent to the room which in turn will forward the refusal to the inviter.
147 * sent to the room which in turn will forward the refusal to the inviter.
208 * Returns the bare JID of the inviter or, optionally, the room JID. (e.g.
236 * Sets the bare JID of the inviter or, optionally, the room JID. (e.g.
239 * @param from the bare JID of the inviter or, optionally, the room JID.
283 * sent to the room which in turn will forward the refusal to the inviter.
312 * Returns the bare JID of the inviter. (e.g. 'hecate@shakespeare.lit')
314 * @return the bare JID of the inviter.
340 * Sets the bare JID of the inviter. (e.g. 'hecate@shakespeare.lit')
342 * @param to the bare JID of the inviter
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.h 72 // First arg is inviter's JID; second is MUC's JID.
callclient.h 200 void OnMucInviteReceived(const buzz::Jid& inviter, const buzz::Jid& room,
callclient.cc     [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 115 public void invitationReceived(Connection conn, String room, String inviter,
    [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_fr.xtb     [all...]

Completed in 2047 milliseconds