qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
408 stars 197 forks source link

Broken discovery manager #529

Closed TheBluestBird closed 1 year ago

TheBluestBird commented 1 year ago

I'm so sorry but that abstract template clever horror starting from the line 310 of a this file just doesn't work! Every time qxmpp receives absolutely valid discovery Iq it just replies that this feature is not implemented yet. I tried to debug it, but my debugger just skips that second template method of this abstraction matrioshka

lnjX commented 1 year ago

Thanks for testing!