Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conversejs/converse.js
/ error
Method
error
src/headless/plugins/disco/entities.js:20–23 ·
view source on GitHub ↗
(_m, e)
Source
from the content-addressed store, hash-verified
18
add: true,
19
success: resolve,
20
error (_m, e) {
21
log.error(e);
22
reject (
new
Error(
"Could not fetch disco entities"
));
23
}
24
});
25
});
26
}
Callers
15
getLoginCredentialsFromURL
Function · 0.80
getLoginCredentialsFromBrowser
Function · 0.80
setLogLevelFromRoute
Function · 0.80
handler
Function · 0.80
initConverse
Function · 0.80
sendMarker
Function · 0.80
sendChatState
Function · 0.80
parseXForm
Function · 0.80
queueMessage
Method · 0.80
sendMessage
Method · 0.80
clearMessages
Method · 0.80
handleErrorMessageStanza
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected