Bump to 1.3.1
[slixmpp.git] / sleekxmpp / features / feature_preapproval / stanza.py
blob4a59bd163cabf4a1e14b35fbee12e112233ae7f7
1 """
2 SleekXMPP: The Sleek XMPP Library
3 Copyright (C) 2012 Nathanael C. Fritz
4 This file is part of SleekXMPP.
6 See the file LICENSE for copying permission.
7 """
9 from sleekxmpp.xmlstream import ElementBase
12 class PreApproval(ElementBase):
14 name = 'sub'
15 namespace = 'urn:xmpp:features:pre-approval'
16 interfaces = set()
17 plugin_attrib = 'preapproval'