From 827e7901322c75560113a4c1127d2149ccaf298b Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 08:29:43 -0400 Subject: [PATCH] Destroyed NATS Channels (markdown) --- NATS-Channels.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 NATS-Channels.md diff --git a/NATS-Channels.md b/NATS-Channels.md deleted file mode 100644 index c15e904..0000000 --- a/NATS-Channels.md +++ /dev/null @@ -1,19 +0,0 @@ -Note that NATS is currently on an experimental branch - -IN and OUT are from the perspective of a eqemu. So, if IN is yes, that means it is expected that a third party client will request messages to this channel, If OUT is yes, that means you can subscribe as a third party and get a feed of data. - -### Global Scoped -* **global.admin_message.out** - eqproto::AdminMessage - Admin related communication. This is called from both zone and world, and may contain sensitive information, designed to be sent to an administrator-only channel. (hacker, zone bootup, new account creations, etc) - -### World Scoped -* **world.command_message.in** - eqproto::CommandMessage - Send a command. Commands are as follows: -* who - Who is currently online -* **world.channel_message.out** - eqproto::ChannelMessage - Any world-wide messages are broadcasted - -### Zone Scoped -* **zone.ecommons.channel_message.in** - eqproto::ChannelMessage - Send a channel message to zone -* **zone.ecommons.channel_message.in** - eqproto::CommandMessage - Send a command message to zone - -* zone.ecommons.entity.event.#|No|Yes|EntityEvent|Subscribe to events from entity # -* zone.ecommons.entity.list|Yes|No|Entities|Request reply of a list of all entities -* zone.ecommons.channel_message|Yes|No|ChannelMessage|Send a channel message to all provided zone \ No newline at end of file