(int status)
| 636 | } |
| 637 | |
| 638 | public void setStatus(int status) { |
| 639 | setIncoming(0); |
| 640 | this.status = status; |
| 641 | if (status >= Presence.PRESENCE_OFFLINE) { |
| 642 | acceptComposing = false; |
| 643 | } |
| 644 | } |
| 645 | |
| 646 | public void markDelivered(String id) { |
| 647 | if (id == null) { |
no test coverage detected