Instant messaging (IM) is a form of communication over the Internet, that offers quick transmission of text-based messages from sender to receiver.
Questions tagged [instant-messaging]
395 questions
1
vote
1 answer
How would you mirror XMPP bind sessions to multiple tabs or windows a la facebook, okCupid etc
I've implemented a web based instant messaging / chat feature using http binding and ejabberd. For the lazy here's the short version of my question:
How would you go about implementing a web based XMPP chat client which could be displayed in…

Ollie Edwards
- 14,042
- 7
- 28
- 36
1
vote
2 answers
Rails 4.2 What's currently the best way to incorporate instant messaging in an app?
I've been reading that Rails 5 (anyone know when that will be release?) will be incorporating support for websockets that will make instant messaging easier to incorporate. But I'm trying to set something up now for an fairly built up app. If all…

baron816
- 701
- 4
- 13
1
vote
1 answer
How to keep STDIN at bottom the terminal in C
I am writing a simple instant messaging client in c. It's currently working well, however if a user is typing and receives a message while typing, the message displays AFTER the text, then the user continues on the line below. It would look like…

gab64
- 23
- 4
1
vote
2 answers
Get conversation list using Sinch API & iOS SDK
I have to develop a messaging app and I came across this Sinch messaging SDK. I had downloaded the iOS SDK and tried the Sinch Instant Messaging sample app. I was able to send messages and get messages. But I need to know:
Can I get the…

Kalyan
- 263
- 5
- 22
1
vote
1 answer
How to create a personalized ContactList with Qt
I'm trying to find the best way to create a personalized contact List for an instant messaging app.
Maybe with a Tree View but I'm not sure.
I Need a way to view Groups in which there are Contacts.
A Contact contains different info and action…

VoltX
- 46
- 4
1
vote
1 answer
Messaging app using angularjs $watch and $interval
I am trying to add messaging to my angular app which has a rails backend. To make my messaging feel 'real time' I am using the $interval directive to make calls to my server and get the conversation between two users every 5 seconds. I am also…

Shoebie
- 1,263
- 2
- 12
- 24
1
vote
0 answers
Getting service unavailable message when sending messages to google xmpp using wokkel
I made a wokkel (twisted python) bot to send and receive messages from the google xmpp service. Everything (auth, presence) etc works fine. One of the requirements of our project is that we need to send broadcast messages to everyone in the list.…

Code freak
- 695
- 2
- 8
- 19
1
vote
0 answers
Verizon & Sprint MMS issue sending on Android
I am building third party Android messaging app to send & receive mms(image and text) over all type of provider(T-Mobile, China Telecom, AT&T, Verizon, Sprint etc)
The messaging app is failed to send mms from devices with Verizon and Sprint…

HaiLong Xu
- 11
- 1
1
vote
1 answer
Mobile Chatroom with Azure
I'm currently looking into developing a mobile app using Microsoft Azure as my backend. So far everything that I have needed is pretty much built right in.
Anyway, the app I am making is a messaging app that has multi-user chatrooms. I've never done…

Don Beckstein III
- 19
- 1
1
vote
1 answer
iOS + XMPP - Can I achieve push notification XMPPFramework in iOS?
I am completely new to XMPP, and have read various websites regarding XMPP. Right now I am considering which server and library is viable to do an iOS IM, and I am feeling confused.
Initially I found a library called XMPPFramework from here, which…

peakingcube
- 1,388
- 15
- 32
1
vote
0 answers
How can i login ejabberd anonymously with given name?
I'm building a chat app, and i wanna manage my users in my own database. how can i use ejabberd to transmit my users's messages , who does not registered on ejabberd?
if it possible to login all the users anonymous, and still store their off-line…

Jimmy Su
- 117
- 1
- 4
1
vote
1 answer
Google Cloud Messaging - SERVER SIDE
I need a little help understanding couple of things about gcm - server side.
I am working on instant messaging app with the example of server-side here http://developer.android.com/google/gcm/ccs.html
After I execute this code It connects but…

sfdcdev
- 199
- 4
- 12
1
vote
1 answer
Can I use Erlang pg2 for pubsub?
Can I use Erlang pg2 for pubsub?
Start a process for every client, and erlang:register() the process using the email of the client user.
Create a process group for every topic, for a client to subscribe to a topic, make the client's process…

Romstar
- 1,139
- 3
- 14
- 21
1
vote
1 answer
Google Cloud Messaging example
For a long time, I have been wanting to design a simple chat app based on Google Cloud Messaging. I know that the server supports a direct payload of 4kB.
I just need to connect to specific phones through this app, just for a small project.
Do I…

Suhel Chakraborty
- 459
- 6
- 11
1
vote
1 answer
How to make a Yahoo 10 IM Auto Reply program in C++?
How to make a Yahoo Auto Reply program in C++?

H4cKL0rD
- 5,421
- 15
- 53
- 74