On Fri, Feb 22, 2008 at 06:17:57PM +0100, Vadim Lebedev wrote:
> Ralf we did a lot of fixes to presence stuff....
> Please try latest version

Hmm, I've just compiled & tested without much further news:
- When turning on p2p presence, it still doesn't work for our
  infrastructure
- ekiga.net is still not using presence at all (no matter if p2p is
  turned on or off) although this used to work

I'd like to revert to an older version (maybe to the one when you moved
to hg) -- can you give me a short intro how I can revert to the start of
the hg version of the 2.2 branch, then I re-test ekiga.net to make sure
they didn't change anything that makes presence fail.

- I had to patch src/presentation/main.cpp, otherwise it errors out when
  compiling, seems that getSipChatWhithouPresence isn't defined (looks
  like a typo, but searching for getSipChat didn't find anything either):
diff -r a58d652beefd wengophone/src/presentation/main.cpp
--- a/wengophone/src/presentation/main.cpp      Fri Feb 22 18:13:12 2008 +0100
+++ b/wengophone/src/presentation/main.cpp      Tue Feb 26 08:38:59 2008 +0100
@@ -288,10 +288,10 @@ int main(int argc, char * argv[]) {
        else
                w->setSipOptions("sip.p2p_presence", "false");
 
-       if(config.getSipChatWhithouPresence())
+       //if(config.getSipChatWhithouPresence())
                w->setSipOptions("sip.chat.whithout.presence", "true");
-       else
-               w->setSipOptions("sip.chat.whithout.presence", "false");
+       //else
+               //w->setSipOptions("sip.chat.whithout.presence", "false");
 
        if(config.getSipUseTypingState())
                w->setSipOptions("sip.use_typing_state", "true");

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  Fax:   +43/2243/26465-23
Reichergasse 131                        www:   http://www.runtux.com
A-3411 Weidling                         email: [EMAIL PROTECTED]
osAlliance member                       email: [EMAIL PROTECTED]
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to