Got cluster chat support working. Made it an invocation service rather

than a place service (which may be changed back when place services
improve or I may change the main chat stuff to be an invocation service).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@803 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-16 21:02:18 +00:00
parent 4f716cd540
commit 1c02c2d6f4
6 changed files with 151 additions and 68 deletions
@@ -1,5 +1,5 @@
//
// $Id: SpotCodes.java,v 1.2 2001/12/14 23:12:39 mdb Exp $
// $Id: SpotCodes.java,v 1.3 2001/12/16 21:02:18 mdb Exp $
package com.threerings.whirled.spot.client;
@@ -41,6 +41,6 @@ public interface SpotCodes extends ChatCodes, SceneCodes
* generated by a failed changeLoc request. */
public static final String LOCATION_OCCUPIED = "m.location_occupied";
/** The message identifier for a cluster speak request message. */
public static final String CLUSTER_SPEAK_REQUEST = "cspkreq";
/** The message identifier for a cluster speak request. */
public static final String CLUSTER_SPEAK_REQUEST = "ClusterSpeak";
}