- Timestamp:
- 2010-05-16T09:46:27Z (15 years ago)
- Branches:
- master
- Children:
- 2334048
- Parents:
- 6be46b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r6be46b3 rd4bc2d9 1030 1030 m = g_list_append(m, exch); 1031 1031 1032 g_snprintf( txt, 1024, "Got an invitation to chatroom %s from %s: %s", name, userinfo->sn, args->msg);1032 g_snprintf(txt, 1024, "Got an invitation to chatroom %s from %s: %s", name, userinfo->sn, args->msg); 1033 1033 1034 1034 inv->ic = ic; … … 1036 1036 inv->name = g_strdup(name); 1037 1037 1038 imcb_ask( 1038 imcb_ask(ic, txt, inv, oscar_accept_chat, oscar_reject_chat); 1039 1039 1040 1040 if (name) 1041 1041 g_free(name); 1042 } else if (args->reqclass & AIM_CAPS_ICQRTF) { 1043 // TODO: constify 1044 char *text = g_strdup(args->info.rtfmsg.rtfmsg); 1045 imcb_buddy_msg(ic, normalize(userinfo->sn), text, 0, 0); 1042 1046 } 1043 1047
Note: See TracChangeset
for help on using the changeset viewer.