Custom IQHandler in Plugin doesnt get anything

Hey there everybody,

I started creating my first Plugin just now.

What I want to do is handle some custom IQs so I can set some Flags on the server or return some stuff.

However, my PLugin does register fine and everything…even the custom IQHandlers getInfo is called…

but the handleIQ method is never fired.

I am adding my custom IQHandler to the XMPPServers iqRouter …this is all exactly as some tutorials describe.

Is there anything about the IQRouter I did not understand? Maybe it doesnt route my IQs but only a special type IQ?

Thx in advance