Hypher
Hypher
Think you got your answer, but: https://github.com/carbon-tools/carbon/graphs/contributors => no active contributors https://github.com/carbon-tools/carbon/network => no active forks
I'm glad you are working on these! I managed to use your code and it appeared that it smelled a lot, mainly because of a broken MVC paradigm, with multiple...
In effect, I haven't pushed it yet. My project is to use XMPP as an in-game chat, but letting the choice of using an external client (mobile, desktop) up to...
I'm back. Another important flaw is that `Candy.Core.getUser().getNick()` is unique through the application. But unlike other protocols, XMPP allow to have different nicks on different rooms. Even if you want...
> With "strophe" do you mean the muc plugin? Yes, and also the roster plugin Interesting conversation! I carefully retained that users feel irritated when their client open a direct...
> What do you mean with that exactly? > > the `isNotConferenceRoomJid` variable. It always felt like a hack The proper solution for these is, to me, to use the...
I'm absolutely for replacing `.` by `:` since namespaces should be kept for lib end-users that would manage their own subscriptions (eg: `candy:some:event.myNamespace`). Additionnaly, jQuery "namespace" is only a tag,...
Android is already playing nicely showing a toast into Picasso when it's not an image. And the "success and error callbacks" part works for both android and ios. So I...
This issue is not about permission. It's about: - fixing a **CRASH** on iOS when it's not an image - providing callbacks **MAINLY** to report that error to JS level...
If there is no permission it will call the error callback with : this.callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.ERROR, PERMISSION_DENIED_ERROR)); But this is out of the scope of this request. @sarriaroman sorry but I...