10 lines
322 B
Python
10 lines
322 B
Python
"""
|
|
SleekXMPP: The Sleek XMPP Library
|
|
Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout
|
|
This file is part of SleekXMPP.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
from sleekxmpp.plugins.xep_0077.stanza import Register, RegisterFeature
|
|
from sleekxmpp.plugins.xep_0077.register import xep_0077
|