summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0300/__init__.py
blob: c6d7c4242b49957d85b0d9680c74aab2a68fffa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# Slixmpp: The Slick XMPP Library
# Copyright (C) 2017 Emmanuel Gil Peyrot
# This file is part of Slixmpp.
# See the file LICENSE for copying permission.
from slixmpp.plugins.base import register_plugin

from slixmpp.plugins.xep_0300 import stanza
from slixmpp.plugins.xep_0300.stanza import Hash
from slixmpp.plugins.xep_0300.hash import XEP_0300


register_plugin(XEP_0300)