Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajimgajim
  • gajimgajim
  • Issues
  • #9645
Closed
Open
Issue created Mar 30, 2019 by Sebastiaan Lokhorst@sebastiaanlokhorstContributor

zeroconf_bonjour can not resolve services over IPv6

On my IPv6-only network, Gajim on Linux can see Gajim on MacOS, but not the other way around.

I think this is because in service_resolved_callback(), the call to pybonjour.DNSServiceQueryRecord() only asks for pybonjour.kDNSServiceType_A, while for IPv6 we need pybonjour.kDNSServiceType_AAAA.

The respective bit in the Avahi code seem to get the protocol as an argument in new_service_callback(), but I can't find this in the Bonjour code.

Edited Apr 07, 2019 by Sebastiaan Lokhorst
Assignee
Assign to
Time tracking