On fre 21 feb 2014 11:59:33, Paweł Domas <[email protected]> wrote: > On Thu, Feb 20, 2014 at 1:00 PM, Kim Alvefur <[email protected]> wrote: > > On tor 20 feb 2014 12:43:18, [email protected] wrote: > > > > IIRC, you use it like this: > > > > > > > > Component "test.example.com" "component_roundrobin" > > > > > > > > And then a component secret as with normal external components. > > > > > > > > > > > I've copied mod_component_roundrobin.lua to plugins, added > > > "component_roundrobin" after component name and prosody starts with > > > no errors. Unfortunately our component can't connect as before > > > because of connection refused exception. We use Smack library to > > > register the component. The exception comes from network layer, so > > > it looks like port normally used to register components is not > > > opened. Any ideas why this could happen ? > > > > Hm, maybe it was supposed to be like > > > > Component "test.example.com" > > modules_enabled = { "component_roundrobin" } > > > > Thanks ! It worked after this modification.
Great! We really should write that down somewhere. Perhaps some kind of document... -- Kim -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/groups/opt_out.
