Source code for slixmpp.plugins.xep_0377.spam_reporting
# Slixmpp: The Slick XMPP Library# Copyright (C) 2020 Mathieu Pasquet# This file is part of Slixmpp.# See the file LICENSE for copying permission.importloggingimportslixmppfromslixmppimportMessagefromslixmpp.pluginsimportBasePluginfromslixmpp.xmlstreamimportregister_stanza_pluginfromslixmpp.xmlstream.handlerimportCallbackfromslixmpp.xmlstream.matcherimportStanzaPathfromslixmpp.plugins.xep_0377importstanzafromslixmpp.plugins.xep_0191importBlocklog=logging.getLogger(__name__)