From d3e8b506628814fef72d1e1a991c0137da711a14 Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 12 Mar 2018 00:52:01 -0700 Subject: [PATCH] Updated NATS Channels (markdown) --- NATS-Channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NATS-Channels.md b/NATS-Channels.md index 8fdcea5..d9722ea 100644 --- a/NATS-Channels.md +++ b/NATS-Channels.md @@ -1,6 +1,6 @@ Note that NATS is currently on an experimental branch -PUB and SUB are from the perspective of a third party client. So, if PUB is yes, that means it is expected that a third party client will publish messages to this channel, and it is the emulator's responsibility to subscribe to the message (and reply if the channel is designed this way). +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)