Support #385
PepSubManager
0%
Description
Hi, I'm new working with Android and Eclipse.
I got your source code, I created a new project in Eclipse and paste your code, almost everything is ok, but the probles is in PepSubManager class because I get this error "+The type PepSubManager cannot subclass the final class PubSubManager+"
please, can you tell me
What I need to do to solve this error?
I saw the "PubSubManager" and is a final class
Thank a lot!
Sorry if my English is no really good! ;)
Updated by Frédéric Barthéléry almost 13 years ago
- Status changed from New to Assigned
- Assignee changed from Nikita Kozlov to Frédéric Barthéléry
Hi,
In the original asmack library, the PubSubManager class is final. In Beem, we use a patch asmack library.
You can find all of our patches it source:doc/asmack-beem/beem_patches .
There is a patch which makes the PubSubManager class non final.
You can just use our source:libs/asmack-android-7-beem.jar or build your own version and apply the patches you need.
Updated by Juan Nava almost 13 years ago
Thanks for your quick answer. I got the correct library and the project is working now.
Thanks for help and congratulations for you project!!