Hi, I’‘m taking a look at the internals of wildfire in order to write some plugins. One of my goals is to handle ad-hoc commands in components, and I’‘m wondering if it is possible to reuse the AdHocCommandsHandlers and the other handlers defined in the server. As far as I’‘ve seen all the other plugins directly handle disco packets and other iqs, without using them. Is it beacuse it’'s impossible, or because the implementation is so easy that nobody bodered to use them?
If it is possibile to use them, how can I connect them with the packet processing of the incoming packets? Is there any example around?
Thanks