Home
last modified time | relevance | path

Searched refs:jingle (Results 1 – 25 of 40) sorted by relevance

12

/external/smack/asmack-master/jingle/
D60-jingle-ext.patch9 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp";
10 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1";
22 - public static String NAMESPACE = "urn:xmpp:tmp:jingle:errors";
23 + public static String NAMESPACE = "urn:xmpp:jingle:errors:1";
35 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:transports:ice-udp";
36 + public static final String NAMESPACE = "urn:xmpp:jingle:transports:ice-udp:1";
45 + public static final String NAMESPACE = "urn:xmpp:jingle:transports:raw-udp:1";
81 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp";
82 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1";
106 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle";
[all …]
D60-remove-jingle_mediaimpl.patch1 Index: org/jivesoftware/smackx/jingle/mediaimpl/test/TestMediaSession.java
3 --- org/jivesoftware/smackx/jingle/mediaimpl/test/TestMediaSession.java (revision 11644)
4 +++ org/jivesoftware/smackx/jingle/mediaimpl/test/TestMediaSession.java (working copy)
25 -package org.jivesoftware.smackx.jingle.mediaimpl.test;
27 -import org.jivesoftware.smackx.jingle.JingleSession;
28 -import org.jivesoftware.smackx.jingle.media.JingleMediaSession;
29 -import org.jivesoftware.smackx.jingle.media.PayloadType;
30 -import org.jivesoftware.smackx.jingle.nat.TransportCandidate;
98 Index: org/jivesoftware/smackx/jingle/mediaimpl/test/TestMediaManager.java
100 --- org/jivesoftware/smackx/jingle/mediaimpl/test/TestMediaManager.java (revision 11644)
[all …]
/external/chromium_org/remoting/webapp/
Dformat_iq.js177 remoting.FormatIq.prototype.prettySessionInitiateAccept = function(jingle) { argument
178 if (jingle.childNodes.length != 1) {
181 var content = jingle.firstChild;
253 remoting.FormatIq.prototype.prettySessionTerminate = function(jingle) { argument
254 if (jingle.childNodes.length != 1) {
257 var reason = jingle.firstChild;
277 remoting.FormatIq.prototype.prettyTransportInfo = function(jingle) { argument
278 if (jingle.childNodes.length != 1) {
281 var content = jingle.firstChild;
333 remoting.FormatIq.prototype.prettyJingleAction = function(jingle, action) { argument
[all …]
/external/chromium_org/sync/
Dsync_notifier.gypi14 '../jingle/jingle.gyp:jingle_glue',
15 '../jingle/jingle.gyp:notifier',
22 '../jingle/jingle.gyp:notifier',
Dsync_tests.gypi288 '../jingle/jingle.gyp:notifier_test_util',
301 '../jingle/jingle.gyp:notifier_test_util',
547 '../jingle/jingle.gyp:notifier',
567 '../jingle/jingle.gyp:notifier',
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc129 const buzz::XmlElement* jingle = stanza->FirstNamed(QN_JINGLE); in IsJingleMessage() local
130 if (jingle == NULL) in IsJingleMessage()
133 return (jingle->HasAttr(buzz::QN_ACTION) && in IsJingleMessage()
134 (jingle->HasAttr(QN_SID) in IsJingleMessage()
139 || jingle->HasAttr(QN_ID))); in IsJingleMessage()
175 bool ParseJingleSessionMessage(const buzz::XmlElement* jingle, in ParseJingleSessionMessage() argument
179 std::string type_string = jingle->Attr(buzz::QN_ACTION); in ParseJingleSessionMessage()
181 msg->sid = jingle->Attr(QN_SID); in ParseJingleSessionMessage()
186 msg->sid = jingle->Attr(buzz::QN_ID); in ParseJingleSessionMessage()
188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); in ParseJingleSessionMessage()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc129 const buzz::XmlElement* jingle = stanza->FirstNamed(QN_JINGLE); in IsJingleMessage() local
130 if (jingle == NULL) in IsJingleMessage()
133 return (jingle->HasAttr(buzz::QN_ACTION) && jingle->HasAttr(QN_SID)); in IsJingleMessage()
169 bool ParseJingleSessionMessage(const buzz::XmlElement* jingle, in ParseJingleSessionMessage() argument
173 std::string type_string = jingle->Attr(buzz::QN_ACTION); in ParseJingleSessionMessage()
175 msg->sid = jingle->Attr(QN_SID); in ParseJingleSessionMessage()
176 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); in ParseJingleSessionMessage()
177 msg->action_elem = jingle; in ParseJingleSessionMessage()
185 bool ParseHybridSessionMessage(const buzz::XmlElement* jingle, in ParseHybridSessionMessage() argument
188 if (!ParseJingleSessionMessage(jingle, msg, error)) in ParseHybridSessionMessage()
[all …]
/external/chromium/build/
Dall.gyp21 '../jingle/jingle.gyp:*',
160 '../jingle/jingle.gyp:jingle_unittests',
218 '../jingle/jingle.gyp:jingle_unittests',
324 '../jingle/jingle.gyp:jingle_unittests',
354 '../jingle/jingle.gyp:jingle_unittests',
371 '../jingle/jingle.gyp:jingle_unittests',
396 '../jingle/jingle.gyp:jingle_unittests',
442 '../jingle/jingle.gyp:jingle_unittests',
470 '../jingle/jingle.gyp:jingle_unittests',
541 '../jingle/jingle.gyp:jingle_unittests',
/external/chromium/chrome/browser/sync/
DDEPS2 # sync_notifier depends on the common jingle notifier classes.
3 "+jingle/notifier",
/external/chromium_org/chrome/service/cloud_print/
DDEPS2 # sync notifier depends on the common jingle notifier classes.
3 "+jingle/notifier",
/external/chromium/chrome/browser/sync/notifier/
DDEPS4 # sync_notifier depends on the common jingle notifier classes.
5 "+jingle/notifier",
/external/chromium_org/build/
Dall.gyp46 '../jingle/jingle.gyp:*',
258 '../jingle/jingle.gyp:jingle_unittests',
677 '../jingle/jingle.gyp:jingle_unittests',
712 '../jingle/jingle.gyp:jingle_unittests',
736 '../jingle/jingle.gyp:jingle_unittests',
767 '../jingle/jingle.gyp:jingle_unittests',
814 '../jingle/jingle.gyp:jingle_unittests',
847 '../jingle/jingle.gyp:jingle_unittests',
872 '../jingle/jingle.gyp:jingle_unittests',
/external/chromium_org/third_party/libjingle/source/talk/
Dlibjingle.scons91 talk.Library(env, name = "jingle",
422 "jingle",
435 "jingle",
480 "jingle",
487 "jingle",
495 "jingle",
510 "jingle",
608 "jingle",
654 "jingle",
699 "jingle",
[all …]
/external/chromium_org/content/browser/renderer_host/p2p/
DDEPS2 "+jingle/glue",
/external/chromium_org/remoting/jingle_glue/
DDEPS3 "+jingle",
/external/chromium_org/cloud_print/gcp20/prototype/
Dgcp20_device.gyp26 '<(DEPTH)/jingle/jingle.gyp:notifier',
/external/chromium_org/cloud_print/
DDEPS6 "+jingle/notifier",
/external/chromium_org/remoting/client/
DDEPS3 "+jingle/glue",
/external/chromium_org/chrome/browser/invalidation/
DDEPS3 "+jingle/notifier",
/external/chromium_org/remoting/protocol/
DDEPS3 "+jingle/glue",
/external/chromium_org/sync/tools/
DDEPS2 "+jingle/notifier/base",
/external/chromium_org/content/renderer/
DDEPS5 "+jingle/glue",
/external/chromium_org/sync/notifier/
DDEPS3 "+jingle/notifier",
/external/chromium_org/chrome/browser/sync/glue/
DDEPS10 "+jingle/notifier/base",
/external/chromium_org/remoting/
Dremoting.gyp2640 '../jingle/jingle.gyp:jingle_glue',
2641 '../jingle/jingle.gyp:notifier',
2671 '../jingle/jingle.gyp:jingle_glue',

12