222324252627282930
case DigitalText: if(cs.port == 6112) { cs.server = "koolaid.sidoh.org"; cs.port = 1460; } return new DTConnection(cs, profile); } return null; }