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
-3
votes
1 answer

How to implement a messaging service in react-native with a java backend?

I am creating an app using React-Native for the front-end, Java for the back-end and PostgreSQL for the database. One feature of this app is to allow users to add each other as friends and instant message them - just like other social networks. At…
-3
votes
1 answer

Chat application in Swift ios9

I would like to implement messaging in my app. Every user will have an inbox and could be able to send messages to another user. I do not want to use Parse or Firebase because I already have a MongoDB and a backend API to manage users. I also use…
Thomi
  • 639
  • 2
  • 9
  • 21
-3
votes
1 answer

How implement seen by and message carbon feature in XMPP ( Openfire server) using Strophe.js?

I am trying to develop a chat application based on XMPP using Strophe.js. Important Points:- 1) Server- Openfire 3.9.3 2) client- Strophe.js Messaging is working fine but I want to implement the seen by and message carbon feature just like Whatsapp…
Ajay
  • 17
  • 5
-3
votes
2 answers

Getting a great Video message Thread in IOS

I'm trying to achieve something like the below Essentially i will need to have a single UIView that holds these objects one being the video from the user who posted and a reply function for a user to record and play back. The hard part for me is…
-3
votes
2 answers

Chat Application in java

I'm trying to make a chat application in java, but I had a problem, when I couldn't send to another machine. Here's part of my codes: This is my class client: public class EnvioSocket { public static boolean enviarSocket(String nome, String ip,…
marcelo
  • 171
  • 3
  • 8
1 2 3
26
27