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>2008-07-29 10:40:09 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-07-29 10:40:09 +0400
commit49ea574c7d921c2ef0699b8d92967c6b2c319df0 (patch)
tree3a28bdcae822d509b159edc2c3741146b7ddd13d /src/common
parent1fd2c5f050a4e5205596a4c8e192d980460fe637 (diff)
typo
Diffstat (limited to 'src/common')
-rw-r--r--src/common/gajim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/gajim.py b/src/common/gajim.py
index 0353f2419..c70139c10 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -174,7 +174,7 @@ gajim_common_features = [xmpp.NS_BYTESTREAM, xmpp.NS_SI, xmpp.NS_FILE,
'jabber:iq:gateway', xmpp.NS_LAST, xmpp.NS_PRIVACY, xmpp.NS_PRIVATE,
xmpp.NS_REGISTER, xmpp.NS_VERSION, xmpp.NS_DATA, xmpp.NS_ENCRYPTED, 'msglog',
'sslc2s', 'stringprep', xmpp.NS_PING, xmpp.NS_TIME_REVISED, xmpp.NS_GAMING,
- xmpp.NS_MOOD, NS_ACTIVITY, xmpp.NS_NICK]
+ xmpp.NS_MOOD, xmpp.NS_ACTIVITY, xmpp.NS_NICK]
# Optional features gajim supports per account
gajim_optional_features = {}