From 93e0c30096888f0a532777d65b8c2c8034fc035e Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 2 Jul 2008 18:31:42 +0000 Subject: [PATCH] DoS tweaks git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2033 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0045.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0045.xml b/xep-0045.xml index 3fffbf1d..86750872 100644 --- a/xep-0045.xml +++ b/xep-0045.xml @@ -4523,7 +4523,7 @@

Public MUC rooms can be subject to a number of attacks, most of which reduce to denial of service attacks. Such attacks include but are not limited to:

  1. Stuffing the room with a large number of illegitimate occupants and therefore preventing legitimate users from joining the room.
  2. -
  3. Sending abusive messages and then leaving the room before a kick or ban can be applied.
  4. +
  5. Sending abusive messages and then leaving the room before a kick or ban can be applied; such abusive messages include but are not limited to large messages that prevent participants from following the conversation thread or room history, personal attacks on participants (especially room administrators and moderators), offensive text, and links to spam sites.
  6. Making rapid and repeated presence changes.
  7. Using long nicknames to route around lack of voice.
  8. Abusing the room administrators or other room occupants.