summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0332/stanza
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0332/stanza')
-rw-r--r--slixmpp/plugins/xep_0332/stanza/__init__.py15
-rw-r--r--slixmpp/plugins/xep_0332/stanza/data.py15
-rw-r--r--slixmpp/plugins/xep_0332/stanza/request.py15
-rw-r--r--slixmpp/plugins/xep_0332/stanza/response.py15
4 files changed, 24 insertions, 36 deletions
diff --git a/slixmpp/plugins/xep_0332/stanza/__init__.py b/slixmpp/plugins/xep_0332/stanza/__init__.py
index f98375c6..5c25a73b 100644
--- a/slixmpp/plugins/xep_0332/stanza/__init__.py
+++ b/slixmpp/plugins/xep_0332/stanza/__init__.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.plugins.xep_0332.stanza.request import HTTPRequest
from slixmpp.plugins.xep_0332.stanza.response import HTTPResponse
from slixmpp.plugins.xep_0332.stanza.data import HTTPData
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
diff --git a/slixmpp/plugins/xep_0332/stanza/request.py b/slixmpp/plugins/xep_0332/stanza/request.py
index 670e27b1..7be8f213 100644
--- a/slixmpp/plugins/xep_0332/stanza/request.py
+++ b/slixmpp/plugins/xep_0332/stanza/request.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
diff --git a/slixmpp/plugins/xep_0332/stanza/response.py b/slixmpp/plugins/xep_0332/stanza/response.py
index a25aa780..5e19951d 100644
--- a/slixmpp/plugins/xep_0332/stanza/response.py
+++ b/slixmpp/plugins/xep_0332/stanza/response.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