
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@startinblox/component-chat
Advanced tools
Solid XMPP Chat is an XMPP client based on Web Component and the ConverseJS library.
The goal of Solid XMPP Chat, and its family of web components, is to allow you to deploy a chat on your application by adding a single <solid-xmpp-chat> tag to your HTML, let alone the configuration of the XMPP server.
You'll need a DjangoLDP server with at least djangoldp-account and a Prosody server with custom-modules.
You can use the solid-xmpp-chat component:
<html>
<head>
<!-- import the module in the head of the page -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/component-chat/"></script>
</head>
<body>
<!-- use the component -->
<solid-xmpp-chat data-src="[url]"
data-websocket-url="[your_prosody_url]">
</solid-xmpp-chat>
</body>
</html>
Notes that the "[url]" should be replace by your code fragment api link. It could be an user or any resource with a foaf:jabberID.
| Name | Default | Description |
|---|---|---|
data-src | undefined | URL of any resource with a foaf:jabberID |
data-websocket-url | wss://jabber.happy-dev.fr/xmpp-websocket | Websocket URL of your Prosody with custom-modules. |
Installation:
npm install
Build with:
npm run build
Watch files & rebuild on change with this command:
npm run watch
Well done !
FAQs
Solid XMPP Chat Web Component
We found that @startinblox/component-chat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.