mattermost-plugin-bridge-xmpp/server/xmpp
Felipe Martin 5d81ca2154
fix: implement direct TCP connection to bypass DNS SRV discovery issues
- Add parseServerAddress helper to handle both URL and host:port formats
- Replace DialClientSession with NewClientSession and direct net.Dialer
- Bypass DNS SRV record lookups that were causing connection timeouts
- Support both simple host:port (localhost:5222) and URL formats
- Add proper error handling and connection cleanup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:37:23 +02:00
..
client.go fix: implement direct TCP connection to bypass DNS SRV discovery issues 2025-08-05 19:37:23 +02:00