streamMethod = datafield.getValue();
}
}
}
if("http://jabber.org/protocol/ibb".equals(streamMethod)) {
streamSend = new IBBSend(file,backend,this,to,id);
} else if("http://jabber.org/protocol/bytestreams".equals(streamMethod)) {
streamSend = new Socks5Send(file,backend,this,to,id);
} else {
Popups.messagePopup(I18N.gettext("filetransfer.Problem_during_file_transfer,_transfer_aborted"),I18N.gettext("filetransfer.File_Transfer"));
this.dispose();