Does gloox library support BOSH(XEP 124) and XMPP over BOSH(XEP 206). Since gloox community is not active I thought this is right place to post this question.
Really appreciate any response on this.
It does according to the documentation:
http://camaya.net/api/gloox-1.0-beta7/classgloox_1_1ConnectionBOSH.html
Related
I need to use a mqtt client in smartface.io and was wondering if someone has developed a plugin or can advice how to do it. Actually the broker does not support websockets
Thanks
There is no support in SmartFace for MQTT so you need to implement this yourself.
A good option for beginners might be another product like: B4A https://www.b4x.com/b4a.html .. where the community have already created a lot of libraries/resources.
https://www.b4x.com/android/forum/threads/jmqtt-official-android-mqtt-client.59497/
I am implementing facebook chat client using DART. As far as i figured out, i need to use XMPP protocol.
Is there a XMPP api for dart?
If yes, can you lead me to source?
If no, is there any good (for a complete stranger to protocol) source, so that i can implement one.
I don't know of anything in Dart, especially since it's such a new language, but there's a list of libraries on the XMPP page. Perhaps you can find one that you like?
This question points out some good libraries in Javascript: XMPP library for facebook chat
For protocol specifications, see here. Even if you find a good library to convert, you'll probably want to take a look at the specification anyway to really understand how it works.
Can anybody please provide some examples about REST proxy in sencha touch 2~~ ?
I need to study it but didnot find any example about it
According to TDeBailleul's comment, this is a good place for you to start. I think that it's detailed enough:
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.proxy.Rest
About REST vs JSONP. Essentially, REST is a specific type of Ajax.
JSONP is actually Cross-domain AJAX. They are not the same in essence.
Here's one for ExtJS - the data package is very similar between touch and extjs.
http://try.sencha.com/extjs/4.0.7/examples/restful/restful/
Is there any library with implementation of the Bayeux protocol, for use in iOS (iPhone/iPad) development, for the building Server push technology iPhone client?
And what are your suggestion for doing this?
Even though I haven't tried it, I would check FayeObjC:
"A simple Objective-C client library for the Faye publish-subscribe messaging server. FayeObjC is implementing on top of the zimt Objective-C web socket library and will work on both Mac and iPhone projects. JSON parsing is handled using the excellent JSONKit (github.com/johnezang/JSONKit) library which is included in the FayeObjC source folder."
For more info:
http://blog.cometcoast.com/post/3668374972/fayeobjc-an-objective-c-faye-client-for-ios-mac-os
Sources:
https://github.com/pcrawfor/FayeObjC
I know that this question is fairly old, but I googled and found it. Maybe this answer can help someone else:
Take a look at ddunkin cometclient library: https://github.com/ddunkin/cometclient
I haven't tested but will try it with my next project.
I suggest you to use my reimplementation FayeClient with many additional stuff like blocks and error handling MZFayeClient
I've created a fork of the DDunkin Comet client that supports ARC and client based subscription management which helps with resubscribing on disconnects. I also added a lot of block support and delegate call backs.
https://github.com/yinzara/cometclient
Can anyone provide a working example of using tclSOAP with SSL? The links referred to in the official docs aren't working http://tclsoap.sourceforge.net I'm unsure how to configure the transport protocol.
If you haven't already I'd post your question here. The maintainers of TCLSoap are more likely to see it and respond to it.