mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
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:
parent
fbef23d010
commit
222a4d2fef
@ -150,7 +150,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><source/></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><text/></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 <solution/> 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 <description/> element, such as the <ip/> 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 <solution/> 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 <description/> element, such as the <ip/> 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>
|
||||
|
Loading…
Reference in New Issue
Block a user