comparison src/protocols/bonjour/bonjour.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 27ed05facc71
children
comparison
equal deleted inserted replaced
13908:cab785a7c766 13909:8264f52a1142
38 38
39 #define BONJOUR_STATUS_ID_OFFLINE "offline" 39 #define BONJOUR_STATUS_ID_OFFLINE "offline"
40 #define BONJOUR_STATUS_ID_AVAILABLE "available" 40 #define BONJOUR_STATUS_ID_AVAILABLE "available"
41 #define BONJOUR_STATUS_ID_AWAY "away" 41 #define BONJOUR_STATUS_ID_AWAY "away"
42 42
43 #define BONJOUR_DEFAULT_PORT_INT 5298
44
43 typedef struct _BonjourData 45 typedef struct _BonjourData
44 { 46 {
45 BonjourDnsSd *dns_sd_data; 47 BonjourDnsSd *dns_sd_data;
46 BonjourJabber *jabber_data; 48 BonjourJabber *jabber_data;
47 } BonjourData; 49 } BonjourData;