comparison src/protocols/bonjour/jabber.h @ 11984:59494e5f7fdf

[gaim-migrate @ 14277] Better default account values (read in the username from /etc/passwd... not sure what'll happen with this on Windows. I imagine it'll get the username from the sytem somewhere?) for Bonjour, and I think I fixed a crash when adding two Bonjour accounts on the same computer. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Nov 2005 20:45:35 +0000
parents b91a84e7cbcb
children 425e0f861e88
comparison
equal deleted inserted replaced
11983:39f2aa4350d8 11984:59494e5f7fdf
37 typedef struct _BonjourJabber 37 typedef struct _BonjourJabber
38 { 38 {
39 gint port; 39 gint port;
40 gint socket; 40 gint socket;
41 gint watcher_id; 41 gint watcher_id;
42 char* name;
43 GaimAccount* account; 42 GaimAccount* account;
44 } BonjourJabber; 43 } BonjourJabber;
45 44
46 typedef struct _BonjourJabberConversation 45 typedef struct _BonjourJabberConversation
47 { 46 {