diff --git a/xep-0268.xml b/xep-0268.xml index c01ddc9c..1c10be7f 100644 --- a/xep-0268.xml +++ b/xep-0268.xml @@ -150,7 +150,7 @@ <source/> - The IP address(es) and JabberID(s) where the incident originated. + The IP address (optionally including port) and JabberID where the incident originated (multiple instance of each source type can be included). <text/> @@ -164,7 +164,7 @@ -

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).

+

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).

- 192.0.2.1 + 192.0.2.1:53667 iptables -A INPUT -s 192.0.2.1 -j DROP