mod_component: Look for the correct xmlns (thanks NebuK)

This commit is contained in:
Kim Alvefur 2013-01-27 17:11:45 +01:00
parent f3f1a3c44e
commit d11b41d1dd

View file

@ -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.*>";
};
});