Renamed InstructionStream -> Outbound, using single unified tunnel package, removed XMLGuacamoleServlet

This commit is contained in:
Michael Jumper
2010-11-26 16:55:58 -08:00
parent fc2c888300
commit de219b6773
6 changed files with 24 additions and 167 deletions

View File

@@ -380,7 +380,7 @@ function GuacamoleClient(display) {
// Download self
var xmlhttprequest = new XMLHttpRequest();
xmlhttprequest.open("POST", "instructions");
xmlhttprequest.open("POST", "outbound");
xmlhttprequest.send(null);
return xmlhttprequest;