Skip to content

Commit

Permalink
Merge pull request #107 from emqx/rename-emqx
Browse files Browse the repository at this point in the history
chore: rename EMQ X -> EMQX
HJianBo authored Dec 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0716718 + 93d0cfa commit a872367
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
@@ -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.

@@ -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 <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-stomp"}
]}

0 comments on commit a872367

Please sign in to comment.