Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-09-11 14:26:26 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-09-11 14:26:26 (GMT)
commitdae237449545fdaabe3909d31086af5dafae9667 (patch)
treef6317bda6caf5ee965396e21e0bd699fee11f322
parentdc5c4d7b4c0eb040f364d0de9ebb854b01eead8d (diff)
Don't send the tags property when using Salut #1320
-rw-r--r--src/buddy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buddy.py b/src/buddy.py
index e85a925..d81952e 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -790,8 +790,8 @@ class GenericOwner(Buddy):
# FIXME: clarify whether we're meant to support random extra properties
# (Salut doesn't)
- if tp._PROTOCOL == 'salut':
- del props['ip4-address']
+ if tp._PROTOCOL == 'local-xmpp':
+ del props['tags']
if connected:
if CONN_INTERFACE_BUDDY_INFO not in conn: