From 2217c69757417ea83bb66ccb9aa13376d6324b4e Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Thu, 2 Feb 2012 14:29:27 +0100 Subject: Added plugin for XEP-0184 --- sleekxmpp/plugins/xep_0184/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sleekxmpp/plugins/xep_0184/__init__.py (limited to 'sleekxmpp/plugins/xep_0184/__init__.py') diff --git a/sleekxmpp/plugins/xep_0184/__init__.py b/sleekxmpp/plugins/xep_0184/__init__.py new file mode 100644 index 00000000..59312138 --- /dev/null +++ b/sleekxmpp/plugins/xep_0184/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2012 Erik Reuterborg Larsson + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0184.reciept import xep_0184 +from sleekxmpp.plugins.xep_0184.stanza import Request, Received -- cgit v1.2.3 From 9a38a101d2ea2d726ee50caeaf67e179c98872b3 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Fri, 3 Feb 2012 15:17:01 +0100 Subject: Added fritzy to the copyright for xep_0184 --- sleekxmpp/plugins/xep_0184/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0184/__init__.py') diff --git a/sleekxmpp/plugins/xep_0184/__init__.py b/sleekxmpp/plugins/xep_0184/__init__.py index 59312138..15670562 100644 --- a/sleekxmpp/plugins/xep_0184/__init__.py +++ b/sleekxmpp/plugins/xep_0184/__init__.py @@ -1,6 +1,6 @@ """ SleekXMPP: The Sleek XMPP Library - Copyright (C) 2012 Erik Reuterborg Larsson + Copyright (C) 2012 Erik Reuterborg Larsson, Nathanael C. Fritz This file is part of SleekXMPP. See the file LICENSE for copying permission. -- cgit v1.2.3