Jingle: ugly temporary fix for not sending stanzas when farsight is connecting

This commit is contained in:
Tomasz Melcer 2007-08-12 21:21:40 +00:00
parent a0af6f7fb8
commit c00c05dd93
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ class NonBlockingTcp(PlugIn, IdleObject):
'''Append raw_data to the queue of messages to be send.
If supplied data is unicode string, encode it to utf-8.
'''
now = True
if self.state <= 0:
return
r = raw_data