Fix description of XEP-0222 plugin.

This commit is contained in:
Lance Stout 2012-07-20 22:03:17 -07:00
parent 474390fa00
commit 06423964ec

View file

@ -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,