11 lines
322 B
Python
11 lines
322 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_0128.static import StaticExtendedDisco
|
||
|
from sleekxmpp.plugins.xep_0128.extended_disco import xep_0128
|