Move XEP-0077 to the new system.

This commit is contained in:
Lance Stout
2012-03-11 22:15:25 -07:00
parent 4a3a9067d4
commit cdd69c6842
3 changed files with 23 additions and 19 deletions

View File

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