[ekiga] Changed the way SubProtocol is set, since it was obviously wrong



commit 254a22276e5146484d8305767ab5d84c49f6a827
Author: Snark <jpuydt gnome org>
Date:   Fri Mar 25 15:03:32 2011 +0100

    Changed the way SubProtocol is set, since it was obviously wrong
    
    (obviously wrong but the compiler didn't shout at me...)

 lib/engine/components/opal/opal-account.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 34e53d7..44b93de 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -630,7 +630,7 @@ Opal::Account::setup_presentity ()
 
     presentity->GetAttributes().Set(SIP_Presentity::AuthNameKey, username);
     presentity->GetAttributes().Set(SIP_Presentity::AuthPasswordKey, password);
-    presentity->GetAttributes().Set(SIP_Presentity::SubProtocolKey, SIP_Presentity::e_WithAgent);
+    presentity->GetAttributes().Set(SIP_Presentity::SubProtocolKey, "Agent");
     //    presentity->GetAttributes().Set(SIP_Presentity::DefaultPresenceServerKey, host);
     std::cout << "got presentity for " << url << std::endl;
   } else



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