STUN and TURN discovery for ejabberd #159

Closed
opened 2020-04-25 10:10:59 +00:00 by raucao · 2 comments
Owner

Apparently planned for the upcoming 20.05 release.

These notes by the Conversations author contain info on testing.

Apparently planned for the upcoming 20.05 release. [These notes by the Conversations author](https://gist.github.com/iNPUTmice/a28c438d9bbf3f4a3d4c663ffaa224d9) contain info on testing.
raucao added a new dependency 2020-04-25 10:11:08 +00:00
Author
Owner
Relevant PR: https://github.com/processone/ejabberd/pull/3235
Author
Owner

Ahem, the notes were revised, because this has already been released as part of 20.04:

https://www.process-one.net/blog/ejabberd-20-04/

Example listen config:

    port: 3478
    transport: udp
    module: ejabberd_stun
    use_turn: true
    ## The server's public IPv4 address:
    # turn_ip: 203.0.113.3

Also, apparently ejabberd has built-in STUN/TURN support now! (No need for #158.)

The new module to enable is:

    mod_stun_disco: {}
Ahem, the notes were [revised](https://gist.github.com/iNPUTmice/a28c438d9bbf3f4a3d4c663ffaa224d9/revisions), because this has already been released as part of 20.04: https://www.process-one.net/blog/ejabberd-20-04/ Example `listen` config: ``` port: 3478 transport: udp module: ejabberd_stun use_turn: true ## The server's public IPv4 address: # turn_ip: 203.0.113.3 ``` Also, apparently ejabberd has built-in STUN/TURN support now! (No need for #158.) The new module to enable is: ``` mod_stun_disco: {} ```
greg closed this issue 2020-05-02 12:43:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: kosmos/chef#159
No description provided.