comparison src/plugins/plugin_xep_0047.py @ 389:6ff50d609b16

plugin XEP-0047: typo
author Goffi <goffi@goffi.org>
date Thu, 29 Sep 2011 14:43:12 +0200
parents 785420cd63f7
children c34fd9d6242e
comparison
equal deleted inserted replaced
388:a617af506154 389:6ff50d609b16
256 @param file_obj: file_obj to send 256 @param file_obj: file_obj to send
257 @param to_jid: JID of the recipient 257 @param to_jid: JID of the recipient
258 @param sid: Stream session id 258 @param sid: Stream session id
259 @param length: number of byte to send, or None to send until the end 259 @param length: number of byte to send, or None to send until the end
260 @param successCb: method to call when stream successfuly finished 260 @param successCb: method to call when stream successfuly finished
261 @param failureCb: method to call when something go wrong 261 @param failureCb: method to call when something goes wrong
262 @param profile: %(doc_profile)s""" 262 @param profile: %(doc_profile)s"""
263 if length != None: 263 if length != None:
264 error(_('stream length not managed yet')) 264 error(_('stream length not managed yet'))
265 return; 265 return;
266 profile_jid, xmlstream = self.host.getJidNStream(profile) 266 profile_jid, xmlstream = self.host.getJidNStream(profile)