From 4db411cb38c8d45c32efaf002b41fff67cb50312 Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
Date: Mon, 27 Sep 2010 14:52:49 -0400
Subject: [PATCH] [#963] Disable instant messaging save on disk

---
 sflphone-common/src/im/InstantMessaging.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sflphone-common/src/im/InstantMessaging.cpp b/sflphone-common/src/im/InstantMessaging.cpp
index 02e860f013..8c8f2757ec 100644
--- a/sflphone-common/src/im/InstantMessaging.cpp
+++ b/sflphone-common/src/im/InstantMessaging.cpp
@@ -145,7 +145,8 @@ std::string InstantMessaging::receive (const std::string& message, const std::st
     // TODO String cleaning
 
     // Archive the message
-    this->saveMessage (message, author, id);
+    // TODO Deactivate this for the momment, this is an extra feature.
+    // this->saveMessage (message, author, id);
 
 
     return message;
-- 
GitLab