Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 176
    • Issues 176
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Issues
  • #735

Closed
Open
Created Aug 20, 2005 by anonymous@anonymous

SRV lookups can return s2s results

Current xmpp.transports does two possible SRV queries, one of which is meant for s2s connections (legacy s2s connections at that). My work server answered _jabber._tcp. with the3 correct s2s port 5269, which gajim was obviously not expecting to connect with. A simple patch, for now, is to remove this query (see attachment). Another is bug is that this SRV lookup prevents custom ports from being used if one of the queries returns a result. The patch does not address this.

Assignee
Assign to
Time tracking