Mockito vs. final keyword

The current Smack 4.1.1 makes trouble with Mockito unit tests. Mocking classes is impossible because of “final” used in classes and methods. Would you be open to remove final to allow better testing?

Would you be open to remove final to allow better testing?

It’s definitely not a top priority item on my TODO list. If you prepare a patch I’ll consider it. But I have to give it some more thought first.