Smack 3.2.0 beta: problem with SmackDebugger

Hi,

first thanks for the beta release!

I’ve tried it with the Jenkins jabber plugin and ran into an issue which needed source changes.

I’ve implemented a SmackDebugger with a constructor:

public JabberConnectionDebugger(XMPPConnection connection, Writer writer, Reader reader)

but now after the update Smack complaint that it couldn’t find a constructor.

public JabberConnectionDebugger(Connection connection, Writer writer, Reader reader)

I changed it so in the source code and it ran again.