askClosesession
Este commit está contenido en:
padre
e3cc932bf5
commit
21b447fe98
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
|
@ -379,6 +379,9 @@ public class Controller {
|
|||
return history;
|
||||
}
|
||||
|
||||
public void askCloseSession() {
|
||||
this.activeChat = null;
|
||||
}
|
||||
public void closeSession(Chat c) {
|
||||
sendMessage(new Msg_Text(myUser.getAddIP(),"end"), c); // tell rm session STOP
|
||||
JOptionPane.showMessageDialog(null ,"Close session with "+c.getRemoteUser().getPseudo()+" loading history");
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia