Author: zhen Date: Wed Mar 12 21:56:29 2008 New Revision: 636628 URL: http://svn.apache.org/viewvc?rev=636628&view=rev Log: Another ugly hack to support _IG_AdjustIFrameHeight and requestNavigateTo using legacy IFPC relay.
Modified: incubator/shindig/trunk/features/rpc/rpc.js Modified: incubator/shindig/trunk/features/rpc/rpc.js URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/rpc/rpc.js?rev=636628&r1=636627&r2=636628&view=diff ============================================================================== --- incubator/shindig/trunk/features/rpc/rpc.js (original) +++ incubator/shindig/trunk/features/rpc/rpc.js Wed Mar 12 21:56:29 2008 @@ -274,7 +274,7 @@ if (useLegacyProtocol[targetId]) { // #iframe_id&callId&num_packets&packet_num&block_of_data src = [relay, '#', encodeLegacyData([from, callId, 1, 0, - encodeLegacyData([from, serviceName, null, null].concat( + encodeLegacyData([from, serviceName, '', '', from].concat( Array.prototype.slice.call(arguments, 3)))])].join(''); } else { // # targetId & [EMAIL PROTECTED] & packetNum & packetId & packetData