fix number of parameters to session.receives in zeroconf. Fixes #4015
This commit is contained in:
parent
036fe54e1a
commit
1ebe587886
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class ConnectionHandlersZeroconf(ConnectionVcard, ConnectionBytestream, connecti
|
|||
else:
|
||||
# XXX this shouldn't be hardcoded
|
||||
if isinstance(session, ChatControlSession):
|
||||
session.received(frm, msgtxt, tim, encrypted, subject, msg)
|
||||
session.received(frm, msgtxt, tim, encrypted, msg)
|
||||
else:
|
||||
session.received(msg)
|
||||
# END messageCB
|
||||
|
|
Loading…
Add table
Reference in a new issue