Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ start
Method
start
jnode-xmpp-module/src/org/jnode/xmpp/XMPPModule.java:46–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
void
start() {
48
synchronized (client) {
49
while
(true) {
50
logger.l3(
"Running XMPP client..."
);
51
client.run();
52
try {
53
client.wait();
54
} catch (InterruptedException e) {
55
}
56
}
57
}
58
}
59
60
}
Callers
nothing calls this directly
Calls
2
l3
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected