Source code for slixmpp.plugins.xep_0020.feature_negotiation
# Slixmpp: The Slick XMPP Library# Copyright (C) 2013 Nathanael C. Fritz, Lance J.T. Stout# This file is part of Slixmpp.# See the file LICENSE for copying permission.importloggingfromslixmppimportIq,Messagefromslixmpp.pluginsimportBasePluginfromslixmpp.xmlstream.handlerimportCallbackfromslixmpp.xmlstream.matcherimportStanzaPathfromslixmpp.xmlstreamimportregister_stanza_plugin,JIDfromslixmpp.plugins.xep_0020importstanza,FeatureNegotiationfromslixmpp.plugins.xep_0004importFormlog=logging.getLogger(__name__)