Bump to 1.3.1
[slixmpp.git] / sleekxmpp / plugins / xep_0016 / __init__.py
blob06704d26680ddcc40d024b63135e891ad72af523
1 """
2 SleekXMPP: The Sleek XMPP Library
3 Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
4 This file is part of SleekXMPP.
6 See the file LICENSE for copying permission.
7 """
9 from sleekxmpp.plugins.base import register_plugin
11 from sleekxmpp.plugins.xep_0016 import stanza
12 from sleekxmpp.plugins.xep_0016.stanza import Privacy
13 from sleekxmpp.plugins.xep_0016.privacy import XEP_0016
16 register_plugin(XEP_0016)