summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0444/__init__.py
blob: fcf6564ee6399ee4f228567e302922c1d3dd30ba (plain)
1
2
3
4
5
6
7
8
# Slixmpp: The Slick XMPP Library
# Copyright (C) 2020 Mathieu Pasquet
# This file is part of Slixmpp.
# See the file LICENSE for copying permission.
from slixmpp.plugins.base import register_plugin
from slixmpp.plugins.xep_0444.reactions import XEP_0444

register_plugin(XEP_0444)