optionally include port (cf. address sharing)

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3354 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Unknown User 2009-08-13 14:42:37 +00:00
parent fbef23d010
commit 222a4d2fef
1 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@
</tr>
<tr>
<td>&lt;source/&gt;</td>
<td>The IP address(es) and JabberID(s) where the incident originated.</td>
<td>The IP address (optionally including port) and JabberID where the incident originated (multiple instance of each source type can be included).</td>
</tr>
<tr>
<td>&lt;text/&gt;</td>
@ -164,7 +164,7 @@
</section1>
<section1 topic='Incident Solutions' anchor='solutions'>
<p>If the reporting entity determines a solution to the problem or a receiving entity has a suggested solution to the problem, it SHOULD send out a revised incident report containing a &lt;solution/&gt; element (or the reporting entity can include a solution in its initial report). The solution element can include any of the elements defined for the &lt;description/&gt; element, such as the &lt;ip/&gt; element (since the XMPP server of a source JID might know the IP address of the connected entity).</p>
<p>If the reporting entity determines a solution to the problem or a receiving entity has a suggested solution to the problem, it SHOULD send out a revised incident report containing a &lt;solution/&gt; element (or the reporting entity can include a solution in its initial report). The solution element can include any of the elements defined for the &lt;description/&gt; element, such as the &lt;ip/&gt; element (since the XMPP server of a source JID might know the IP address and port of the connected entity).</p>
<example caption="An incident solution"><![CDATA[
<message from='jabber.org' to='im.flosoft.biz'>
<incident xmlns='urn:xmpp:incident:0'
@ -175,7 +175,7 @@
<solution>
<source>
<ips>
<ip>192.0.2.1</ip>
<ip>192.0.2.1:53667</ip>
</ips>
</source>
<text xml:lang='en'>iptables -A INPUT -s 192.0.2.1 -j DROP</text>