diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e67cec6..3bcea78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: web-chat, noise-js, noise-rtc, - relay-chat + relay-direct-chat ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 891dc78..3166244 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { stage('web-chat') { steps { script { buildExample() } } } stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } - stage('relay-chat') { steps { script { buildExample() } } } + stage('relay-direct-chat') { steps { script { buildExample() } } } } } diff --git a/examples/relay-chat/README.md b/examples/relay-direct-chat/README.md similarity index 89% rename from examples/relay-chat/README.md rename to examples/relay-direct-chat/README.md index 4fa8895..db9ce5d 100644 --- a/examples/relay-chat/README.md +++ b/examples/relay-direct-chat/README.md @@ -1,15 +1,15 @@ -# Using Waku Relay WebRTC +# Direct WebRTC connection for Waku Relay **Demonstrates**: - Waku Relay node with direct WebRTC connection - Pure Javascript/HTML. -This example uses Waku Filter to listen to messages and Waku Light Push to send messages. +This example uses WebRTC transport and Waku Relay to exchange messages. To test the example run `npm install` and then `npm start`. -The `master` branch's HEAD is deployed at https://examples.waku.org/relay-chat/. +The `master` branch's HEAD is deployed at https://examples.waku.org/relay-direct-chat/. ### Steps to run an example: 1. Get a Waku node that implements `/libp2p/circuit/relay/0.2.0/hop` and `/libp2p/circuit/relay/0.2.0/stop` diff --git a/examples/relay-chat/favicon.ico b/examples/relay-direct-chat/favicon.ico similarity index 100% rename from examples/relay-chat/favicon.ico rename to examples/relay-direct-chat/favicon.ico diff --git a/examples/relay-chat/favicon.png b/examples/relay-direct-chat/favicon.png similarity index 100% rename from examples/relay-chat/favicon.png rename to examples/relay-direct-chat/favicon.png diff --git a/examples/relay-chat/index.html b/examples/relay-direct-chat/index.html similarity index 98% rename from examples/relay-chat/index.html rename to examples/relay-direct-chat/index.html index e5cb989..15ef9b2 100644 --- a/examples/relay-chat/index.html +++ b/examples/relay-direct-chat/index.html @@ -3,7 +3,7 @@
-