Re: Invalid Option Code: 91 (org.apache.commons.net.telnet.SimpleOptionHandler)

2003-05-29 Thread cthulhu
Well, i found a hack who solves it. I changed public static int NEW_ENVIRONMENT_VARIABLES = 39; to public static int NEW_ENVIRONMENT_VARIABLES = 100; in the TelnetOption class and now it works :) Shouldn't be there a better way to handle this? Marco cthulhu wrote: Hi, I'm absolutely new

Invalid Option Code: 91 (org.apache.commons.net.telnet.SimpleOptionHandler)

2003-05-27 Thread cthulhu
Hi, I'm absolutely new to telnet, I have readen the RFC and more or less understood it. I'm playing around with a MUD client and want to answer the server that i can handle MXP. From some docs I'have found the telnet negotiation should work in the following way: (Sent from server to client)