changeset 400:22788653ae8d

plugin XEP-0096: minor cleaning
author Goffi <goffi@goffi.org>
date Thu, 06 Oct 2011 21:21:53 +0200
parents 3ed53803b3b3
children b2caa2615c4c
files src/plugins/plugin_xep_0096.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0096.py	Thu Oct 06 21:16:03 2011 +0200
+++ b/src/plugins/plugin_xep_0096.py	Thu Oct 06 21:21:53 2011 +0200
@@ -33,8 +33,6 @@
 from wokkel import disco, iwokkel, data_form
 
 IQ_SET = '/iq[@type="set"]'
-NS_SI = 'http://jabber.org/protocol/si'
-SI_REQUEST = IQ_SET + '/si[@xmlns="' + NS_SI + '"]'
 PROFILE_NAME = "file-transfer"
 PROFILE = "http://jabber.org/protocol/si/profile/" + PROFILE_NAME