Documentations patch attached. The msncam.py was mentioning filetransfers.
Index: msncam.tcl =================================================================== --- msncam.tcl (revision 11867) +++ msncam.tcl (working copy) @@ -101,7 +101,7 @@ #////////////////////////////////////////////////////////////////////////////// # CamCanceled ( chat sid ) - # This function is called when a file transfer is canceled by the remote contact + # This function is called when a cam conversation is canceled by the remote contact proc CamCanceled { chatid sid } { set grabber [getObjOption $sid grabber] set window [getObjOption $sid window] @@ -181,7 +181,7 @@ #////////////////////////////////////////////////////////////////////////////// # CancelFT ( chatid sid ) - # This function is called when a file transfer is canceled by the user + # This function is called when a cam conversation is canceled by the user proc CancelCam { chatid sid } { set session_data [::MSNP2P::SessionList get $sid] @@ -216,7 +216,7 @@ #////////////////////////////////////////////////////////////////////////////// # RejectFT ( chatid sid branchuid uid ) - # This function is called when a file transfer is rejected/canceled + # This function is called when a cam conversation is rejected/canceled proc RejectFT { chatid sid branchuid uid } { # All we need to do is send a DECLINE set slpdata [::MSNP2P::MakeMSNSLP "DECLINE" [lindex [::MSNP2P::SessionList get $sid] 3] [::config::getKey login] $branchuid 1 $uid 0 0 $sid] @@ -236,7 +236,7 @@ #////////////////////////////////////////////////////////////////////////////// # AcceptFT ( chatid dest branchuid cseq uid sid filename1 ) - # This function is called when a file transfer is accepted by the user (local) + # This function is called when a cam conversation is accepted by the user (local) proc AcceptWebcam { chatid dest branchuid cseq uid sid producer} { setObjOption $sid producer $producer
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel