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...
Stipe asked 18/12, 2012 at 8:57

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...
Venue asked 25/9, 2017 at 19:5

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...
Souterrain asked 14/11, 2012 at 5:54

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 ...
Mercedezmerceer asked 8/11, 2015 at 17:30

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...
Agrostology asked 31/3, 2017 at 14:36

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...
Wyeth asked 11/1, 2013 at 13:31

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...
Geostatics asked 19/6, 2019 at 9:16

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...
Contribution asked 21/6, 2012 at 12:54

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...
Deweydewhirst asked 28/3, 2015 at 8:48

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 ...
Zoe asked 25/11, 2014 at 11:39

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...
Woodberry asked 15/6, 2013 at 16:0

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...
Foxed asked 18/12, 2010 at 5:59

3

Solved

How can we connect to Openfire using secured http-bind (port 7443 by default)?
Lukelukens asked 28/4, 2010 at 5:35

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...
Froggy asked 1/5, 2014 at 8:6

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...

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...
Avigdor asked 22/1, 2011 at 16:27

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...
Ciri asked 21/6, 2015 at 6:0

© 2022 - 2024 — McMap. All rights reserved.