From 06423964ec2445689c6a4559ff4ed02d16ec99c1 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 20 Jul 2012 22:03:17 -0700 Subject: Fix description of XEP-0222 plugin. --- sleekxmpp/plugins/xep_0222.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0222.py') 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, -- cgit v1.2.3