6 lines
113 B
Python
6 lines
113 B
Python
from slixmpp.plugins.base import register_plugin
|
|
|
|
from . import stanza, vcard4
|
|
|
|
register_plugin(vcard4.XEP_0292)
|