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