comparison libpurple/protocols/oscar/peer.c @ 16439:08db93bbd798

Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 26 Apr 2007 12:25:49 +0000
parents 32c366eeeb99
children 648551e3243a
comparison
equal deleted inserted replaced
16435:a46a0362dc34 16439:08db93bbd798
1014 _("This requires a direct connection between " 1014 _("This requires a direct connection between "
1015 "the two computers and is necessary for IM " 1015 "the two computers and is necessary for IM "
1016 "Images. Because your IP address will be " 1016 "Images. Because your IP address will be "
1017 "revealed, this may be considered a privacy " 1017 "revealed, this may be considered a privacy "
1018 "risk."), 1018 "risk."),
1019 PURPLE_DEFAULT_ACTION_NONE, conn, 2, 1019 PURPLE_DEFAULT_ACTION_NONE,
1020 account, sn, NULL,
1021 conn, 2,
1020 _("_Connect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), 1022 _("_Connect"), G_CALLBACK(peer_connection_got_proposition_yes_cb),
1021 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); 1023 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb));
1022 } 1024 }
1023 else if (args->type == OSCAR_CAPABILITY_SENDFILE) 1025 else if (args->type == OSCAR_CAPABILITY_SENDFILE)
1024 { 1026 {