Move XEP-0172 to new system.

This commit is contained in:
Lance Stout
2012-03-12 19:30:49 -07:00
parent 32d6f85649
commit 5a2cbbb731
2 changed files with 14 additions and 16 deletions
+6 -1
View File
@@ -6,6 +6,11 @@
See the file LICENSE for copying permission.
"""
from sleekxmpp.plugins.base import register_plugin
from sleekxmpp.plugins.xep_0172 import stanza
from sleekxmpp.plugins.xep_0172.stanza import UserNick
from sleekxmpp.plugins.xep_0172.user_nick import xep_0172
from sleekxmpp.plugins.xep_0172.user_nick import XEP_0172
register_plugin(XEP_0172)