mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_component: Look for the correct xmlns (thanks NebuK)
This commit is contained in:
parent
f3f1a3c44e
commit
d11b41d1dd
1 changed files with 1 additions and 1 deletions
|
@ -313,6 +313,6 @@ module:provides("net", {
|
|||
listener = listener;
|
||||
default_port = 5347;
|
||||
multiplex = {
|
||||
pattern = "^<.*:stream.*%sxmlns%s*=%s*(['\"])jabber:component%1.*>";
|
||||
pattern = "^<.*:stream.*%sxmlns%s*=%s*(['\"])jabber:component:accept%1.*>";
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue