Software /
code /
prosody
Comparison
plugins/mod_component.lua @ 5316:310c7e5bb906
mod_component: Look for the correct xmlns (thanks NebuK)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 Jan 2013 17:11:45 +0100 |
parent | 5306:10bc0e2aa55e |
child | 5370:7838acadb0fa |
comparison
equal
deleted
inserted
replaced
5315:abf1a926d0da | 5316:310c7e5bb906 |
---|---|
311 name = "component"; | 311 name = "component"; |
312 private = true; | 312 private = true; |
313 listener = listener; | 313 listener = listener; |
314 default_port = 5347; | 314 default_port = 5347; |
315 multiplex = { | 315 multiplex = { |
316 pattern = "^<.*:stream.*%sxmlns%s*=%s*(['\"])jabber:component%1.*>"; | 316 pattern = "^<.*:stream.*%sxmlns%s*=%s*(['\"])jabber:component:accept%1.*>"; |
317 }; | 317 }; |
318 }); | 318 }); |