This commit is contained in:
Yann Leboulanger 2005-07-23 11:54:01 +00:00
parent 55e3a64f0b
commit a037ca8369
1 changed files with 2 additions and 1 deletions

View File

@ -962,7 +962,8 @@ class Connection:
namespace = 'http://jabber.org/protocol/chatstates')
self.to_be_sent.append(msg_iq)
gajim.logger.write('outgoing', msg, jid)
if msg:
gajim.logger.write('outgoing', msg, jid)
self.dispatch('MSGSENT', (jid, msg, keyID))
def send_stanza(self, stanza):