Questions tagged [livechat]

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Live chat is software or web widget which allows users to communicate with each other, or with an administrator in real time.

Usually, live chat software performs constant asynchronous requests to the server in order to constantly keep the messages and the status up to date.

There are live chat instances where more than 2 users can communicate - usually these are called Chat Rooms. Also, a wide-spread alternative of live chat is the Video Chat - this is live chat, which works together with video broadcasting, sent and received simultaneously from each user.

273 questions
0
votes
2 answers

Chat HTML page suggestion

I'm still learning HTML/CSS, so please expect a naive question below. With that said, I'd like to create a webpage (not the pop-up chat boxes or mobile type chat interfaces) to mock a simple chat interface. Q1: I'd like to know which HTML element…
user1330974
  • 2,500
  • 5
  • 32
  • 60
0
votes
0 answers

Railo websocket issue in secure site

I am working on a railo site on websocket. Have installed the plugin for the websocket. It is working fine when I run this as localhost. But when I run my site as https://www.example.net, it is throwing an error like "SecurityError: The operation is…
0
votes
0 answers

Chat application Integration in IPhone using Objective C

I created an application where user can chat with Trainer at any time. I need a medium to send and receive messages like instant messenger. I don't want to buy third party SDK's , because I need to store all messages and attachments in my server DB.…
user3441799
0
votes
1 answer

what's the best method to do chat function in php?

Possible Duplicate: Secure, customizeable, open-source chat engine on PHP/JavaScript for all popular browsers Hi I am about to do a chat function for a social networking site using php I want to gain inputs to do it .... Can any one suggest…
udaya
  • 9,598
  • 15
  • 48
  • 67
0
votes
1 answer

Simple Node.js chat program NOT using socket.io

I am trying to learn Node and build a simple chat application. It seems like everyone uses socket.io. I would like to understand how to do this on a more fundamental level using get and post. Basically, all I want to do is have a form that takes an…
Ethan
  • 1
  • 1
0
votes
1 answer

How to build chat rooms attached for a single user profile?

I have a simple php user profile system that works like this: When user is registered he gets a specific url ?user. Therefore, other visitors can access his page. What I want it to include chat application on users profile pages. But, every single…
mpavlovic89
  • 749
  • 3
  • 16
  • 37
0
votes
2 answers

What is the best way in jQuery instead of setInterval?

I have a chat application and I've used setInterval() where the user get chat messages every 2 seconds. What's the best way to improve this chat application instead of using setInterval()? How can we listen while there is no event by user to get…
Vahid Najafi
  • 4,654
  • 11
  • 43
  • 88
0
votes
1 answer

How I get the all user state infromation(offline/online/away/etc.) by XMPP aSmack

I am trying to implement android chat application by using XMPP(aSmack).I check my code are correct are okay for login ,registration.Now i am trying to get all user information (offline/online/away/etc.) I try to used by Presence.But i can't…
Prosanto
  • 914
  • 3
  • 15
  • 27
0
votes
1 answer

Google Analytics events to gather information from iframe chat

I'm developing a website for my client. But I've never been too good with Google Analytics or JavaScript, so I've got a problem now. One of the most important pages there is a page with livestream player and live chat. Unfortunately, they're both…
Forien
  • 2,712
  • 2
  • 13
  • 30
0
votes
1 answer

Problems testing my Java UDP peer to peer program

I've tested the program locally using a program called "Packet Tester" I downloaded UDP Receiver/Sender for my mobile. Using the java program on my computer I was able to send packets to the mobile server and it was working great. I just typed in…
Moynul
  • 635
  • 1
  • 8
  • 30
0
votes
1 answer

Is it possible to not have muse over write the files when it uploads to FTP

I'm making a Hosting company and when I finish the website, I'm going to upload a LiveChat. But in the future I will be updating the website and I don't have time to put the code inside the everytime. So I was wondering if there's a way to keep…
0
votes
1 answer

How to stop jumping the content coming from Ajax.load methods?

I have a chat function on the page. When two users are chatting with each other, I could not find a way to automatically load new messages user B on chat window of user A. That's why I used