[ekiga] Some more debugging output for the presence



commit 03b333e8b6fb28bba1d34efa1931c9785bb640fc
Author: Snark <jpuydt gnome org>
Date:   Wed Mar 30 20:28:09 2011 +0200

    Some more debugging output for the presence

 lib/engine/components/opal/opal-account.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index f443dc2..821001d 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -719,6 +719,8 @@ Opal::Account::OnPresenceChange (OpalPresentity& /*presentity*/,
   std::string old_presence = presence_infos[uri].presence;
   std::string old_status = presence_infos[uri].status;
 
+  std::cout << "OnPresenceChange called about " << uri << " with " << info.m_state << std::endl;
+
   // If first notification, and no information, then we are offline
   if (presence == "unknown" && old_presence.empty ())
     presence = "offline";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]