summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
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: