From 5b31eb26d7ddfedf8e96c47f3dd6519c2521abdf Mon Sep 17 00:00:00 2001
From: Namdak Tonpa
Date: Fri, 9 Oct 2020 04:41:55 +0300
Subject: [PATCH] 7.10.0
---
README.md | 1 -
index.html | 5 +-
man/n2o_cowboy2.htm | 53 ---------------------
man/n2o_stream.htm | 105 -----------------------------------------
mix.exs | 2 +-
src/n2o.app.src | 2 +-
src/ws/n2o_cowboy.erl | 29 ++++++++----
src/ws/n2o_cowboy2.erl | 27 -----------
src/ws/n2o_stream.erl | 48 -------------------
9 files changed, 25 insertions(+), 247 deletions(-)
delete mode 100644 man/n2o_cowboy2.htm
delete mode 100644 man/n2o_stream.htm
delete mode 100644 src/ws/n2o_cowboy2.erl
delete mode 100644 src/ws/n2o_stream.erl
diff --git a/README.md b/README.md
index 4822fce5..a54b5fde 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@ N2O Loop is directly connected and runned inside context of WebSocket handler.
Usually in Erlang we use `syn` or `gproc` OTP message buses.
As such buses are optional in MQTT setup we include bus drivers in WebSocket package.
-* [n2o_stream](https://ws.n2o.dev/man/n2o_stream.htm) — COWBOY and XHR bridge
* [n2o_ws](https://ws.n2o.dev/man/n2o_ws.htm) — N2O WebSocket Virtual Node
* [n2o_heart](https://ws.n2o.dev/man/n2o_heart.htm) — PING protocol
* [n2o_cowboy](https://ws.n2o.dev/man/n2o_cowboy.htm) — COWBOY API
diff --git a/index.html b/index.html
index 808805d1..d5724cd0 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,7 @@ SYNOPSIS
The list of MQTT specific modules:
- n2o_auth — N2O MQTT Authentication
: MQTT auth module — 1KB
- - n2o_mqtt — MQTT DHT Virtual Node
+ - n2o_mqtt — MQTT DHT Processing Node
@@ -112,9 +112,8 @@ SYNOPSIS
handler that routes all incoming messages to N2O.
The list of WebSocket specific modules: