Move XEP-0184 to 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_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
|
||||
|
||||
Reference in New Issue
Block a user