diff options
Diffstat (limited to 'slixmpp/plugins/xep_0332/stanza/data.py')
-rw-r--r-- | slixmpp/plugins/xep_0332/stanza/data.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/slixmpp/plugins/xep_0332/stanza/data.py b/slixmpp/plugins/xep_0332/stanza/data.py index 92e3d3af..eaf9c3ed 100644 --- a/slixmpp/plugins/xep_0332/stanza/data.py +++ b/slixmpp/plugins/xep_0332/stanza/data.py @@ -1,13 +1,10 @@ -""" - Slixmpp: The Slick XMPP Library - Implementation of HTTP over XMPP transport - http://xmpp.org/extensions/xep-0332.html - Copyright (C) 2015 Riptide IO, sangeeth@riptideio.com - This file is part of slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Implementation of HTTP over XMPP transport +# http://xmpp.org/extensions/xep-0332.html +# Copyright (C) 2015 Riptide IO, sangeeth@riptideio.com +# This file is part of slixmpp. +# See the file LICENSE for copying permission. from slixmpp.xmlstream import ElementBase |