mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Backout unintentional commit ed5440a6ef7f
This commit is contained in:
parent
83032c9942
commit
46aa864c3d
1 changed files with 7 additions and 1 deletions
|
@ -158,7 +158,13 @@ module:provides("net", {
|
|||
listener = server.listener;
|
||||
default_port = 5281;
|
||||
encryption = "ssl";
|
||||
ssl_config = default_ssl_config;
|
||||
ssl_config = {
|
||||
verify = {
|
||||
peer = false,
|
||||
client_once = false,
|
||||
"none",
|
||||
}
|
||||
};
|
||||
multiplex = {
|
||||
pattern = "^[A-Z]";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue