HomeSort by relevance Sort by last modified time
    Searched refs:jid (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentRosterListener.java 30 public void agentAdded(String jid);
32 public void agentRemoved(String jid);
  /external/smack/src/org/jivesoftware/smackx/muc/
HostedRoom.java 37 private String jid; field in class:HostedRoom
43 jid = item.getEntityID();
54 return jid;
Occupant.java 30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional.
39 private String jid; field in class:Occupant
44 this.jid = item.getJid();
55 this.jid = item.getJid();
63 * Returns the full JID of the occupant. If this information was extracted from a presence and
66 * always have a full JID.
68 * @return the full JID of the occupant.
71 return jid;
110 return jid.equals(occupant.jid);
    [all...]
Affiliate.java 28 * the bare jid of the real user and its affiliation. If the affiliate is an occupant of the room
35 private String jid; field in class:Affiliate
44 this.jid = item.getJid();
52 this.jid = item.getJid();
59 * Returns the bare JID of the affiliated user. This information will always be available.
61 * @return the bare JID of the affiliated user.
64 return jid;
  /external/smack/src/org/jivesoftware/smack/packet/
Bind.java 24 * IQ packet used by Smack to bind a resource and to obtain the jid assigned by the server.
37 private String jid = null; field in class:Bind
52 return jid;
55 public void setJid(String jid) {
56 this.jid = jid;
65 if (jid != null) {
66 buf.append("<jid>").append(jid).append("</jid>");
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
OptionsExtension.java 25 protected String jid; field in class:OptionsExtension
38 public OptionsExtension(String jid, String nodeId, String subscriptionId)
41 this.jid = jid;
47 return jid;
60 XmlUtils.appendAttribute(builder, "jid", jid);
UnsubscribeExtension.java 26 protected String jid; field in class:UnsubscribeExtension
39 public UnsubscribeExtension(String jid, String nodeId, String subscriptionId)
42 this.jid = jid;
48 return jid;
61 XmlUtils.appendAttribute(builder, "jid", jid);
SubscribeExtension.java 23 protected String jid; field in class:SubscribeExtension
28 jid = subscribeJid;
34 jid = subscribeJid;
39 return jid;
54 builder.append(" jid='");
Affiliation.java 31 protected String jid; field in class:Affiliation
43 * @param jid The JID with affiliation.
46 public Affiliation(String jid, Type affiliation)
48 this(jid, null, affiliation);
54 * @param jid The JID with affiliation.
58 public Affiliation(String jid, String node, Type affiliation)
60 this.jid = jid;
    [all...]
Subscription.java 23 protected String jid; field in class:Subscription
35 * JID.
37 * @param subscriptionJid The subscriber JID
46 * JID.
48 * @param subscriptionJid The subscriber JID
58 * and JID. The server will have supplied the subscription id and current state.
60 * @param jid The JID the request was made under
65 public Subscription(String jid, String nodeId, String subscriptionId, State state)
68 this.jid = jid;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageHeader.java 36 * Bare JID of the user that was offline when the message was sent.
40 * Full JID of the user that sent the message.
42 private String jid; field in class:OfflineMessageHeader
53 jid = item.getName();
58 * Returns the bare JID of the user that was offline when the message was sent.
60 * @return the bare JID of the user that was offline when the message was sent.
67 * Returns the full JID of the user that sent the message.
69 * @return the full JID of the user that sent the message.
72 return jid;
  /external/chromium/third_party/libjingle/source/talk/examples/call/
muc.h 32 #include "talk/xmpp/jid.h"
39 Muc(const Jid& jid, const std::string& nick) : state_(MUC_JOINING),
40 jid_(jid), local_jid_(Jid(jid.Str() + "/" + nick)) {}
46 const Jid & jid() const { return jid_; } function in class:buzz::Muc
47 const Jid & local_jid() const { return local_jid_; }
59 Jid jid_
    [all...]
voicemailjidrequester.h 30 // To request a voicemail jid, we first set off a query to the user's bare jid
42 // the jid up to phoneapp. We do not do the second query.
50 // <item jid='bar@google.com/voicemail '/>
78 VoicemailJidRequester(talk_base::Task* parent, const Jid& their_jid, const Jid& my_jid);
80 // Provides the target jid and the voicemail to reach it
81 sigslot::signal2<const Jid&, const Jid&> SignalGotVoicemailJid;
82 sigslot::signal1<const Jid&> SignalVoicemailJidError
    [all...]
presenceouttask.h 43 XmppReturnStatus SendDirected(const Jid & j, const Status & s);
44 XmppReturnStatus SendProbe(const Jid& jid);
  /external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkedConference.java 31 private final String jid; field in class:BookmarkedConference
37 protected BookmarkedConference(String jid) {
38 this.jid = jid;
41 protected BookmarkedConference(String name, String jid, boolean autoJoin, String nickname,
45 this.jid = jid;
79 * Returns the full JID of this conference room. (ex.dev@conference.jivesoftware.com)
81 * @return the full JID of this conference room.
84 return jid;
    [all...]
  /external/openssh/openbsd-compat/
port-irix.c 53 jid_t jid = 0; local
55 int jid = 0; local
59 jid = jlimit_startjob(pw->pw_name, pw->pw_uid, "interactive");
60 if (jid == -1)
66 if (jid == 0 && newarraysess() != 0)
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
AgentInfo.java 41 private String jid; field in class:AgentInfo
45 * Returns the Agent's jid.
47 * @return the Agent's jid.
50 return jid;
54 * Sets the Agent's jid.
56 * @param jid the jid of the agent.
58 public void setJid(String jid) {
59 this.jid = jid;
    [all...]
AgentStatusRequest.java 78 buf.append("<agent jid=\"").append(item.getJID()).append("\">");
93 private String jid; field in class:AgentStatusRequest.Item
97 public Item(String jid, String type, String name) {
98 this.jid = jid;
104 return jid;
146 String jid = parser.getAttributeValue("", "jid"); local
160 return new Item(jid, type, name);
OccupantsInfo.java 80 // Add the occupant jid
81 buf.append("<jid>");
83 buf.append("</jid>");
101 private String jid; field in class:OccupantsInfo.OccupantInfo
105 public OccupantInfo(String jid, String nickname, Date joined) {
106 this.jid = jid;
112 return jid;
152 String jid = null; local
157 if ((eventType == XmlPullParser.START_TAG) && ("jid".equals(parser.getName()))) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 59 TunnelSessionClientBase(const buzz::Jid& jid, SessionManager* manager,
63 const buzz::Jid& jid() const { return jid_; } function in class:cricket::TunnelSessionClientBase
72 talk_base::StreamInterface* CreateTunnel(const buzz::Jid& to,
79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0;
83 const buzz::Jid &jid, const std::string &description) = 0;
100 buzz::Jid jid_
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/
WorkgroupInvitation.java 45 * @param jid the jid string with which the issuing AgentSession or Workgroup instance
47 * @param group the jid of the room to which the person is invited
48 * @param workgroup the jid of the workgroup issuing the invitation
51 * @param from the user jid who issued the invitation, if known, null otherwise
53 public WorkgroupInvitation (String jid, String group, String workgroup,
55 this(jid, group, workgroup, sessID, msgBody, from, null);
59 * @param jid the jid string with which the issuing AgentSession or Workgroup instance
61 * @param group the jid of the room to which the person is invited
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 115 private String jid; field in class:MUCOwner.Item
129 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
131 * @return the JID of an occupant in the room that was kicked or banned.
161 * of a room. If the room is non-anonymous, the JID will be included in the item.
163 * @return the room JID by which an occupant is identified within the room.
166 return jid;
192 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
194 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
212 * of a room. If the room is non-anonymous, the JID will be included in the item.
214 * @param jid the JID by which an occupant is identified within a room
283 private String jid; field in class:MUCOwner.Destroy
    [all...]
MultipleAddresses.java 50 * @param jid the JID address of the recipient.
51 * @param node used to specify a sub-addressable unit at a particular JID, corresponding to
57 public void addAddress(String type, String jid, String node, String desc, boolean delivered,
61 address.setJid(jid);
123 private String jid; field in class:MultipleAddresses.Address
138 return jid;
141 private void setJid(String jid) {
142 this.jid = jid;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
WorkgroupProperties.java 32 private String jid; field in class:WorkgroupProperties
59 return jid;
62 public void setJid(String jid) {
63 this.jid = jid;
85 buf.append("jid=\"" + getJid() + "\" ");
  /external/chromium/third_party/libjingle/source/talk/xmpp/
plainsaslhandler.h 38 PlainSaslHandler(const Jid & jid, const talk_base::CryptString & password,
39 bool allow_plain) : jid_(jid), password_(password),
71 Jid jid_;

Completed in 647 milliseconds

1 2 3 4