CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/03/13 15:42:58
Modified files:
net/bitlbee : Makefile
Added files:
net/bitlbee/patches: patch-configure patch-lib_misc_c
Log message:
Add two patches to fix jabber connections on accounds where the id domain
(ie [email protected]) is different from the server's fqdn (ie xmpp.example.com),
which is the case of Google Talk.
If the SRV records are properly configured (as detailed here:
http://wiki.xmpp.org/web/SRV_Records) you dont need to set the server
anymore in bitlbee, it will do the dns lookup and automagically connect
to the right server. Note that the purple FLAVOR doesn't exhibit this
bug.
This is needed until someone adds the ns_*parse* family of functions from
BIND8 to our resolver (asr? any takers?)
>From Daniel Levai (thanks!), tested by myself & looks good to sthen@.