MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setStatus

Method setStatus

src/main/java/Client/Contact.java:638–644  ·  view source on GitHub ↗
(int status)

Source from the content-addressed store, hash-verified

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) {

Callers 9

blockArrivedMethod · 0.95
getContactMethod · 0.95
sendPresenceMethod · 0.95
roomOfflineMethod · 0.95
deleteContactMethod · 0.95
processPresenceMethod · 0.80
initMucMethod · 0.80
makeRosterOfflineMethod · 0.80
processErrorMethod · 0.80

Calls 1

setIncomingMethod · 0.95

Tested by

no test coverage detected