Hello, I'm writing component for logging messages. After connection and SASL authentication to router as "bl" I send bind command as below:
C:<bind xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' name='bl'/><log/><bind/> The response is: S: <bind xmlns='http://jabberd.jabberstudio.org/ns/component/1.0'/><presence xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' from='1'/><presence xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' from='s2s'/><presence xmlns=' http://jabberd.jabberstudio.org/ns/component/1.0' from='jabberdev.ovh.net'/><presence xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' from='c2s'/><route xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' to='bl' from='1'><iq xmlns='jabber:client' type='get' to='bl' from='1' id='1m9klak2'><query xmlns='http://jabber.org/protocol/disco#info'/></iq></route><route xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' to='bl' from='1'><iq xmlns='jabber:client' type='get' to='bl' from='1' id='h6itl18z'><query xmlns='http://jabber.org/protocol/disco#info'/ ></iq></route> but I still can't receive all packets. In router.xml there is apropriate entry: <acl type='log'> <user>bl</user> </acl> Some suggestions? Regards -- Wojciech Wirkijowski
