# HG changeset patch # User Goffi # Date 1317928913 -7200 # Node ID 22788653ae8de359a00e3a34f0317f06d841ff2c # Parent 3ed53803b3b3dde50a05ec4ffdea6b33924f58a4 plugin XEP-0096: minor cleaning diff -r 3ed53803b3b3 -r 22788653ae8d src/plugins/plugin_xep_0096.py --- 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