Move XEP-0077 to the new system.
This commit is contained in:
@@ -6,5 +6,14 @@
|
||||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
from sleekxmpp.plugins.base import register_plugin
|
||||
|
||||
from sleekxmpp.plugins.xep_0077.stanza import Register, RegisterFeature
|
||||
from sleekxmpp.plugins.xep_0077.register import xep_0077
|
||||
from sleekxmpp.plugins.xep_0077.register import XEP_0077
|
||||
|
||||
|
||||
register_plugin(XEP_0077)
|
||||
|
||||
|
||||
# Retain some backwards compatibility
|
||||
xep_0077 = XEP_0077
|
||||
|
||||
Reference in New Issue
Block a user