()
| 1005 | } |
| 1006 | |
| 1007 | public boolean isLoggedIn() { |
| 1008 | if (sd.getTheStream() == null) { |
| 1009 | return false; |
| 1010 | } |
| 1011 | return sd.getTheStream().loggedIn; |
| 1012 | } |
| 1013 | |
| 1014 | public Contact selfContact() { |
| 1015 | return myJid == null ? null : getContact(myJid.toString(), false); |
no test coverage detected