|
1 Index: org/jivesoftware/smackx/packet/JingleContentInfo.java |
|
2 =================================================================== |
|
3 --- org/jivesoftware/smackx/packet/JingleContentInfo.java (revision 11644) |
|
4 +++ org/jivesoftware/smackx/packet/JingleContentInfo.java (working copy) |
|
5 @@ -96,7 +96,7 @@ |
|
6 */ |
|
7 public static class Audio extends JingleContentInfo { |
|
8 |
|
9 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp"; |
|
10 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1"; |
|
11 |
|
12 public Audio(final ContentInfo mi) { |
|
13 super(mi); |
|
14 Index: org/jivesoftware/smackx/packet/JingleError.java |
|
15 =================================================================== |
|
16 --- org/jivesoftware/smackx/packet/JingleError.java (revision 11644) |
|
17 +++ org/jivesoftware/smackx/packet/JingleError.java (working copy) |
|
18 @@ -27,7 +27,7 @@ |
|
19 |
|
20 public class JingleError implements PacketExtension { |
|
21 |
|
22 - public static String NAMESPACE = "urn:xmpp:tmp:jingle:errors"; |
|
23 + public static String NAMESPACE = "urn:xmpp:jingle:errors:1"; |
|
24 |
|
25 public static final JingleError OUT_OF_ORDER = new JingleError("out-of-order"); |
|
26 |
|
27 Index: org/jivesoftware/smackx/packet/JingleTransport.java |
|
28 =================================================================== |
|
29 --- org/jivesoftware/smackx/packet/JingleTransport.java (revision 11644) |
|
30 +++ org/jivesoftware/smackx/packet/JingleTransport.java (working copy) |
|
31 @@ -270,7 +270,7 @@ |
|
32 * RTP-ICE profile |
|
33 */ |
|
34 public static class Ice extends JingleTransport { |
|
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"; |
|
37 |
|
38 public Ice() { |
|
39 super(); |
|
40 Index: org/jivesoftware/smackx/packet/JingleContentDescription.java |
|
41 =================================================================== |
|
42 --- org/jivesoftware/smackx/packet/JingleContentDescription.java (revision 11644) |
|
43 +++ org/jivesoftware/smackx/packet/JingleContentDescription.java (working copy) |
|
44 @@ -172,7 +172,7 @@ |
|
45 */ |
|
46 public static class Audio extends JingleContentDescription { |
|
47 |
|
48 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp"; |
|
49 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1"; |
|
50 |
|
51 public Audio() { |
|
52 super(); |
|
53 Index: org/jivesoftware/smackx/packet/Jingle.java |
|
54 =================================================================== |
|
55 --- org/jivesoftware/smackx/packet/Jingle.java (revision 11644) |
|
56 +++ org/jivesoftware/smackx/packet/Jingle.java (working copy) |
|
57 @@ -44,7 +44,7 @@ |
|
58 |
|
59 // static |
|
60 |
|
61 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle"; |
|
62 + public static final String NAMESPACE = "urn:xmpp:jingle:1"; |
|
63 |
|
64 public static final String NODENAME = "jingle"; |
|
65 |
|
66 Index: org/jivesoftware/smackx/jingle/JingleManager.java |
|
67 =================================================================== |
|
68 --- org/jivesoftware/smackx/jingle/JingleManager.java (revision 11644) |
|
69 +++ org/jivesoftware/smackx/jingle/JingleManager.java (working copy) |
|
70 @@ -255,7 +255,7 @@ |
|
71 */ |
|
72 public static void setJingleServiceEnabled() { |
|
73 ProviderManager providerManager = ProviderManager.getInstance(); |
|
74 - providerManager.addIQProvider("jingle", "urn:xmpp:tmp:jingle", new JingleProvider()); |
|
75 + providerManager.addIQProvider("jingle", "urn:xmpp:jingle:1", new JingleProvider()); |
|
76 |
|
77 // Enable the Jingle support on every established connection |
|
78 // The ServiceDiscoveryManager class should have been already |
|
79 @@ -598,4 +598,4 @@ |
|
80 } |
|
81 return null; |
|
82 } |
|
83 -} |
|
84 \ No newline at end of file |
|
85 +} |
|
86 Index: org/jivesoftware/smackx/packet/JingleDescription.java |
|
87 =================================================================== |
|
88 --- org/jivesoftware/smackx/packet/JingleDescription.java (revision 11644) |
|
89 +++ org/jivesoftware/smackx/packet/JingleDescription.java (working copy) |
|
90 @@ -179,7 +179,7 @@ |
|
91 */ |
|
92 public static class Audio extends JingleDescription { |
|
93 |
|
94 - public static final String NAMESPACE = "urn:xmpp:tmp:jingle:apps:rtp"; |
|
95 + public static final String NAMESPACE = "urn:xmpp:jingle:apps:rtp:1"; |
|
96 |
|
97 public Audio() { |
|
98 super(); |