diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 583428c1a65c7a0695cf4c7d273f9ebeb4367bbe..832434bbde97c13488ebfada6140e2c503a5cfb1 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -223,8 +223,6 @@ class ConnectionBytestream:
 		iq.setAttr('id', file_props['request-id'])
 		si = iq.setTag('si')
 		si.setNamespace(common.xmpp.NS_SI)
-		file_tag = si.setTag('file')
-		file_tag.setNamespace(common.xmpp.NS_FILE)
 		if file_props.has_key('offset') and file_props['offset']:
 			range_tag = file_tag.setTag('range')
 			range_tag.setAttr('offset', file_props['offset'])