summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0222.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-07-22 14:02:26 -0700
committerLance Stout <lancestout@gmail.com>2012-07-22 14:02:26 -0700
commit2e580304f9d92d6d935a81cf81961323cf7fbf52 (patch)
tree3e1b4faf9c0c4d183dd83e4b7d0a9591a548e734 /sleekxmpp/plugins/xep_0222.py
parent5492e9028df8d1d2a064693b4dd06bd92cc9f60a (diff)
parentfb221a8dc046b34cf28b853ba58d57711b624027 (diff)
downloadslixmpp-2e580304f9d92d6d935a81cf81961323cf7fbf52.tar.gz
slixmpp-2e580304f9d92d6d935a81cf81961323cf7fbf52.tar.bz2
slixmpp-2e580304f9d92d6d935a81cf81961323cf7fbf52.tar.xz
slixmpp-2e580304f9d92d6d935a81cf81961323cf7fbf52.zip
Merge branch 'master' into develop
Diffstat (limited to 'sleekxmpp/plugins/xep_0222.py')
-rw-r--r--sleekxmpp/plugins/xep_0222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0222.py b/sleekxmpp/plugins/xep_0222.py
index 724ef968..1073c1a1 100644
--- a/sleekxmpp/plugins/xep_0222.py
+++ b/sleekxmpp/plugins/xep_0222.py
@@ -22,7 +22,7 @@ class XEP_0222(BasePlugin):
"""
name = 'xep_0222'
- description = 'XEP-0222: Persistent Storage of Private Data via PubSub'
+ description = 'XEP-0222: Persistent Storage of Public Data via PubSub'
dependencies = set(['xep_0163', 'xep_0060', 'xep_0004'])
profile = {'pubsub#persist_items': True,