GTalk extensions with Smack

Hello everyone,

I’m working with Smack on making a software to connect to GTalk. I found out that GTalk use his own extensions which can’t be used with Smack. I need them especially to block/unblock users with the “gr:t” attribute, know which user has been blocked, etc… I made some modification inside the Smack lib itself, but is there a better way to do this ?

Thanks in advance.

Can you explain what you did in the Smack library in order to block/unblock? I need to reteive from the gtalk server my blocked and hidden contacts. Do you know how to do that?

Thanks.