diff src/plugins/plugin_xep_0096.py @ 400:22788653ae8d

plugin XEP-0096: minor cleaning
author Goffi <goffi@goffi.org>
date Thu, 06 Oct 2011 21:21:53 +0200
parents cb0285372818
children cf005701624b
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