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

how to scroll tableview after inserting a row at the bottom correctly?

Here is the code I use: //inserting a row at the bottom first _numberOfRecords++; [_tableView beginUpdates]; [_tableView insertRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:_numberOfRecords-1 inSection:0]]…
Kyle Xie
  • 722
  • 1
  • 8
  • 28
4
votes
1 answer

Identify with services-IRC

I used to hangout at #RubyOnRails in freenode. i have no previous experience with IRC ,michael hartl's tutorial lead me there.For past few weeks when i try to join the channel ,i get this issue NickServ- This nickname is registered. Please choose a…
ashkar
  • 300
  • 1
  • 9
4
votes
1 answer

Unable to run OpenTok's WebRTC demo

Recently I tried to use OpenTok's WebRTC demo for a web application requiring peer-to-peer video/audio communication. I went through the tutorials on http://www.tokbox.com/opentok/webrtc/docs/js/tutorials/ and…
ecr
  • 391
  • 1
  • 3
  • 7
3
votes
3 answers

Olark like software in node.js needed

Do you know any node.js application that do something similar to http://olark.com. Not necessarily for multiple website, I just need it for single domain. I just want to install it myself on heroku and run chat customer support for my website on…
misza222
  • 393
  • 3
  • 15
3
votes
2 answers

chat server: what's the best(optimized) way to save a conversation log

I'm building a simple chat server in java , where users can have private conversations with each other. I want to save those conversation at a server level(not on client side) so I can list them to the users as a conversation log service. I'm also…
Doua Beri
  • 10,612
  • 18
  • 89
  • 138
3
votes
1 answer

How to change the Livechat bubble position in browser using react-livechat module?

I'm trying to change the bubble position of livechat. I'm using this module from npm LiveChat for React
Panayiotis Georgiou
  • 1,135
  • 3
  • 19
  • 36
3
votes
1 answer

Android: APIs for live chat in android

can anyone please suggest some tutorials or APIs for making live chat applications in android. Thanks .....
Prabhu M
  • 3,534
  • 8
  • 48
  • 87
3
votes
1 answer

Is there a way to integrate Microsoft Bot Framework handoff to Salesforce Live agent

I am not able to find a way to connect bot to a live agent. I tried with MS dynamics 365, that seems to be a paid version, So i have decided to try with salesforce live chat integration, Is there a way to do so.
3
votes
1 answer

socket.io net::ERR_CONNECTION_TIMED_OUT error

I have a website with a real time chat it works on localhost without error but on server I get this error: http://my.domain:52398/socket.io/?EIO=3&transport=polling&t=LuZMbMn net::ERR_CONNECTION_TIMED_OUT i.create @ socket.io.min.js:2 i @…
Roham Shojaei
  • 31
  • 1
  • 3
3
votes
0 answers

Chat Application like Hangout/facebook

I am now to coding so may be it's a there is obvious answer of this question. can we embed google hangout in out Spring/Hibernate web application for chatting? Or i have to start from beginning to develop a new one. I can make a simple application…
3
votes
2 answers

How to get a keyname by its nested values in firebase?

My firebase is modeled this way. I want to write a query to get userID(simplelogin:1) where email is "test@gmail.com". Here I want to get key: "simplelogin:1" by searching with it's email address:"test@gmail.com" I am using firebase SDK for iOS.…
Prajeet Shrestha
  • 7,978
  • 3
  • 34
  • 63
3
votes
1 answer

Desktop notifications for Chat Widgets

I'm trying to develop chat application using Yii chat widget, I need to show incoming message as Desktop notification like skype notifications. http://www.yiiframework.com/extension/yiichat/ Please can anyone give me an idea to display desktop…
US-1234
  • 1,519
  • 4
  • 24
  • 61
3
votes
1 answer

What is the best "Chat Now" component available for integration with my website?

I'm looking for a "Chat Now" component to add to my website. I am using Drupal (running on a Windows server) if it matters. I'm looking for something that the client initiates (I do not want to hound a client looking at my site). I want there to be…
Jason
  • 16,739
  • 23
  • 87
  • 137
3
votes
1 answer

How to identify the person in typing the message or not in chat?

Kindly excuse me if I am asking a simple question. Please don't hesitate to edit my question to do the correct approach. I am doing the java Chat project. I think You are all aware of that in facebook and GTalk , when your friend is typing the…
Human Being
  • 8,269
  • 28
  • 93
  • 136
3
votes
1 answer

Facebook-like chat for my Java web application

I am creating Facebook-like chat for my Java web application. But it does not work, I followed below link http://www.javacodegeeks.com/2012/10/cometd-facebook-similar-chat-for-your.html Is there any other chat API available to create chat for my…
Er KK Chopra
  • 1,834
  • 8
  • 31
  • 55
1
2
3
18 19