From 93d0cfa0c9b9c2b8354f96da283390acc4285fa1 Mon Sep 17 00:00:00 2001 From: JianBo He <heeejianbo@gmail.com> Date: Wed, 27 Dec 2023 14:58:29 +0800 Subject: [PATCH] chore: rename EMQ X -> EMQX --- README.md | 4 ++-- src/emqx_stomp.app.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec841b1..fcade73 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/emqx_stomp.app.src b/src/emqx_stomp.app.src index b14c660..e0ac881 100644 --- a/src/emqx_stomp.app.src +++ b/src/emqx_stomp.app.src @@ -1,5 +1,5 @@ {application, emqx_stomp, - [{description, "EMQ X Stomp Protocol Plugin"}, + [{description, "EMQX Stomp Protocol Plugin"}, {vsn, "git"}, {modules, []}, {registered, [emqx_stomp_sup]}, @@ -7,7 +7,7 @@ {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"} ]}