summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-13 15:18:39 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-13 15:18:39 +0000
commitd72780d58db86f0be2e4cfc26cd2a40ef47d5bca (patch)
tree191cb380b50de2c2846b3e9f9710695442b4c0c9 /src/connection.py
parent949ef991d9e8e44c41802f202381c2223876f186 (diff)
downloadpoezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.gz
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.bz2
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.xz
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.zip
debut de vcard : les avatars
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.py b/src/connection.py
index 8a042502..2dec8f35 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -52,7 +52,7 @@ class Connection(threading.Thread):
if not self.authenticate():
logger.error('Could not authenticate to server')
sys.exit(-1)
- self.client.sendInitPresence()
+ self.client.sendInitPresence(requestRoster=0)
self.online = 1 # 2 when confirmation of auth is received
self.register_handlers()
while 1: