Tadashi Okoshi
slash****@users*****
2005年 6月 28日 (火) 20:51:34 JST
Index: affelio/bin/recv_mail_ack.cgi diff -u affelio/bin/recv_mail_ack.cgi:1.2 affelio/bin/recv_mail_ack.cgi:1.3 --- affelio/bin/recv_mail_ack.cgi:1.2 Sun Jun 26 20:46:05 2005 +++ affelio/bin/recv_mail_ack.cgi Tue Jun 28 20:51:34 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: recv_mail_ack.cgi,v 1.2 2005/06/26 11:46:05 slash5234 Exp $ +# $Id: recv_mail_ack.cgi,v 1.3 2005/06/28 11:51:34 slash5234 Exp $ use strict; use lib("../extlib"); @@ -125,7 +125,6 @@ my $ret=""; try{ $ret = reply_HandShake(dest_uri => "$peer_af_id/bin/xml-rpc-serv.cgi", - proto_ver => 1, timestamp => $timestamp, my_nickname => $af->{user__nickname}, my_domain => $af->{user__domain}, @@ -165,7 +164,6 @@ ############################################################################ #Get peer's friends list. $ret = get_F2List(dest_uri => "$peer_af_id/bin/xml-rpc-serv.cgi", - proto_ver => 1, timestamp => 0); debug_print("recv_mail_ack: get_F2List finished."); debug_print("recv_mail_ack: List I've got is [$ret]"); Index: affelio/bin/send_handshake.cgi diff -u affelio/bin/send_handshake.cgi:1.2 affelio/bin/send_handshake.cgi:1.3 --- affelio/bin/send_handshake.cgi:1.2 Tue Jun 21 18:01:48 2005 +++ affelio/bin/send_handshake.cgi Tue Jun 28 20:51:34 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: send_handshake.cgi,v 1.2 2005/06/21 09:01:48 slash5234 Exp $ +# $Id: send_handshake.cgi,v 1.3 2005/06/28 11:51:34 slash5234 Exp $ use strict; use lib("../extlib"); @@ -90,12 +90,6 @@ debug_print("send_HandShake: $target_xml_url\n"); ########################################### -# XXX -# Need to fetch an HTML file from this URL. -# Parse it and distill a URL of the person's HandShake URL. - - -########################################### # Get current time; my $cur_time = get_timestamp(); @@ -124,7 +118,6 @@ my $ret=""; try{ $ret = send_HandShake(dest_uri => $target_xml_url, - proto_ver => 1, timestamp => $cur_time, my_nickname => $af->{user__nickname}, my_AFID => $af->{site__web_root},