Skip to content

Commit b09bae2

Browse files
committed
jingle-content-category ProtoXEP: Fix indentation in example
We traditionally use two spaces for indentation in our XML examples.
1 parent 6329974 commit b09bae2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

inbox/jingle-content-category.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ a=content:speaker
9898
m=video 54132 RTP/AVP 31
9999
a=rtpmap:31 H261/9000
100100
a=content:sl
101-
</code>
101+
</code>
102102

103103
<p>Should then map to:</p>
104104

@@ -112,26 +112,26 @@ a=content:sl
112112
initiator='stuart@studio.org/main'
113113
sid='a73sjjvkla37jfea'>
114114
<content creator="initiator" name='video0'>
115-
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
116-
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
117-
<category xmlns=']]>&namespace;<![CDATA[' name='slides'/>
118-
<category xmlns=']]>&namespace;<![CDATA[' name='alt'/>
119-
<payload-type id="31" name="H261" clockrate="9000"/>
120-
</description>
115+
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
116+
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
117+
<category xmlns=']]>&namespace;<![CDATA[' name='slides'/>
118+
<category xmlns=']]>&namespace;<![CDATA[' name='alt'/>
119+
<payload-type id="31" name="H261" clockrate="9000"/>
120+
</description>
121121
</content>
122122
<content creator="initiator" name='video1'>
123-
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
124-
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
125-
<category xmlns=']]>&namespace;<![CDATA[' name='speaker'/>
126-
<payload-type id="31" name="H261" clockrate="9000"/>
127-
</description>
123+
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
124+
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
125+
<category xmlns=']]>&namespace;<![CDATA[' name='speaker'/>
126+
<payload-type id="31" name="H261" clockrate="9000"/>
127+
</description>
128128
</content>
129129
<content creator="initiator" name='video2'>
130-
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
131-
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
132-
<category xmlns=']]>&namespace;<![CDATA[' name='sl'/>
133-
<payload-type id="31" name="H261" clockrate="9000"/>
134-
</description>
130+
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1"/>
131+
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video">
132+
<category xmlns=']]>&namespace;<![CDATA[' name='sl'/>
133+
<payload-type id="31" name="H261" clockrate="9000"/>
134+
</description>
135135
</content>
136136
</jingle>
137137
</iq>

0 commit comments

Comments
 (0)