Commit f7c5c67c authored by Leon Roy's avatar Leon Roy Committed by leonroy

OF-611 - Monitoring plugin 1.3.0 is not updating IDs of older archived messages

Changed Conversation.java JiveID back to 50 from 600

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13481 b35dd754-fafc-0310-a699-88a17e54d16e
parent bc05416d
...@@ -78,7 +78,7 @@ import org.xmpp.packet.JID; ...@@ -78,7 +78,7 @@ import org.xmpp.packet.JID;
* *
* @author Matt Tucker * @author Matt Tucker
*/ */
@JiveID(600) @JiveID(50)
public class Conversation implements Externalizable { public class Conversation implements Externalizable {
private static final Logger Log = LoggerFactory.getLogger(Conversation.class); private static final Logger Log = LoggerFactory.getLogger(Conversation.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment