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
2 answers
how to support skype instant messaging without implementing skype client?
I was wondering how IM+/IMO --multiprotocol web messengers would be able to support skype instant messaging without SC(Skype Client),even pidgin does support skype but SC has to be installed in case of pidgin.I am very curious about the imo web…

kiddo
- 1,596
- 7
- 31
- 60
1
vote
1 answer
C# Instant Messenger Help
I want to start a simple windows P2P instant messenger in C#
I'll put here some questions I need guidance for, in the conceptual and technical aspects.
Let's say the user had successfully logged into his account, and the app needs now to get and…

Dandy
- 303
- 5
- 14
1
vote
1 answer
How do current IM clients protect against flooding attacks?
Let's use Jabber as an example: If I setup my own jabber server and let it flood a jabber user on another server by sending messages with varying sender addresses, how would that user usually be protected, if at all? If the client usually saves at…

thejh
- 44,854
- 16
- 96
- 107
1
vote
1 answer
Django ValueError: Cannot query "user": Must be "Profile" instance
I am trying to add simple user to user messaging functionality to my blog app in Django. I have a view that allows a user to send a message but I am having difficulty in displaying the messages after. Here is my Message model:
class…

sgt_pepper85
- 421
- 4
- 14
1
vote
1 answer
How to implement a messaging system between app instances and SMS without polling?
I am building in app in which each app instance has many clients, each of them with a phone number. The app instance user would like to communicate with their clients. When they send a message to their client it is routed to said client as an SMS…

Nimrod Sadeh
- 183
- 9
1
vote
2 answers
(lightweight) Instant Messenger: C#.Mono, node.js or other?
Which programming language should I use to write an Instant Messenger?
Here are the goals:
should be able to handle many, many users (at least for proof of concept)
protocol should be based on json or maybe binary data. i guess json is easier to…

Spammer
- 31
- 1
1
vote
1 answer
How can I transfer messages between a chatbot and a web application?
Hi stackoverflow community,
for my master thesis I am currently looking for a suitable messaging protocol or a message broker or middleware that can be used to exchange messages instantly between a chatbot, created using the SAP Conversational AI…

Taiga07
- 11
- 2
1
vote
4 answers
PC to PC communication using Java
Is there such thing to communicate with 1 pc to another pc using JAVA. Concept is the same as Window Live Messenger but just want to know if there is such thing. If there is, can give some example
Regards

okay
- 11
- 1
1
vote
1 answer
Instant Messaging Schema design advice
I'm trying to build an Instant Messaging functionality in my app as part a bigger project.
Chats can have more than 2 participants (group chats)
If participant A delete a message, it still should be visible to participant B (that's why I used the…

BVtp
- 2,308
- 2
- 29
- 68
1
vote
1 answer
Issue on sending an IM with UCWA (Skype for Business)
I am trying to write a nodeJS code which sends a simple notification to a Skype for Business account using the UCWA web API but I am not succeeding.
The customer uses Skype for Business 2015 on-premises.
To implement that I followed the link…

user3667143
- 61
- 1
- 1
- 4
1
vote
3 answers
Which Instant Messenger services can some server side code, consume?
I've got an application which i want to send some alerts information. Currently, it's firing off emails -> works perfectly fine.
I was hoping to intergrate this server application with one/many Instant messenger services, such as MSN Messenger or…

Pure.Krome
- 84,693
- 113
- 396
- 647
1
vote
1 answer
How to fix "Could not execute command from ({"command"=>"subscribe", "identifier"=>"{\"channel\":\"ConversationChannel\"}"}) "
I'm trying to get user to connect user to conversation_channel and I receive:
Could not execute command from ({"command"=>"subscribe", "identifier"=>" {\"channel\":\"ConversationChannel\"}"}) [NoMethodError - undefined method `id' for…

Ahmed
- 11
- 3
1
vote
1 answer
Update and retrieve chat history in smack with openfire -Android
I am making a chat application with smack library and openfire as a server but everytime i exit the chat conversation activity between two users and come back, the whole chat gets erased. I have already enabled archive settings to store one to one…

Rahmat Ullah
- 229
- 2
- 13
1
vote
0 answers
update instant message in conversation activity - Android
I am building an instant messaging feature in my app using retrofit 2.0,php and mysql. But i do not know how to show and update the messages received and send in the recyclerview.
conversation Activity
@Override
protected void onCreate(Bundle…

Rahmat Ullah
- 229
- 2
- 13
1
vote
0 answers
Cannot show instant message received or send in conversation activity - android
I am creating a instant messaging feature in my app using retrofit 2.0,php and mysql. But i do not know how to show and update the messages received and send in the recyclerview.
conversation Activity
@Override
protected void onCreate(Bundle…

Rahmat Ullah
- 229
- 2
- 13