fix typo. Fixes #4525
This commit is contained in:
parent
f9034952e0
commit
73e4e000b9
|
@ -402,7 +402,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
||||||
return 3
|
return 3
|
||||||
|
|
||||||
if type_ == 'chat':
|
if type_ == 'chat':
|
||||||
msg_iq = common.xmpp.Message(to=fjid, body=msgtxt, typ=type_i,
|
msg_iq = common.xmpp.Message(to=fjid, body=msgtxt, typ=type_,
|
||||||
xhtml=xhtml)
|
xhtml=xhtml)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue