Hi, I am trying to build an XMPP component using Whack. I see that the current (SVN) version of Whack depends on Tinder, which is fine. But I am not able to actually run an application using both, and as far as I can tell, the root cause is that both Whack and Tinder provide an interface called org.xmpp.component.AbstractComponent and they are not compatible - specifically the Whack version still has a “getLog” method, which is used in (for example) ExternalComponent, but the Tinder version does not.
What is the correct approach here? The crude option seems to be to modify Tinder to remove those classes that overlap with Whack, but I’m hesitant to just go ahead and do that.
thanks,
Dan Dormont