diff options
Diffstat (limited to 'sleekxmpp/stanza/stream')
-rw-r--r-- | sleekxmpp/stanza/stream/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sleekxmpp/stanza/stream/__init__.py b/sleekxmpp/stanza/stream/__init__.py new file mode 100644 index 00000000..2cb79673 --- /dev/null +++ b/sleekxmpp/stanza/stream/__init__.py @@ -0,0 +1,8 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2010 Nathanael C. Fritz + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + |