12 lines
349 B
Python
12 lines
349 B
Python
|
"""
|
||
|
SleekXMPP: The Sleek XMPP Library
|
||
|
Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout
|
||
|
This file is part of SleekXMPP.
|
||
|
|
||
|
See the file LICENSE for copying permission.
|
||
|
"""
|
||
|
|
||
|
from sleekxmpp.plugins.xep_0092 import stanza
|
||
|
from sleekxmpp.plugins.xep_0092.stanza import Version
|
||
|
from sleekxmpp.plugins.xep_0092.version import xep_0092
|