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.

396 questions
-1
votes
1 answer

Is it possible to use FTP protocol for instant messaging?

Is it possible to use FTP protocol for an instant messaging software instead of other common protocols?
-1
votes
1 answer

How could I animate an instant message conversation in Flash Professional using AS3?

I'm creating a large "movie" using flash professional CC and AS3. In one scene I want my character to be IMing his friend. The scene is already animated and shows the back of his head and the viewer can read his screen. I want the user to be able to…
-1
votes
2 answers

How can I extract original code from a `pre` tag?

I see every code token in a pre element is surrounded by a span with styling. How could I, e.g. extract the line: using MySql.Data.MySqlClient; from the HTML:

        
ProfK
  • 44,292
  • 106
  • 358
  • 713
-1
votes
1 answer

Use Neo4j for an instant messaging webApp

How does a Graph DataBase like Neo4j perform on an instant messaging webApp ? Any information on that matter would be really appreciated :) !
user2702566
  • 95
  • 15
-1
votes
4 answers

Framework for implementing an instant messaging service / chat

I want to implement an instant messagign service analogously to whatsapp. The messages are delivered, even thoug sender and receiver do not need to be online at the same time. Is there a framework existing to do so (btw I use a linux server). Is the…
softwaresupply
  • 1,748
  • 3
  • 18
  • 34
-1
votes
1 answer

When using Miranda-IM as an MSN/Skype/Yahoo client, are there any stages where messages aren't encrypted or go through an unintended server?

Since the demise of GTalk a few weeks ago, we've found that MIM (http://www.miranda-im.org/, http://www.miranda-ng.org/en/) seems to be the lightest instant messaging client out there. It connects to multiple chat services (MSN, Skype, Yahoo) Our…
-1
votes
2 answers

What solution would you suggest for implementing both chat and IM on the site?

Should I pick up IRC or go another route? What I need are public chat and private instant messaging on my social network. I do not wish to use 3rd-party solutions. (I plan to rent VPS for the matter.)
user306694
-1
votes
1 answer

Java multi function socket program

I was doing a program for my friends and me so we can chat and send file's to each other BUT I find something that maked me confused. That was when I was making the last stage of the program, combining the chat and file functions. But I didn't know…
Tor
  • 1
  • 7
-1
votes
1 answer

Technology to create clientless web video/audio

I am trying to create a video/audio IM chat on a website and struggling to find technology that can achieve this, but I know its out there somewhere. I have looked into Lync server but you must have to client on each computer for audio/video to work…
-1
votes
2 answers

What type of Visual Studio c# project should i select for making an instant messenger application

what c# project must i choose in order to create an instant messaging application in visual studio. pls help. Thanks. :)
Deepak Sharma
  • 329
  • 3
  • 14
-1
votes
3 answers

How to scroll down to new messages on ajax chat?

I'm working on a private chat system. I use PHP and Javascript and a lot of frames. :D frames: -------------*--------------- | chat messages here | -------------*--------------- |send message frame …
János Tigyi
  • 337
  • 1
  • 9
  • 19
-1
votes
1 answer

How do I capture instant message traffic on an Android?

I would like an application that can be downloaded from the market and runs as a service capturing and archiving the following traffic on Android devices: Facebook Messenger, Twitter, Google Talk, MSN, AOL and Yahoo IM. Is there a way to do this…
David Silva Smith
  • 10,265
  • 10
  • 62
  • 87
-2
votes
1 answer

Designing IM Application Android Client and GO Server

I want to build an IM application and i have seen many topologies that use MQTT and i thought about giving it a try. The designs i have seen contains multiple clients that subscribe to a queue using WebSockets and one of them publish and the message…
Erez.L
  • 87
  • 1
  • 10
-2
votes
1 answer

Android Chatting Application best approach

I am new to android and i want to build a chatting application in android. I have read many articles on it in which people has suggested me to select one of following methods in order to create chat-application in android 1) Socket…
-2
votes
2 answers

PHP - Update iFrame When A New Message is Recieved

I'm kind of a newbie at PHP. I made a messaging system, but you have to manually update the iFrame with the messages. How can I make this iFrame update when a new message is received?
jadenPete
  • 133
  • 3
  • 11
1 2 3
26
27