Questions tagged [candy]

Candy is a JavaScript-based multi-user chat client using XMPP

Why Candy?

  • Focused on real-time multi-user chatting
  • Easy to configure, easy to run, easy to use → Setup & Usage
  • Highly customizable → Plugins & Event Hooks
  • 100% well-documented JavaScript source code → API Documentation
  • Built for Jabber (XMPP), using famous technologies → Under The Hood
  • Used and approved in a productive environment with up to 400 concurrent users → About Candy
  • Works with all major web browsers including IE7

Links

24 questions
11
votes
2 answers

Map like Candy Crush using Cocos2d-x + Marmalade

I have developed a 2D game using Cocos2d-x and Marmalade. I would like to know what would it be the "better solution", considering performances, memory etc, to create a Scene before playing the game where I can show to the user a Map like that one…
Sergio Andreotti
  • 913
  • 2
  • 8
  • 26
1
vote
0 answers

Candy Chat get User Groups from XMPP (openfire)

I need to get the XMPP-User Groups from all Users inside a MUC and the user itself ("me"). I'd like to use them to set some permissions inside the candy xmpp client. There is no plugin for this issue. Inside candy.min.js I found this…
Tom
  • 303
  • 2
  • 5
  • 15
1
vote
1 answer

XMPP chat : Candy won't work with Ejabberd server

I want to setup a web chat client. I decided to use Candy. The XMPP server I'm using is Ejabberd. My Ejabberd server is local. The URL is : http://localhost:5280/ Users are defined like this : user@localhost The thing is I can't connect to this…
Bob
  • 111
  • 2
  • 9
1
vote
1 answer

Candy chat on phonegap app

I'm currently working on a project for a student led program at my school to make a mobile application that involves advertising various events and such, but more importantly, allows the app users to chat to one another. My question has to do with…
Andrewziac
  • 155
  • 2
  • 16
1
vote
1 answer

Flash requesting camera access locking up IE < 10

We're building a chatroom using Candy.js, Stophe.js and JQuery (1.10.2). We've been trying to add the ability for a user to stream video using Flash. The problem I'm trying to solve, is that whenever you try to stream - and flash requests camera…
Mark S
  • 869
  • 6
  • 11
1
vote
1 answer

CANDY chat with Openfire : receiving empty response while connecting to a autologin chat room

I finally have the openfire server installed - admittedly noob to XMPP - but I'm getting there :) I modified the .htaccess & now trying to hit the http://166.xx.xx.xx/candy-chat-candy-ca544b1/example/index.html on my server The page shows me…
PlanetUnknown
  • 3,956
  • 4
  • 49
  • 67
1
vote
1 answer

Connecting via HTTPS to Prosody

I'm trying to set up prosody to work over https with candy. I've tried configuring SSL and all of the steps listed to get that working but for some reason when I try https://servername.com:5280/http-bind it times out with the following appearing…
Irina M.
  • 11
  • 1
  • 2
1
vote
1 answer

Candy/Strophe with Ejabberd http-bind gets 404 on sending messages too quickly without waiting

I was recently working on a web application that uses Strophe.js (http://strophe.im/strophejs/) behind Candy (http://candy-chat.github.com/candy/). The client gets a 404 from ejabberd due to invalid rid issue when it sends messages too fast. The…
Saurabh Kumar
  • 195
  • 3
  • 12
1
vote
1 answer

Candy webclient with Openfire, not working complete

I have set up the Openfire xmpp server and it's running good from a client, but i want to use candy with it to create a chatroom (muc), my settings in openfire work and so there is a conference.blabla.nl, that conference server i can connect with…
0
votes
1 answer

Candy translate to translate the data returned from controllers.py to javascript?

def mymethod(request): return_obj = {} if request.method == 'POST': info = request.POST try: ts_vals, coordinates, name = somefunction(params) return_obj["values"] = ts_vals return_obj["msg"] =…
0
votes
1 answer

active_support dependencies error when using candy

I am getting the following error when I use Candy in my Rails project. Really a syntax error? => Ctrl-C to shutdown server Exiting /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require':…
neebz
  • 11,465
  • 7
  • 47
  • 64
0
votes
1 answer

ejabberdctl mod_http_bind module not available

I'm trying to install candychat on top ejabberd, so I follow the instructions and try to install mod_http_bind. However the module seems not available anymore ejabberdctl module_install mod_http_bind Error: not_available The node's…
Milkyway
  • 705
  • 3
  • 12
  • 25
0
votes
1 answer

Referral Candy tracking code

1) Which page do I add the referral tracking code in and where? Hey this sound silly but how do I find the thank you page when I used WooCommerce? I search in the CPanel and got confused which file do I need to add the code. Stated in the Referral…
nani.nsr
  • 23
  • 5
0
votes
0 answers

CANDY chat with Openfire: how can I can send "read message state" to openfire?

how can I can send "read message state" to openfire? A: msg1 -> B: A: msg2 -> B: B: ok -> A: When B send msg "ok", I also want to send "read message state" of (msg1, msg2) to A Anyone know something that would a great help! :-D Thanks!
Trieu Ngo
  • 1
  • 2
0
votes
2 answers

candy/strophe -- using prebind (.attach) results in tight idle loop?

I'm using Candy.js (v1.7.1) and Openfire v3.9.3. Running the sample index.html included in the Candy package, I have no issues using direct authentication (browser prompts for jid/pwd). However, if I change the sample to use Candy.Core.attach…
Tony
  • 1,986
  • 2
  • 25
  • 36
1
2