[Telepathy-commits] [mingle/master] Only do old-style entity discovery if the remote presence has no hash

Sjoerd Simons sjoerd at luon.net
Wed Nov 26 09:03:46 PST 2008


---
 client.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client.py b/client.py
index c0e1542..907ce7b 100644
--- a/client.py
+++ b/client.py
@@ -66,7 +66,7 @@ class Contact:
 
             # If any capability related has changed update
             if self.ver != None and self.node != None:
-                if self.ext != None:
+                if self.hash == None:
                     self.query_oldstyle_caps()
                 else:
                     self.query_caps()
-- 
1.5.6.5




More information about the Telepathy-commits mailing list