Skip to content

Commit

Permalink
chore: rename EMQ X -> EMQX
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Dec 27, 2023
1 parent 0716718 commit 93d0cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
emqx-stomp
==========

The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQ X broker.
The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQX broker.

The STOMP clients could PubSub to the MQTT clients.

Expand Down Expand Up @@ -73,5 +73,5 @@ Apache License Version 2.0
Author
------

EMQ X Team.
EMQX Team.

4 changes: 2 additions & 2 deletions src/emqx_stomp.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{application, emqx_stomp,
[{description, "EMQ X Stomp Protocol Plugin"},
[{description, "EMQX Stomp Protocol Plugin"},
{vsn, "git"},
{modules, []},
{registered, [emqx_stomp_sup]},
{applications, [kernel,stdlib]},
{mod, {emqx_stomp,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <[email protected]>"]},
{maintainers, ["EMQX Team <[email protected]>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-stomp"}
]}
Expand Down

0 comments on commit 93d0cfa

Please sign in to comment.