BlackBerry Jabber/XMPP basic library - blackberry

I am looking for a simple BlackBerry Jabber/XMPP basic library. Please tell me where i can find a good free open source library

This one, maybe: http://sourceforge.net/projects/jxa/ I haven't tried it myself. I can't tell if it's good. Sorry.

Related

How can I learn SPML

I am a beginner with SPML and would like to learn it for my work. I've searched a lot but I haven't found a tutorial. I don't know what I need for this, what tools I need to have and how to start programming SPML. I need step by step instructions. how do i proceed? Can I do that with eclipse?
Thanks
Here is a link to the official documentation for version 2.
https://docs.oasis-open.org/provision/spml-2.0-cd-01/pstc-spml2-cd-01.pdf
It is a framework for XML so you should probably already know XML.

Looking for an IOS version of ShowcaseView

I'm looking for a library similar to https://github.com/amlcurran/ShowcaseView
I want to be able to implement forced tutorials on new users who open my application for the first time. Does anyone know where I can find a library that helps make this easy?
You ca try https://github.com/rahuliyer95/iShowcase
This is a quite similar iOS implementation of the ShowcaseView for Android (https://github.com/amlcurran/ShowcaseView).

Any available frameworks for SIP for iphone?

Im supposed to use SIP for my application. I went through some documentation regarding SIP like ietf-sip-documentation , siphon , linphone for iphone and ipod. But nowhere they have mentioned about any available frameworks or any such a thing for implementation part. There are lot of things that are yet unsettling to me about SIP. I would love to get a little more clarity on this. Any help would be appreciated.
EDIT: I would want to know whether there are any frameworks available for ios or should we create our own classes for the interface?
Thanks
Doubango framework http://doubango.org/ / https://code.google.com/p/doubango/ also does a nice job here. C-based, so you would probably like to do your own Objective-C wrappers.
How about resiprocate or PJSIP? Both can be compiled for iOS. Do you also need RTP and media handling? If so, PJSIP has that built in as well.

Good KML library on iOS

Would anyone know a good and easy-to-use library on iOS to parse KML in order to get all the polygons described in the file?
This appears to be a promising one: https://github.com/mapbox/Simple-KML
Just researching myself.
You may find the KMLViewer example in the iOS sample code helpful: https://developer.apple.com/library/ios/#samplecode/KMLViewer/Introduction/Intro.html
This one seems to work well for me:
http://kmlframework.com/#license
The sample app lets you enter a URL to some KML, and it will display it.
It is free to use under the MIT license (which includes commercial use).

Can any one tell me in which jar file I can find the de.enough.polish.ui.Command?

Hi Everyone I am working on J2ME polish project, which is just an enhancement project. I have no idea about J2ME Polish. I have an error saying that the
import de.enough.polish.ui.Command cannot be resolved. So can any one tell me where can I find that. I have tried googling but could not find it.
You should download j2meploish once downloaded and installed you should look in the $installdirectory/source/j2mepolish-client.jar or something with the word client in.
You should take a look at this website, they probably have the library you are looking for.

Resources