Move XEP-0092 to new system.

This commit is contained in:
Lance Stout
2012-03-11 23:07:40 -07:00
parent 2f677c98f8
commit 2305cc61fd
2 changed files with 18 additions and 13 deletions

View File

@@ -6,6 +6,15 @@
See the file LICENSE for copying permission.
"""
from sleekxmpp.plugins.base import register_plugin
from sleekxmpp.plugins.xep_0092 import stanza
from sleekxmpp.plugins.xep_0092.stanza import Version
from sleekxmpp.plugins.xep_0092.version import xep_0092
from sleekxmpp.plugins.xep_0092.version import XEP_0092
register_plugin(XEP_0092)
# Retain some backwards compatibility
xep_0092 = XEP_0092