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
0 answers
Strophe.js unable to connect to XMPP server using jQuery
I am building a client side application that uses XMPP for that I am connection through Strophe.js but unable to do so.
Please note that I am new to XMPP.
Code that I am using
(function($){
// create connection
var conn = new…

Shashi
- 474
- 6
- 21
1
vote
0 answers
Can we send editable forms in a group chat via xmpp ios?
I need to implement groupChat and exchange different format of data between chat users for which I will be using xmpp alongwith swift technology for the iOS client end . The app requires exchange of editable form with 8 - 10 data fields between…

Gaurav
- 1,068
- 9
- 15
1
vote
1 answer
Instant messaging in coenameone
I am developing codenameone application. It's working fine. but I need to implement Instant messagins system in my app.
Is this possible to do instant messaging system?
Is there any sdk in codenameone?

MathankumarK
- 2,717
- 1
- 17
- 34
1
vote
1 answer
What are the possible causes of error 14000, "Fail to start messaging", in the SendBird iOS SDK?
I'm trying to use the SendBird SDK to implement a simple instant messaging feature in my iOS app.
I've read the Quick Start, Authentication, and Messaging Channel - Basic guides, and I've attempted to set up a 1-1 messaging channel as they…

ConfusedByCode
- 1,137
- 8
- 27
1
vote
1 answer
Instant notification by push pull method in PHP
I want to get instant notification like facebook and other live chats, when one user or admin will update anything. But, I can do it without using jquery timer ajax.
Thank you.

Fakhrul Hasan
- 162
- 1
- 5
1
vote
1 answer
Check if message was succesfully sent via whatsapp
Good Day,
Im building an android app with a function of sharing a text message through whatsapp. Here is my code:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_SEND);
intent.putExtra(Intent.EXTRA_TEXT,…

user3698799
- 71
- 7
1
vote
0 answers
How to check some change in the Dashboard(Service) and receive the result and perform action accordingly in Mobile App?
I have a requirement something like if the password get changed/User get deleted from the server then on immediate action I should logout from the Mobile Application, I am using Rest Services as back end. The service communication is with Android…

Krrish
- 271
- 3
- 17
1
vote
0 answers
Gloox library receiving blank messages from Google Hangouts
I'm having a difficult problem with Google Hangouts and my XMPP client which uses the Gloox library, where the former is literally sending blank messages to the latter. Here is an excerpt from the raw log files:
66
2016-Mar-13…

Phobos D'thorga
- 439
- 5
- 17
1
vote
0 answers
Website unable to connect to my computer
I'm currently in the process of creating a game.
Find here: https://docs.google.com/document/d/1zxC9Mo9LtcMf3jXA3z4xdz7Lj3G3EVGA4_CQzjoeyOA/edit?usp=sharing
I'm trying to make it so that I get a message when someone new joins. My current method is…

Blake Gaines
- 11
- 1
1
vote
0 answers
How to implement instant messaging Application in android
I am working on an instant messaging android application . I have successfully implemented the chat between my application and web application .I have used compile 'io.socket:socket.io-client:0.6.2' library to implement this. But when i installed…

Deepak Rattan
- 1,279
- 7
- 21
- 47
1
vote
2 answers
Frequent Database Query for Instant Message
I am creating an Instant Messaging application for our department. The features of this application are:
The messages will be stored in a database
The messages may be sent to one, multiple, or all users/locations
The logged in user will be able to…

physics90
- 946
- 3
- 9
- 24
1
vote
1 answer
Prosody/Pidgin not sending buddy authorization requests
I'm setting up a Prosody XMPP server on my local machine for a proof of concept, and I just want to get a simple chat session going with myself. I set it to allow registration, and was able to register new users, but when I send a buddy request to…

bdetweiler
- 1,544
- 1
- 16
- 27
1
vote
1 answer
Simple Asterisk PJSIP config for two softphones with messaging and presence
My goal is to establish a very simple telephony system with Asterisk 13 and PJSIP, and enable two softphones (i.e. MicroSIP), so they could call each other, text message each other, and know if each other is online or offline.
What should I have on…

Márcio Moreira
- 477
- 4
- 16
1
vote
1 answer
Android - correctly pairing and connecting two users in a random chat app using parse and pubnub
I'm currently creating a random chat application where the user presses a button and is paired with another user and then they can chat.I plan on using Parse for user control and file storage, and pubnub for chat.My question is, what would be the…

Paul Alexander
- 2,686
- 4
- 33
- 69
1
vote
2 answers
send instant message to 3rd party messaging service like Yahoo, Skype, MSN
Is there a way to send an instant message from your PHP code to a formal messaging service like Yahoo Messenger, Skype or MSN messenger?

Alaa
- 4,471
- 11
- 50
- 67