# Slixmpp: The Slick XMPP Library# Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net># This file is part of Slixmpp.# See the file LICENSE for copying permissiofromslixmppimportJIDfromslixmpp.stanzaimportIqfromslixmpp.stanza.rosterimportRoster,RosterItemfromslixmpp.xmlstreamimport(ElementBase,register_stanza_plugin,)fromslixmpp.plugins.xep_0369.stanzaimport(Join,Leave,)NS='urn:xmpp:mix:pam:2'NS_ROSTER='urn:xmpp:mix:roster:0'