Asmack + XEP-0174?

Hello,

I am working on an Android project for serverless IM. I chose Bonjour + XEP-0174 but as I went for implementation using asmack, I found that smack doesn’t support it unless we apply this patch http://issues.igniterealtime.org/browse/SMACK-262

The hard part is that asmack need a lot of patches on his own and XEP-0174 patch need a specific version of smack.

I’m not a hardcore java programmer and the deadline for the project is close.

Is there a mean to compile this without recoding all XEP-0174 ?

If it is not possible to get a working jar with these, is there another librairy that can do the trick.

Thanks for your patience.