Skip to content

Commit

Permalink
Expose SessionManager.getSession
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Apr 1, 2020
1 parent f198acb commit fc253f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ protected Integer getMaxQueueSize(int def) {
return def * 10;
}

protected XMPPSession getSession(BareJID jid) {
public XMPPSession getSession(BareJID jid) {
return sessionsByNodeId.get(jid);
}

Expand Down

0 comments on commit fc253f0

Please sign in to comment.