add fake store_metacontacts method
This commit is contained in:
parent
6a21dfb6b8
commit
99265c0430
|
@ -295,6 +295,11 @@ class ConnectionHandlersZeroconf(ConnectionVcard):
|
||||||
i += 1
|
i += 1
|
||||||
return dic
|
return dic
|
||||||
|
|
||||||
|
def store_metacontacts(self, tags):
|
||||||
|
''' fake empty method '''
|
||||||
|
# serverside metacontacts are not supported with zeroconf
|
||||||
|
# (there is no server)
|
||||||
|
pass
|
||||||
def remove_transfers_for_contact(self, contact):
|
def remove_transfers_for_contact(self, contact):
|
||||||
''' stop all active transfer for contact '''
|
''' stop all active transfer for contact '''
|
||||||
'''for file_props in self.files_props.values():
|
'''for file_props in self.files_props.values():
|
||||||
|
|
Loading…
Reference in New Issue