From 222a4d2fef5d3432e8ad9039fb126166688b4c7f Mon Sep 17 00:00:00 2001 From: Unknown User Date: Thu, 13 Aug 2009 14:42:37 +0000 Subject: [PATCH] optionally include port (cf. address sharing) git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3354 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0268.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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