Author: johnh
Date: Wed May 27 19:14:34 2009
New Revision: 779279

URL: http://svn.apache.org/viewvc?rev=779279&view=rev
Log:
Small fix for legacy packet format in IFPC.


Modified:
    
incubator/shindig/trunk/features/src/main/javascript/features/rpc/ifpc.transport.js

Modified: 
incubator/shindig/trunk/features/src/main/javascript/features/rpc/ifpc.transport.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/rpc/ifpc.transport.js?rev=779279&r1=779278&r2=779279&view=diff
==============================================================================
--- 
incubator/shindig/trunk/features/src/main/javascript/features/rpc/ifpc.transport.js
 (original)
+++ 
incubator/shindig/trunk/features/src/main/javascript/features/rpc/ifpc.transport.js
 Wed May 27 19:14:34 2009
@@ -139,7 +139,7 @@
         // Format: #iframe_id&callId&num_packets&packet_num&block_of_data
         var callArgs = rpc.a;
         src = [relay, '#', encodeLegacyData([from, callId, 1, 0,
-               encodeLegacyData([from, serviceName, '', '', from].concat(
+               encodeLegacyData([from, rpc.s, '', '', from].concat(
                  callArgs))])].join('');
       } else {
         // Format: #targetId & sourc...@callid & packetNum & packetId & 
packetData


Reply via email to