Skip to main content

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.

instant-messaging
0 votes
0 answers
39 views

Calling the http://x.x.x.x:10002/auth/user_token API returns a 404 page not found

I am currently integrating with a web service and have encountered an issue where a specific API call consistently returns a 404 Not Found error, despite other API endpoints functioning correctly and ...
Xinwei Xiong's user avatar
-1 votes
1 answer
89 views

How to Integrate OpenIM in My Web Project for Chat Functionality?

I've successfully deployed the OpenIM server and set up the environment on the server side, but now I'm looking to integrate the client SDK into my project (built with React and Vite) to implement ...
guang bi's user avatar
1 vote
1 answer
417 views

Retrieve the forum topics of a channel/group in Telegram using WTelegramClient API

I'm using WTelegramClient C# API under VB.NET in .NET 4.8. I would like to implement an helper function that will retrieve the forum topics of the specified channel (group). I think this could be done ...
ElektroStudios's user avatar
0 votes
0 answers
61 views

firebase push notification android kotlin appears on the sender device

In android kotlin chat app I am using firebase FCM to send notification to the receiver device, how ever when button send is clicked the app sends the notification to both devices: receiver and sender....
Muhamed Shareef's user avatar
0 votes
0 answers
52 views

Direct Messaging on a "Public" Server in Python

I'm trying to send a message to a specific individual on a public Socket-based Server using python. Say Client 1, Client 2, Client 3 and Client 4 are all on the same chatroom server and Client 1 wants ...
2D Vortex's user avatar
0 votes
0 answers
67 views

How do I code app-to-app direct communication on different devices?

I have developed an IOS app in swift. Currently messages from app-to-app is done via sending to middle app server using REST APIs, and then the other device polls for the message. I'm wondering how to ...
Jim Wartnick's user avatar
  • 2,154
0 votes
2 answers
26 views

What does the Android (or other mobile) OS expose (if any is needed) to make a functionality like WhatApp's "View Once" possible to implement?

I'm really just wondering about how such a functionality can be implemented, for pure curiosity about software design. In particular, if the OS offers a way to show an image and a way to take a ...
Enlico's user avatar
  • 26.7k
2 votes
0 answers
570 views

Database Schema Design for Chat Application using Cassandra (Private and Group Messaging)

I am currently learning Cassandra, and I am having difficulty coming up with a good database design that allows for private and group messaging and a message inbox. In terms of domain, I suppose it ...
user avatar
0 votes
0 answers
37 views

Receiving message from server instantly while android screen is locked/is in a sleep

I want to write a 'service' app that will be connected to a server, the server will send messages to the app and the phone will popup a notification to the screen instantly upon receiving the message ...
Dinamo's user avatar
  • 61
2 votes
0 answers
168 views

Is there a way to use XMPP protocol to make P2P instant messaging using Pidgin client?

I want to to use Pidgin as a instant messaging client. Then I want to make peer-to-peer connection using XMPP protocol. I do not want to use a solution including a server. I have try and inspect those ...
Darth's user avatar
  • 21
2 votes
1 answer
1k views

Syncing chat app message history with local cache

Consider a mobile chat app with MongoDB for chat message storage and https://ably.com/ as the pub sub broker. When a new user joins a chat room, or an existing user re-install their app, old messages ...
Mikael Lirbank's user avatar
0 votes
1 answer
325 views

Adding real-time chat messaging to my SwiftUI app: What options are available?

I am building a SwiftUI app that will have an in-app chat messaging functionality. Is there any SwiftUI SDK I can use to add the chat functionality?
Amos Gyamfi's user avatar
0 votes
0 answers
38 views

Application web: message sending

I am developing a web application where several clients can send messages to each other, it would be like instant messaging without strong real-time constraint. To illustrate the situation, let's ...
Laurent G.'s user avatar
-1 votes
1 answer
186 views

How can i implements an online chat?

Ok, let's say that there's a company (let's say e-commerce) that has to implement a support chat on its website. Do you know what are protocols/infrastructures needed? I've seen XMPP but I don't know ...
DonRobbè's user avatar
0 votes
0 answers
338 views

Correct way to handle iOS Push Notification with killed/swiped apps

After XCode 11 released Apple had restricted PushKit notifications. Now it can be used only to notify incoming call. So if app don't report incoming call via CallKit it will be crashed. The question ...
Victor K's user avatar

15 30 50 per page
1
2 3 4 5
27