diff options
author | Badlop <badlop@process-one.net> | 2009-08-11 11:22:57 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-08-11 11:22:57 +0000 |
commit | 3eaf796cca1eefb274d78e09f693369c9de856a1 (patch) | |
tree | 1602722dc09d2cb9640bdf61b0f7ce2d99b01f7c /src | |
parent | STUN support is now documented (diff) |
More documentation for STUN server.
* Add stun listener to example config file, disabled.
* Improve enumeration of listeners options
* Mention STUN in release notes
* Mention new STUN listener in release notes
* Mention new network protocol syntax in release notes
SVN Revision: 2454
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd.cfg.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index a91c3945a..a4bedb81a 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -149,6 +149,11 @@ %% } %% ]}, + %% + %% ejabberd_stun: Handles STUN Binding requests + %% + %%{{3478, udp}, ejabberd_stun, []}, + {5280, ejabberd_http, [ %%{request_handlers, %% [ |