Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion xep-0343.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<surname>Bavendiek</surname>
<email>[email protected]</email>
</author>
<revision>
<version>0.4</version>
<date>2024-03-08</date>
<initials>jp</initials>
<remark>Fix attribute name in "Syntax" section: 'port' was used while 'number' was used in examples and XML Schema. 'number' has been kept to match implementations in the wild.</remark>
</revision>
<revision>
<version>0.3.1</version>
<date>2020-03-20</date>
Expand Down Expand Up @@ -165,7 +171,7 @@
<th>Example</th>
</tr>
<tr>
<td>port</td>
<td>number</td>
<td>A port number where the channel is to be contacted</td>
<td>Port value in a=sctpmap line</td>
<td>5000</td>
Expand Down