mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
10 lines
119 B
Text
10 lines
119 B
Text
return {
|
|
_all = {
|
|
},
|
|
default = {
|
|
["exclude-tags"] = "mod_bosh";
|
|
},
|
|
bosh = {
|
|
tags = "mod_bosh";
|
|
}
|
|
}
|