smack Questions

3

Solved

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...
Hindoo asked 31/5, 2015 at 21:39

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

I have seen this question around the forums but couldn't find any appropriate fix. Also all those questions are missing some info, so thought to put all what i have learned here. connecting the dot...
Shot asked 9/5, 2017 at 7:23

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...
Daley asked 1/4, 2017 at 17:43

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...
Esposito asked 14/3, 2015 at 6:35

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

I am using the following code in my android app: Thread d = new Thread(new Runnable() { @Override public void run() { SmackConfiguration.setDefaultPacketReplyTimeout(10000); XMPPTCPConnectio...
Supinate asked 14/5, 2015 at 12:41

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=...
Prickett asked 13/1, 2017 at 9:12

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...
Coaster asked 6/1, 2017 at 10:24

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...
Revocation asked 28/11, 2016 at 12:20

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...
Puncture asked 21/3, 2015 at 1:11

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...
Forsta asked 26/8, 2013 at 4:18

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...
Dogface asked 20/9, 2016 at 11:12

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...
Intelligence asked 7/7, 2015 at 8:24

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">...
Perilymph asked 17/6, 2011 at 15:16

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...
Helmsman asked 5/10, 2015 at 3:29

2

It is necessary to attach a 0313 XEP (0.2) http://xmpp.org/extensions/attic/xep-0313-0.2.html#sect-idp616432 in to SMACK/ASMACK. I create PacketExtension for this. public class Archive313 impleme...
Tar asked 26/3, 2015 at 15:27

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...
Chiquita asked 3/7, 2016 at 17:6

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 ...
Omegaomelet asked 2/2, 2016 at 19:2

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...
Urbina asked 7/7, 2015 at 16:13

© 2022 - 2024 — McMap. All rights reserved.