Hello,
i want to ask where i can debug all IQs that received from server?
i want to debug all of it before it is going to message event handler, presene event hander, and so on
so please can you help me to figure that?
thanks
If you want to hook up at a low level, you could try to use XmppStanzaFilter for that.
XmppStanzaFilter
Than you for your answer, can you telling me more about XmppStanzaFilter ?
is it implemented on siskin or shall i do?
It is part of TigaseSwift library which is used by Siskin IM. This is a protocol, so you will need to implement it and register in XmppModulesManager.
XmppModulesManager
After many try i finally implement it and it is working fine now i can trace all stanzas that income and outcome
thank you so much for your help
Hello,
i want to ask where i can debug all IQs that received from server?
i want to debug all of it before it is going to message event handler, presene event hander, and so on
so please can you help me to figure that?
thanks