GUACAMOLE-47: Change new token names to something more descriptive.

This commit is contained in:
Nick Couchman
2017-01-25 13:03:28 -05:00
parent ac08688996
commit 44a197c762

View File

@@ -45,12 +45,12 @@ public class StandardTokens {
/** /**
* The name of the client token added via addStandardTokens(). * The name of the client token added via addStandardTokens().
*/ */
public static final String REMHOST_TOKEN = "GUAC_REMHOST"; public static final String REMHOST_TOKEN = "GUAC_CLIENT_HOSTNAME";
/** /**
* The IP of the client token added via addStandardTokens(). * The IP of the client token added via addStandardTokens().
*/ */
public static final String REMIP_TOKEN = "GUAC_REMIP"; public static final String REMIP_TOKEN = "GUAC_CLIENT_ADDRESS";
/** /**
* The name of the date token (server-local time) added via * The name of the date token (server-local time) added via