summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.py b/src/connection.py
index ffe42665..c0bd5575 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -140,6 +140,7 @@ class Connection(threading.Thread):
def handler_normal_presence(self, connection, presence):
"""
+ handles the non-MUC presences
"""
fro = presence.getFrom()
toj = presence.getAttr('to')