(Contact c, boolean askSubscribe)
| 2129 | } |
| 2130 | |
| 2131 | public void storeContact(Contact c, boolean askSubscribe) { |
| 2132 | sd.getTheStream().send(RosterDispatcher.QueryRoster(c.getJid(), c.nick, (c.group == null || c.getGroupType() == Groups.TYPE_NOT_IN_LIST) ? SR.MS_GENERAL : c.group.name, null)); |
| 2133 | if (askSubscribe) { |
| 2134 | doSubscribe(c); |
| 2135 | } |
| 2136 | } |
| 2137 | |
| 2138 | public void loginMessage(String msg, int pos) { |
| 2139 | setProgress(msg, pos); |
no test coverage detected