Author: etnu
Date: Tue Feb 19 15:10:43 2008
New Revision: 629267
URL: http://svn.apache.org/viewvc?rev=629267&view=rev
Log:
Reverted ifpc_relay to rpc_relay (regression from last patch).
Modified:
incubator/shindig/trunk/config/syndicator.js
Modified: incubator/shindig/trunk/config/syndicator.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/config/syndicator.js?rev=629267&r1=629266&r2=629267&view=diff
==============================================================================
--- incubator/shindig/trunk/config/syndicator.js (original)
+++ incubator/shindig/trunk/config/syndicator.js Tue Feb 19 15:10:43 2008
@@ -66,7 +66,7 @@
"rpc" : {
// This should never be on the same host in a production environment!
// Only use this for TESTING!
- "parentRelayUrl" : "files/container/ifpc_relay.html",
+ "parentRelayUrl" : "files/container/rpc_relay.html",
"useLegacyProtocol" : false,
},
}}