From 626b1526a209eb6002e8fe6cb9c11aa24078866f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CHuy?= Date: Fri, 6 Dec 2024 12:47:46 +0000 Subject: [PATCH] #369 and #370 Clear Chat Room History Add roomID to javadoc for ArchivedMessage constructor. --- src/java/org/jivesoftware/openfire/archive/ArchivedMessage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/org/jivesoftware/openfire/archive/ArchivedMessage.java b/src/java/org/jivesoftware/openfire/archive/ArchivedMessage.java index d038e12eb..b7e4e74b4 100644 --- a/src/java/org/jivesoftware/openfire/archive/ArchivedMessage.java +++ b/src/java/org/jivesoftware/openfire/archive/ArchivedMessage.java @@ -55,6 +55,7 @@ public class ArchivedMessage { /** * Creates a new archived message. * + * @param roomID the ID of the room where the group conversation is taking place. * @param conversationID the ID of the conversation that the message is associated with. * @param fromJID the JID of the user that sent the message. * @param toJID the JID of the user that the message was sent to.