Mercurial > pidgin.yaz
changeset 4357:367fc70fe4f7
[gaim-migrate @ 4623]
<GaimBot> The correct capitalization is "Gaim" or "gaim." "GAIM" is avoided for legal reasons.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 20 Jan 2003 06:28:08 +0000 |
parents | 6d277ffb6daa |
children | 2b8abf7f9cc1 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Mon Jan 20 05:32:50 2003 +0000 +++ b/src/protocols/jabber/jabber.c Mon Jan 20 06:28:08 2003 +0000 @@ -2311,7 +2311,7 @@ { struct gaim_connection *gc = new_gaim_conn(user); struct jabber_data *jd = gc->proto_data = g_new0(struct jabber_data, 1); - char *loginname = create_valid_jid(user->username, DEFAULT_SERVER, "GAIM"); + char *loginname = create_valid_jid(user->username, DEFAULT_SERVER, "Gaim"); jd->buddies = g_hash_table_new(g_str_hash, g_str_equal); jd->chats = NULL; /* we have no chats yet */ @@ -4116,7 +4116,7 @@ { struct gaim_connection *gc = new_gaim_conn(au); struct jabber_data *jd = gc->proto_data = g_new0(struct jabber_data, 1); - char *loginname = create_valid_jid(au->username, DEFAULT_SERVER, "GAIM"); + char *loginname = create_valid_jid(au->username, DEFAULT_SERVER, "Gaim"); /* * These do nothing during registration