Questions tagged [instant-messaging]

Instant messaging (IM) is a form of communication over the Internet, that offers quick transmission of text-based messages from sender to receiver.

395 questions
0
votes
1 answer

Python instant messaging program fails to connect with errno 111

I am trying to implement a simple TCP instant messaging program in Python using the socket module. When I use the value returned by socket.gethostname() in connect(), the client works perfectly fine when connecting to the IM server running on…
jhunter_d
  • 65
  • 8
0
votes
1 answer

How to create an iPhone app with Instant messaging functionality between users

I was wondering how to create an app for iOS which includes IM through socket communication: what code I would need and more importantly, how to set up a server. I am aware of keywords like 'XMPP/Jabber Bot' but most of the information I have come…
user1883174
  • 37
  • 1
  • 1
0
votes
1 answer

Instant messenger in Jquery, how to append complete divs to #container div

Im trying to build an instant messenger in facebook styled bar that sits at the bottom of the screen, after many tries I have a basic setup but Im stuck on how to approach this. I hope my question is concrete enough like this. Think of the Facebook…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
0
votes
1 answer

good clean interface library to complement jquery.js and backbone.js?

I plan to build a facebook instant messenger clone, and look for a jquery interface framework what I aim to so is: http://www.arrowchat.com/demo.branded/ Now the idea is to have a clean user interface library to handle the dialogs and other…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
0
votes
1 answer

IM Proxy settings in app.config

I'm writing a chat application for google talk using XMPP in .NET (with agsXMPP.dll library). The chat application's login fails in my office because there is a specific proxy for IM. How to explicitly specify the proxy details. Can it be done in…
softwarematter
  • 28,015
  • 64
  • 169
  • 263
0
votes
2 answers

Monitoring Instant Messages in GTalk with .NET

How can I monitor instant messages received on gtalk using .NET? Basically, I need to run a program upon receiving the arguments as instant message from a particular google id and pass the result back to the sender. Is it possible to do it? EDIT: I…
softwarematter
  • 28,015
  • 64
  • 169
  • 263
0
votes
2 answers

Integrating self-hosted instant messaging / chat solution in Plone CMS

I'm looking for a chat product to be used inside an enterprise plone intranet. I don't want my users need to register or approve any external service (irc, gtalk, socials, etc.), so the product should take care of users integration enabling current…
sauzher
  • 378
  • 4
  • 12
0
votes
2 answers

How does What's App for Android or iPhone do 'User is typing...' message?

I'm building an app similar to What's App. I have to understand, before continuing, how to make it more 'Real Time'. When you chat and somebody is answering you, you will see in real time if he is typing. How can they do that so fast? Is it a…
Olsi
  • 929
  • 2
  • 12
  • 26
0
votes
1 answer

Creating a Instant Messaging using HTTP & JSON

Can anyone guide me or provide a link so that i can move forward. how I can do instant messaging in app. I want to send the message to server from one device & from server i should get back on other device in JSON format using HTTP. I have gone…
Rahul Baradia
  • 11,802
  • 17
  • 73
  • 121
0
votes
1 answer

How to set up MySQL database to connect to from another computer?

I am have tremendous trouble with this. What I want to do is: I want to create a system (in C#) that will (amongst other things) allow users to send simple messages to each other. So I want to create a MySQL database which will rest on a server.…
YoungProgrammer
  • 47
  • 2
  • 10
-1
votes
1 answer

How can i implements an online chat?

Ok, let's say that there's a company (let's say e-commerce) that has to implement a support chat on its website. Do you know what are protocols/infrastructures needed? I've seen XMPP but I don't know if it's really useful in my case... Ty a lot!
DonRobbè
  • 1
  • 2
-1
votes
1 answer

Chat application for messaging and occasional file sharing

I have to develop a messaging app where people who work on the same project can message each other and occasionally share files. If I can add video to it, it would be great. The tool/platform needs to be opensource as we dont have any budget to pay…
-1
votes
2 answers

What is the best way to make instant messaging on website?

I am currently creating a website on Symfony 4, and I would like to integrate an instant messaging system like messenger, with the possibility to create groups of discussions. The problem is that I don't know which method to use. Symfony doesn't…
Bastien
  • 63
  • 6
-1
votes
1 answer

create chat server

we are thinking to add chat and messages to our product. (like MSN) how can we create that , and how can a server call a client ? not the client calls the sever every couple of seconds? thanks
Guy
  • 11
  • 1
-1
votes
1 answer

How to implement Instant Messaging in android using socket.io?

I want to implement IM in an app that I am working on. I was suggested to use socket.io for this puropse. However, I am just a beginner in Android development. Basically, I just want users to be able to send simple string messages to each other. So,…
wolfrevo kcats
  • 110
  • 1
  • 8