5 lines
133 B
Python
5 lines
133 B
Python
from sleekxmpp.plugins.base import register_plugin
|
|
from sleekxmpp.plugins.xep_0065.proxy import XEP_0065
|
|
|
|
|
|
register_plugin(XEP_0065)
|