This commit is contained in:
Dimitur Kirov 2005-07-30 15:30:38 +00:00
parent 151844315a
commit 4e9942a5b1

View file

@ -445,7 +445,7 @@ class Connection:
si = iq_obj.getTag('si')
profile = si.getAttr('profile')
mime_type = si.getAttr('mime-type')
if profile != NS_FILE:
if profile != common.xmpp.NS_FILE:
return
feature = si.getTag('feature')
file_tag = si.getTag('file')