Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-02-26 13:38:14 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-02-26 13:38:14 +0300
commit418e0b09a92c8e33e4e3594b9530a6161c8d6902 (patch)
tree07a9bba488e6e989a33fbe8397c98adb4f2ba332
parent7dfe28b48f895a9637deaf80dd1e195984c4518a (diff)
fix typo in caps.py. Fixes #5627
-rw-r--r--src/common/caps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/caps.py b/src/common/caps.py
index 569bc239d..05ed0ac15 100644
--- a/src/common/caps.py
+++ b/src/common/caps.py
@@ -263,7 +263,7 @@ class ConnectionCaps(object):
# improper caps in stanza, ignoring
contact.caps_node = None
contact.caps_hash = None
- contact.hash_method = None
+ contact.caps_hash_method = None
return
# start disco query...