Skip to content
Snippets Groups Projects
Commit a0399179 authored by sb's avatar sb
Browse files

filter own service again, users should not see themselves in the roster

parent 479abe8c
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ class Zeroconf:
print "Error:", str(err)
def new_service_callback(self, interface, protocol, name, stype, domain, flags):
if True:
#XXX name != self.name
# we don't want to see ourselves in the list
if name != self.name:
# print "Found service '%s' in domain '%s' on %i.%i." % (name, domain, interface, protocol)
#synchronous resolving
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment