(String myJid)
| 1316 | } |
| 1317 | |
| 1318 | public void bindResource(String myJid) { |
| 1319 | Contact self = selfContact(); |
| 1320 | self.jid = this.myJid = new Jid(myJid); |
| 1321 | } |
| 1322 | |
| 1323 | //#ifdef CLIENTS_ICONS |
| 1324 |
nothing calls this directly
no test coverage detected