QuickBlox SDK for codenameone - quickblox

Is there a client SDK for QuickBlox in codenameone? I am trying to build a cross platform chat application using Codenameone and QuickBlox. Codenameone of course does not use the standard java/android SDK and I don't have the skills to do a native client. Is there a Codenameone port of the QuickBlox SDK?

As far as I know it wasn't adapted. It isn't very hard to port an SDK but it does require dealing with native code. My only suggestion is to hire someone or upgrade to enterprise and file an official request for that SDK

Related

Firebase Mac development: Can I use firebase with cocoa app?

I am developing a mac app with objective-c. I need a database service that is easy to use. I'm considering firebase but I found it doesn't provide any documentation for desktop app. :( I wonder whether I can use its ios documentation for mac app? Or is there any other similar database service that is easy to use support mac app?
Thanks in advance!

Integrating Microsoft Universal Ad Client SDK to native win32 desktop app

Is it possible to integrate Microsoft Universal Ad Client SDK to a native win32 app?
Does the Ad SDK work also in Win7 or Win8?
I am looking for a solution such as making a small EXE that I call from my application, that will simply display video ads and then quit.
if you're targeting Windows 8 and up, I would suggest to create a Windows Store app hosting the Ad control and launch this app using a custom protocol
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh779670(v=win.10).aspx
As an example, try to run (Windows+R) this on Windows 8 :
bingmaps:?q=restaurant&where=Paris
Universal SDK can only be referenced on Universal Apps.
As you are asking how to integrate a such SDK on a native Win32 app, you should look for an Ad SDK for native app.

PJSIP - (Web)RTC integration

The PJPROJECT libraries are organized as follows:
Base libraries (PJLIB/PJLIB-UTIL/PJSIP/PJNATH/PJMEDIA)
APIs (PJSUA/PJSUA2)
I'm trying to develop a new API based on PJSUA but using RTC native libraries (as far as I know, the term WebRTC is more related to the Web API) instead of PJMEDIA.
However, according to the official docs, I understand that the RTC native libraries are used for signalling and media.
Is it possible to only use the media part of the RTC libraries? If yes, where can I find resources to integrate the RTC libraries with PJSIP?
Thanks,
Mickael
CSipSimple (Android SIP Client) has bolted a part of WebRtc into PJSIP as patches: https://code.google.com/p/csipsimple/source/browse/trunk/CSipSimple/jni/pjsip/patches/002pjsip-webrtc-aec.diff

IBM Worklight - Which features a Native app cannot use?

I have a pure native application and wanted to integrate with the worklight (using the Worklight Native SDK).
Which of the below features the native application can not use?
Unified SMS/Push Notifications
Remote Disable
Remote Notify
Adapters
Authentication framework
Direct Update
JSON Store
A Native application that uses the Worklight SDK does not support:
Direct Update
This feature is meant for updating web resources; this feature is currently supported only in Hybrid apps.
JSONStore
This feature is currently supported up to Worklight 6.1.0.x only in Hybrid apps (for the Android and iOS envrionments)

Facebook chat API/XMPP X-FACEBOOK-PLATFORM in WinRT

Please read my question first before voting it off-topic considering questions asking us to recommend or find a tool/library.
I am creating a WinRT app for only Facebook chat. I checked the developer site, I am recommended to use Facebook Chat via the Jabber/XMPP service. I tried to find that feature in Facebook C# SDK but it's not available in it.
I searched for XMPP library and found this. It's ASP.NET project though, I decided to port it for WinRT, but I read the latest comment in that blog post. It's telling this is also no longer working.
So anyone there know how to use chat API using WinRT supported XMPP library ? If library is not availble then can any one guide for any tutorial, I can't find relevant tutorial.
Those who think, chat/messenger is not available programmatically, please see IM+ app in Windows Store.
From the Facebook .NET SDK FAQ - http://facebooksdk.net/docs/faq/
Does Facebook SDK for .NET support Facebook Chat?
Facebook SDK for .NET doesn't support the Facebook chat (nor do we
have any plans to support it in the future). Facebook chat is based on
the xmpp protocol thus any existing XMPP
.NET libraries would work
with Facebook Chat.
Yeah, finally I found WinRT supported XMPP library as well as full fledged chat app. Kudos to developers.
Is there any free XMPP library which Supports WinRT?