Move XEP-0184 to new system.

This commit is contained in:
Lance Stout
2012-03-11 23:47:41 -07:00
parent 34a7a62c35
commit 17279de4a3
2 changed files with 18 additions and 9 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_0184.stanza import Request, Received
from sleekxmpp.plugins.xep_0184.reciept import xep_0184
from sleekxmpp.plugins.xep_0184.reciept import XEP_0184
register_plugin(XEP_0184)
# Retain some backwards compatibility
xep_0184 = XEP_0184