Jingle: ugly temporary fix for not sending stanzas when farsight is connecting
This commit is contained in:
parent
a0af6f7fb8
commit
c00c05dd93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue