fix: correct plugin ID in manifest

Updates plugin ID to match proper naming convention from
com.mattermost.bridge-xmpp to com.mattermost.plugin-bridge-xmpp.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Felipe M 2025-08-01 18:30:27 +02:00
parent 2e13d96dce
commit a5eb80817c
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A

View file

@ -1,5 +1,5 @@
{
"id": "com.mattermost.bridge-xmpp",
"id": "com.mattermost.plugin-bridge-xmpp",
"name": "Mattermost Bridge for XMPP",
"description": "This plugin provides a bridge connecting Mattermost and XMPP servers.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-bridge-xmpp",