dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Cannot disconnect #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Priority: High

Issue:
No way of returning to the log-in screen after logging in.

Resolution:
Basically, we have to disconnect from the server, empty the local 
conversation and profile data, and return to the log-in screen.

Steps:
1. Modify MainController.disconnect() so that it:
    a) Disconnects from the server,
    b) Resets the model data
    c) Somehow trigger the log-in window to appear again.
2. The calling class should be the file--> exit in buddy list. This should 
hide the buddy list screen, and perhaps it can call the log-in window 
again? Very unsure about where the log-in window should be called.

Original issue reported on code.google.com by kevin.f...@gmail.com on 25 Jun 2009 at 2:41

GoogleCodeExporter commented 8 years ago
tried to solve it on r1013. You might want to change the logout function on
MainController.java

Original comment by shichan....@gmail.com on 25 Jun 2009 at 3:49

GoogleCodeExporter commented 8 years ago
You might want to reset the data/variables/list in model after sign out. Or the 
list
of buddies will overlap

Original comment by shichan....@gmail.com on 25 Jun 2009 at 6:06

GoogleCodeExporter commented 8 years ago
This issue was closed by r1045.

Original comment by kevin.f...@gmail.com on 25 Jun 2009 at 8:14