*/
private void openCannel() {
try {
this.in = new ObjectInputStream(s.getInputStream());
NEGreatingMessage g = (NEGreatingMessage) in.readObject();
this.contactName = g.username;
} catch (IOException e) {
e.printStackTrace();
} catch (ClassNotFoundException e) {
e.printStackTrace();