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
0
votes
1 answer
Create an internal message system with Rails
I have Users that can create DinnerEvent that contain Food. User specify preferred Food using a join table. Would like to create an internal message system that automatically sends out a notice to other Users who "prefer" the Food in the DinnerEvent…

John
- 443
- 8
- 19
0
votes
0 answers
Best chat server selection for workgroup chat similar to live chat?
I am finding a solution to implement a customized workgroup chat application similar to live chat. I came across two different protocols to support this XMPP & COMETD.
After some more research I found that XMPP is the best choice. When it comes to…

DonX
- 16,093
- 21
- 75
- 120
0
votes
2 answers
navigate between conversations and see previous messages
I have list of conversations, and messenger UI.. what I want is: When an item of the list of conversations clicked, the messenger UI appear with that specific conversation messages..
my attempt: Until now I haven't code this part, I just look for an…

EsmaeelQash
- 488
- 2
- 6
- 20
0
votes
1 answer
Storing and managing Messages in ios
this question might be a tad unspecific, But im building my own IM app for ios, and i was wondering what mechanisms are generally used to store and manage messages. ie the database or files management systems
Eg like in whatapp.
Just the names would…

Ankit
- 1
0
votes
1 answer
Developer Team Instant Messaging Tool
we would like to use an IM tool for regular developer communications. Security is a concern. So we would like to install an open source server to an internal server. Must-have features we need:
open source server
windows/linux/mobile clients
share…

Paul
- 2,474
- 7
- 33
- 48
0
votes
1 answer
Android Web App - Instant Messenger
I would like to build a web app that uses Instant Messaging. Would anyone have any pointers as to how I might go about doing this? I am quite clueless as to how to even begin...
Any guidance on what this would involve would be great!
Thanks for your…
user2268507
0
votes
1 answer
Which is a general protocol used to communicate with all IM server?
I m planing to develop IM client application using this application we can able to communicate with all IM server like google,yahoo,aim,jabber... while surfing net i have seen that lippurble is general library to communicate with all server but it…

Kumar
- 5,469
- 20
- 64
- 87
0
votes
2 answers
IM using SignalR
Is it possible to create a facebook like kind of chat using signalr? I've seen a few samples but they are all chat rooms. I want to implement a private chat in my site and was wondering if it'd be possible using signalr.

Cristiano Miranda
- 269
- 1
- 3
- 4
0
votes
1 answer
Password as private key for IM
due to all this surveillance on the internet I was planning on writing a complete opensource, cross-platform and fully encrypted chat client including video functionality.
Similar to Skype, but messages and video stream should be fully encrypted and…

lockdoc
- 1,539
- 1
- 18
- 31
0
votes
2 answers
Lync SDK get sent or received text
Before anything I already saw this post:
Lync ConversationRemoved get current conversation text
I implemented that solution, but I really need to get the already sent or received text. The thing is, although I have my application registered as…

Pedro Pertino
- 95
- 1
- 10
0
votes
1 answer
How to create a bot for gtalk that search for online help Java?
I have idea that for people who use gtalk especially for developers, how to write a bot that recieve question from one developer and ask other online developers for help based on their programming skills?
Bot added by the user to gtalk and
user…

Burak Dede
- 3,725
- 5
- 40
- 53
0
votes
0 answers
calling a function from textfield java gui
my question relates to java gui with netBeans
i'm trying to call a function from a TextField "Block"
but some how my gui freezing's when I do the following:
by the way if it's matters the other function called "startconnection();"
are private to...…

TheCopyPasteGuy
- 1
- 2
0
votes
0 answers
Is there any sample about using OpenFire's Plugins through Jabber.net Library in C#?
I am working on C#-WPF project about IM. after some googling I Found One of the best choices to do this is Jabber/XMPP protocol so I install OpenFire as Jabber server and write a simple client application in C# by Jabber.net library. Now I want to…

Siyamak Shahpasand
- 193
- 3
- 18
0
votes
1 answer
Which SIP server to deploy for my Android VoIP app?
I am building an android application that supports VoIP/IM/Presence with the available Android SIP stack. I also need to deploy a SIP server to enable the mentioned SIP functionalities as part of my project.
Developing the Android app seems easy…

Jasmine91
- 3
- 1
- 4
0
votes
1 answer
IOS XMPPFramework issue connecting to Cisco IM Presence XMPP Server
I am using RobbieHanson IOS XMPP Framework and able to connect properly to Google Talk using the sample application that displays roster with presence status.
However, when I use the XMPP Framework to connect to Cisco IM Presence server (XMPP…

newbie1
- 1
- 1