Rename to slixmpp
[slixmpp.git] / slixmpp / plugins / xep_0131 / __init__.py
blob4151cc72521b39a1c9c0c510638bc302678f3503
1 """
2 Slixmpp: The Slick XMPP Library
3 Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
4 This file is part of Slixmpp.
6 See the file LICENSE for copying permission.
7 """
9 from slixmpp.plugins.base import register_plugin
11 from slixmpp.plugins.xep_0131 import stanza
12 from slixmpp.plugins.xep_0131.stanza import Headers
13 from slixmpp.plugins.xep_0131.headers import XEP_0131
16 register_plugin(XEP_0131)