()
| 1190 | } |
| 1191 | |
| 1192 | public void sendVCardReq() { |
| 1193 | querysign = false; |
| 1194 | if (vCardQueue != null) { |
| 1195 | if (!vCardQueue.isEmpty()) { |
| 1196 | JabberDataBlock req = (JabberDataBlock) vCardQueue.lastElement(); |
| 1197 | vCardQueue.removeElement(req); |
| 1198 | //System.out.println(k.nick); |
| 1199 | sd.getTheStream().send(req); |
| 1200 | querysign = true; |
| 1201 | } |
| 1202 | } |
| 1203 | updateMainBar(); |
| 1204 | } |
| 1205 | |
| 1206 | public void loginFailed(String error) { |
| 1207 | myStatus = Presence.PRESENCE_OFFLINE; |
no test coverage detected