summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0222.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-07-20 22:03:17 -0700
committerLance Stout <lancestout@gmail.com>2012-07-20 22:03:17 -0700
commit06423964ec2445689c6a4559ff4ed02d16ec99c1 (patch)
tree99b41d03b59c7535e78df9e23781374d9a2a22fe /sleekxmpp/plugins/xep_0222.py
parent474390fa00a4c2ddf63976bdaf95468248ddd12b (diff)
downloadslixmpp-06423964ec2445689c6a4559ff4ed02d16ec99c1.tar.gz
slixmpp-06423964ec2445689c6a4559ff4ed02d16ec99c1.tar.bz2
slixmpp-06423964ec2445689c6a4559ff4ed02d16ec99c1.tar.xz
slixmpp-06423964ec2445689c6a4559ff4ed02d16ec99c1.zip
Fix description of XEP-0222 plugin.
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,