Ralf Schlatterbeck wrote:
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.

you can do hg update -r 0 command to get intial version of repository which should be the same
wengophone_2.2 on SVN

- 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");


Thanks, i'll fix it...
We need a build bot to detect this kind of problems promptly

Ralf
Vadim
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to