comparison src/protocols/bonjour/dns_sd.h @ 13909:8264f52a1142

[gaim-migrate @ 16406] More of sf patch #1490646, from Jonty Wareing & Jono Cole "The screen name + hostname of the sending user is sent in the outgoing jabber message, fixing a sporadic problem with iChat. The port in use has been fixed to the one described in the Bonjour specification and can no longer be changed in the prpl preferences - modifiying this just stops the client from being able to start a chat. The option for a buddy icon has been removed for now as no code actually uses it yet - we plan to change this in the future. This update also introduces automatic local port retry for up to ten attempts if the port is in use (e.g. if multiple instances of gaim are running)." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Jul 2006 00:37:41 +0000
parents fc464a0abccc
children
comparison
equal deleted inserted replaced
13908:cab785a7c766 13909:8264f52a1142
19 19
20 #include <howl.h> 20 #include <howl.h>
21 #include <glib.h> 21 #include <glib.h>
22 #include "account.h" 22 #include "account.h"
23 23
24 #define BONJOUR_DEFAULT_PORT "5298"
25 #define BONJOUR_DEFAULT_PORT_INT 5298
26 #define ICHAT_SERVICE "_presence._tcp." 24 #define ICHAT_SERVICE "_presence._tcp."
27 25
28 /** 26 /**
29 * Data to be used by the dns-sd connection. 27 * Data to be used by the dns-sd connection.
30 */ 28 */