Fix description of XEP-0222 plugin.
This commit is contained in:
parent
474390fa00
commit
06423964ec
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue