@@ -85,8 +85,8 @@ public class ConversationManager implements Startable, ComponentEventListener {
...
@@ -85,8 +85,8 @@ public class ConversationManager implements Startable, ComponentEventListener {
privatestaticfinalStringUPDATE_CONVERSATION="UPDATE ofConversation SET lastActivity=?, messageCount=? WHERE conversationID=?";
privatestaticfinalStringUPDATE_CONVERSATION="UPDATE ofConversation SET lastActivity=?, messageCount=? WHERE conversationID=?";
privatestaticfinalStringUPDATE_PARTICIPANT="UPDATE ofConParticipant SET leftDate=? WHERE conversationID=? AND bareJID=? AND jidResource=? AND joinedDate=?";
privatestaticfinalStringUPDATE_PARTICIPANT="UPDATE ofConParticipant SET leftDate=? WHERE conversationID=? AND bareJID=? AND jidResource=? AND joinedDate=?";
privatestaticfinalStringINSERT_MESSAGE="INSERT INTO ofMessageArchive(conversationID, fromJID, fromJIDResource, toJID, toJIDResource, sentDate, body) "