# Slixmpp: The Slick XMPP Library# Copyright (C) 2016 Nathanael C. Fritz, Lance J.T. Stout# This file is part of Slixmpp.# See the file LICENSE for copying permission.importloggingfromslixmppimportMessagefromslixmpp.pluginsimportBasePluginfromslixmpp.xmlstreamimportregister_stanza_pluginfromslixmpp.plugins.xep_0334importstanza,Store,NoStore,NoPermanentStore,NoCopylog=logging.getLogger(__name__)