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
0
votes
2 answers

How to enable strophe logging via candy?

I'm trying to fix an issue with Candy.js (which uses Strophe.js) in which we use Candy.core.attach (after server side prebind). There is an issue I can resolve. I'd really like to have access to the strophe.js logs (not just the packet logging that…
Tony
  • 1,986
  • 2
  • 25
  • 36
0
votes
3 answers

Candy chat installation failed

I have installed open fire server and http://domain.com/http-bind is also fine. And strophe is also working fine.Tried to setup using this setup guide: [Candy Setup Guide][1]. I am stucked in Connecting . Candy Installation Guide[1]:…
hrirks
  • 25
  • 2
  • 10
0
votes
1 answer

Candy Chat Ejabberd user login information

i have ejabberd installed and configured on a centos 6.5 server with http_bind enabled auth_method set to anonymous,internal using candy-chat as a client to connect to ejabberd on my server everything works just fine .. my problem comes next i…
AmOs
  • 129
  • 1
  • 13
0
votes
2 answers

How to generate "eye candy" random 0/1 in javascript (contest)

I made an image gallery, that used two different animations, used in random order. But I realised, that my human feel is not satisfied. js Math.floor(Math.random() * 2) generates sometimes 000000011111011111110000000 So I try to create some more…
user1508976
  • 171
  • 5
0
votes
1 answer

Asterisk ( with FreePBX ) & Openfire Phone Mappings Configuration

I have some problem understanding the parameter matching between FreePBX configuration and Openfire's ( through the SIP plugin ): Every server's component is on the same server ( vm.com ), I insert my settings ( 2nd screen ), then the server is…
M4rk
  • 2,172
  • 5
  • 36
  • 70
0
votes
1 answer

Where is candy.war?

In the integration of Candy with Openfire it is mentioned to copy candy.war into the /plugins directory. I cannot find where this war is. Can you please tell me where it is?
nandu
  • 779
  • 4
  • 18
-1
votes
2 answers

zebra/candy/loading bar stripes help

I am building my portfolio but I can`t remember in what coding language I could build such ,vertical or horizontal, animated candy stripes loading bars to showcase my skills. What can I use to build such things?
mwenta
  • 41
  • 5
-1
votes
2 answers

How to create a solution for this Jar and candy python problem?

A jar of Halloween candy contains an unknown amount of candy and if you can guess exactly how much candy is in the bowl, then you win all the candy. You ask the person in charge the following: If the candy is divided evenly among 5 people, how many…
Bonn
  • 21
  • 1
  • 4
-2
votes
1 answer

Modify css without HTML

I'm working on a chat application called Candy, based on jQuery/Strophe/mustache. Now I want to modify the CSS-file, but the problem is: How can I do that? I have no HTML-code to see how the CSS-tags are used. /** * Chat CSS * * @author Michael…
user1273768
  • 43
  • 1
  • 8
1
2