https://github.com/hyperlink/xmpp-s2s-test
Resources to test node xmpp s2s
https://github.com/hyperlink/xmpp-s2s-test
Last synced: 10 months ago
JSON representation
Resources to test node xmpp s2s
- Host: GitHub
- URL: https://github.com/hyperlink/xmpp-s2s-test
- Owner: hyperlink
- Created: 2016-05-20T15:34:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T19:46:30.000Z (over 9 years ago)
- Last Synced: 2025-06-01T18:18:02.341Z (about 1 year ago)
- Language: Lua
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test
Ran into some issues getting S2S to work over TLS either using dialback or SASL EXTERNAL authentication.
## Setup
I have a [repo](https://github.com/hyperlink/xmpp-s2s-test) with all the resource to test this already configured (For OS X with docker-machine).
This is to test against the integrated SASL branch I have located [here](https://github.com/hyperlink/server/tree/integrated-sasl-fixes)
If you need to update the [bind server](https://github.com/sameersbn/docker-bind) you can do so through the web admin interface: `https://:10000/` Login with the username `root` and password `password`
## Steps to reproduce
```
DEBUG=xmpp:* node tls-sasl-test.js
```