smack Questions
3
Solved
Smack throws "NoClassDefFoundError: Failed resolution of: Lorg/jxmpp/util/XmppStringUtils"
I got a problem with my app in which I want to create a simple XMPP client that connects to my server.
I got the following problem when I'm starting the app (compilation runs through without proble...
1
I am working with XMPP for implementing chat in my Android application and i have used Smack API for it. My Chat is working fine and i am saving all the chat messages on Android Device locally.Foll...
Netsuke asked 16/12, 2016 at 13:34
0
1
Solved
After I upgraded smack to 4.2.0 I am getting connection issue.
The following addresses failed: 'xxxx:5222' failed because:
de.measite.minidns.hla.ResolutionUnsuccessfulException: Asking for xxxx...
6
I am trying to use Smack 4.1.0-rc3 for implementing a java xmpp client which connects to a ejabberd xmpp server. I am using the following code for connecting to the server.
XMPPTCPConnectionConfi...
2
I have an Android application that has a chat client as one of its features. The chat client uses XMPP based on the Smack library for Android and running Openfire as XMPP server in the background. ...
Horning asked 24/1, 2017 at 2:42
3
0
I'm trying to send custom IQ from register device to ejabberd xmpp server for FCM configuration but still i can't received FCM notification and receiving Error like "user not registered at XMPP".
...
Cini asked 19/1, 2017 at 4:56
1
Solved
how to send info query packet to xmpp server, in other words how to send "..." to server to query some information?
<iq type='set' id='123'>
<push xmlns='p1:push'>
<keepalive max=...
0
Openfire version - 4.1.1(Which has XEP-0313 MAM support)
Smack version - 4.2.0-rc2-SNAPSHOT(Which has XEP-0313 MAM support)
Monitoring Service version - 1.5.4
After installing Monitoring Service p...
1
I have built a chat application using an Openfire (xmpp) server. One-to-one person chats are working fine and the messages are delivered instantly. But when we send a message inside a group, the fi...
3
Solved
I am trying to do an XMPP Connection with Smack 4.1.0 rc1 from https://github.com/igniterealtime/Smack
I followed this guide: https://github.com/igniterealtime/Smack/wiki/Smack-4.1-Readme-and-Upg...
1
It seams like to work with chat application, using openfire and smack there can be two ways below,
First Way
Smack makes a connection with the openfire server and it can receive and send update...
Degeneracy asked 10/10, 2016 at 8:5
8
Solved
I am developing chat application by using Openfire XMPP server. I can text chat between two user. But i want to know Typing status when some one is typing message. So i created a class :-
public c...
1
Unable to understand why this error frequently comes and app gets crash.
Below error:
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.studyboard/com.studyb...
1
I run ejabberd in my cloud server and I think it is working well because I can connect to it from my PC using pidgin.(ejabberdctl connected-users-number
answers 1 when I connect and 0 when I'm offl...
4
Solved
I'm using the Smack API in Java to connect to my XMPP server.
I want to send a customized message packet like this:
<message to="[email protected]" type="chat" MYFIELD="custom stuff">...
2
Solved
I am moving my android application from asmack-android library to Smack 4.1.4. I have some PacketExtensions in the asmack version of Smack, which uses PacketExtension and PacketExtensionProvider cl...
2
1
I am developing a chat application in which i need to give support of file transfer. For this i am using Smack API. But my file is not being transferred and i am getting the File status Error and p...
Henke asked 26/7, 2012 at 10:2
1
I have a Java application implementing Smack 4.1.7 that I am using as a mock client for Openfire 4.0.2. At the moment, Openfire is running on my localhost.
Smack can login and authenticate properly...
1
I am trying to connect to Firebase Cloud Messaging by using smack library.
I don't have much knowledge of the Smack API. After reading the Firebase docs, I see that the connection must be authentic...
Glycerol asked 3/7, 2016 at 7:56
1
I am new to XMPP. I'm using smack on android for providing chat in my application.
In smack 4.1, support for stream management is added so I used
XMPPTCPConnection.setUseStreamManagementDefaul...
Upstanding asked 26/3, 2015 at 20:12
2
I'm trying to make a chat application using XMPP. For this, I referred to this tutorial and successfully implemented it. But now I'm unable to get that particular message is received by the server ...
3
Solved
I am trying to implement a chat messenger using ejabberd server and smack library but having a hard time to integrate all the jars and dependencies of smack. I am using android Studio.
My build.gr...
© 2022 - 2024 — McMap. All rights reserved.