xmpp Questions
2
I want to implement Group Chat in my application, for that purpose i am using MUC chat rooms to implement the same.
Here I want to add a list of members( i have the JID's) to the room.
I want to a...
Promptbook asked 31/12, 2012 at 6:3
2
Solved
I tried to set online mode but it doesn't work through a Roster. I ran this code and check my localhost server, the mode still "available" and not "Do not disturb".
final Connection connection = n...
1
Problem Description
I'm creating android chat application based on XMPP protocol. Smack is used as a XMPP Client library. In application messages are stored in SQLite database.
Question
How to impl...
10
Solved
I am planning to develop a web based chat application which takes in ReSTful requests, translate them to XMPP and deliver them to an XMPP server.
Using websockets for this kind of chat based appli...
4
Solved
I'm trying to figure out how XMPP works (total beginner in protocols in general) and I want to set up a server.
So far, I saw 3 main challengers :
ejabberd
openfire
prosody
I checked on some ...
2
I've just followed the tutorial on https://cloud.google.com/appengine/docs/java/xmpp/ and https://cloud.google.com/appengine/articles/using_xmpp and written a chatbot on the GAE XMPP service, assum...
Monteverdi asked 5/11, 2014 at 22:12
3
Solved
i start openFire and test it with spark everything is ok but when i try to connect with smack 4.2.0 in android studio i got this error:
Ljavax/naming/directory/InitialDirContext;
and my dependenc...
2
I am integrating XMPP functionality in my ios app and i came across a problem i cannot solve.
The problem is i cannot get archived messages from the server. My client is able to log in and i have t...
1
I'm looking for a XMPP library or plugin for my flutter project to build chat app.
I've tried looking at https://pub.dartlang.org searching for XMPP but no luck.
Searched github and found this h...
6
Solved
I am using aSmack library to communicate with remote xmpp server. I am able to send/receive messages, but I want to get timestamp of incoming message.
Could you tell me please, is it possible at a...
5
Solved
I have changed my app to use Smack 4.2 replacing Smack 4.1
But I'm getting an error in the config.setServiceName();
The parameter to this method has been changed from String to DomainBareJid.
I d...
1
OBSERVE https://developers.facebook.com/docs/chat/
The service and API this document covers has been deprecated with the release of Platform API v2.0. Once version 1.0 is deprecated, chat.face...
Armchair asked 25/10, 2013 at 13:7
1
Please can anyone show me the exact code for retrieving a chat history from openfire server to android client application using asmack library and XMPP protocol? In my openfire server I was enable ...
4
Solved
Hi I am working on ejabberd and I am quite new to this technology.
I am trying to add a user on my ejabberd server using this code:
try {
conf.setSASLAuthenticationEnabled(true);
connection...
9
Solved
I have set up a xmpp server and android client using the great post here... I have some pre defined users set up in the xmpp server and i could login with those credentials.
Now, from my app i wan...
3
Solved
How can we connect to Openfire using secured http-bind (port 7443 by default)?
3
Solved
I am trying to connect to gmail using SMACK API through XMPP server. but getting the
error : SASL authentication failed using mechanism PLAIN
you can check a glimpse of code. I got it from ne...
Multistage asked 17/9, 2010 at 9:20
3
Solved
Posting this for anybody else running across the same problem.
I was working on a browser client that used stanza.io to connect to an XMPP server (Prosody, in my case). I was using a wss:// connec...
2
Solved
I am using the smack library (4.1.2) in my Android app to connect to an XMPP server. It runs perfectly well when the code is NOT minified (ie with proguard). But in release mode, with proguard enab...
Palumbo asked 1/7, 2015 at 9:31
4
I've implemented a chrome extension which allow to use XMPP chat over BOSH connection with punjab server running on a remote server. It is implemented using javascript Strophe library. The issue I'...
Blanket asked 27/2, 2012 at 5:35
3
I built a VoIP calling app which maintains a persistent connection with the server to listen to any incoming calls. I implemented a background service to do this.
But since Oreo, this running code...
Hornbeck asked 15/7, 2019 at 8:0
1
I am sending the following message through fcm xmpp client. But I am not getting delivery receipt for the delivered messages.
I am using node-xcs node package for sending XMPP message.
var Sender...
Caribou asked 12/6, 2018 at 8:7
3
I have a similar problem to this other post and I've tried the given solutions but to no avail.
My project is a Ruby bot that uses the Blather library to connect to a Jabber server. The problem is...
Inapprehensible asked 7/12, 2011 at 13:49
7
Solved
Which XMPP library would be the best choice nowadays for Android development?
I've been using the patched Smack
library as is
suggested in many other questions
here in SO. However, that's a...
5
Solved
After installing Open Archive plugin in the Openfire server I can see the chat conversation between two user from the openfire admin panel which is pretty easy and that is web based too. Now I want...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.