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

1 2

  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 11 #include "talk/xmpp/jid.h"
18 buzz::Jid jid = buzz::Jid(email); local
19 DCHECK(!jid.node().empty());
20 DCHECK(jid.IsValid());
23 xmpp_client_settings.set_user(jid.node());
25 xmpp_client_settings.set_host(jid.domain());
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
discoitemsquerytask.h 62 std::string jid; member in struct:buzz::DiscoItem
70 const Jid& to, const std::string& node);
mucroomlookuptask.h 37 Jid jid; member in struct:buzz::MucRoomInfo
56 const Jid& lookup_server_jid,
61 const Jid& lookup_server_jid,
62 const Jid& room_jid);
65 const Jid& lookup_server_jid,
69 const Jid& lookup_server_jid,
81 const Jid& lookup_server_jid,
85 static XmlElement* MakeJidQuery(const Jid& room_jid);
fakexmppclient.h 63 virtual const Jid& jid() const { function in class:buzz::FakeXmppClient
99 void set_jid(const Jid& jid) {
100 jid_ = jid;
116 Jid 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;
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;
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...]
  /external/chromium_org/remoting/protocol/
fake_session.cc 30 const std::string& FakeSession::jid() { function in class:remoting::protocol::FakeSession
  /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/
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/smack/src/org/jivesoftware/smackx/provider/
DiscoverItemsProvider.java 39 String jid = ""; local
49 jid = parser.getAttributeValue("", "jid");
56 item = new DiscoverItems.Item(jid);
MultipleAddressesProvider.java 51 String jid = parser.getAttributeValue("", "jid"); local
57 multipleAddresses.addAddress(type, jid, node, desc, delivered, uri);
RosterExchangeProvider.java 58 String jid = ""; local
68 jid = parser.getAttributeValue("", "jid");
77 remoteRosterEntry = new RemoteRosterEntry(jid, name, (String[]) groupsName.toArray(new String[groupsName.size()]));
  /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);
SubscribeExtension.java 23 protected String jid; field in class:SubscribeExtension
28 jid = subscribeJid;
34 jid = subscribeJid;
39 return jid;
54 builder.append(" 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);
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/pubsub/provider/
SubscriptionProvider.java 31 String jid = parser.getAttributeValue(null, "jid"); local
49 return new Subscription(jid, nodeId, subId, (state == null ? null : Subscription.State.valueOf(state)), isRequired);
  /external/chromium_org/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...]
  /external/chromium_org/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 rtc::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/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/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 92 data.addColumn(new ReportedData.Column("JID", "jid", "text-single"));
99 String jid = parser.getAttributeValue("", "jid"); local
101 valueList.add(jid);
102 ReportedData.Field field = new ReportedData.Field("jid", valueList);
  /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...]
  /external/chromium_org/remoting/host/
chromoting_host.cc 212 const std::string& jid = client->client_jid(); local
218 OnClientAuthenticated(jid));
290 LOG(WARNING) << "Rejecting connection from " << session->jid()
300 HOST_LOG << "Client connected: " << session->jid();

Completed in 419 milliseconds

1 2