smack Questions

2

I want to create an application for Android that enables me to get the geolocation of a user. This has to be made as a client-server app and for the server side I'm using OpenFire. For getting the ...
Commove asked 27/4, 2010 at 22:5

2

I have recently updated the asmack jar. Now I am getting an error like this: 07-18 12:49:29.523: W/XMPPConnection(6817): javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorEx...
Inadvisable asked 18/7, 2014 at 7:26

5

Solved

I'm developing a chat application in android. Using XMPP server. PHP server has been migrated to ejabber. My notification works properly in all scenarios. But in one case I am losing the XMPP mes...
Investiture asked 10/7, 2014 at 10:51

2

Solved

i am working on chat app based on XMPP in Android. i have done one to one chat functionality, but having some problem in multi user chat. i have successfully created new chat room, multiple users ...
Keffer asked 14/8, 2014 at 11:31

0

I am using Smack and Openfire server for a chat client, all things working well like chat, sending an invitation for a new addition of user, getting list of available users etc. I don't have a clue...
Sporophyte asked 29/7, 2014 at 14:27

3

I am working on an android chat application in which i am using smack library for instant messaging everything is working fine but the huge problem is in subscription. How to send subscription not...
Hostel asked 29/5, 2013 at 13:41

1

Solved

So im using Smack to run my chat bot for league of legends, however I can't even get the bot to show up because of a missing class error that I can't seem to figure out. Code and error below, Thank...
Overstrain asked 13/6, 2014 at 1:57

1

Solved

I am implementing a chat app using asmack library. I want to start a always running service where all the connection management task is to be done and that should be keep on receiving the incoming ...
Dansby asked 3/5, 2014 at 5:41

2

Hi I am creating an android app as a XMPP client to an ejabbered server. But I am really confused because I saw I can send messages as apacket or messages also I can receive messages using Packet...
Annuity asked 7/4, 2014 at 7:22

3

I want to develop a Java application which connects to Google Talk and allows a user to chat with it's friends. I am using smack API and the fallowing code: ConnectionConfiguration config = new Co...
Involve asked 1/8, 2012 at 9:32

2

Solved

This error come in log. from='kutbi1@360degree/Smack' to='akash@360degree/Smack' type='error' id='hK1L6-5'> <si xmlns='http://jabber.org/protocol/si' id='jsi_191216212994140179' mime-type='i...
Chert asked 20/3, 2012 at 7:14

2

We are already using jabber smack api for chating in our application. now we are planing to upgrade my app by adding voice/video chat. I think its possible by using the jingle jabber smack...
Proletariat asked 25/8, 2011 at 11:15

1

Solved

Hi I am new to this: I have set up an Openfire Server and using Spark IM to test it. But for Android application code what should be the JID for the user in session: I have tried username@ip_addre...
Cartier asked 13/1, 2014 at 14:14

2

I have setup my open fire(jabber server) on local machine with two user testuser1 and testuser2 .using Spark client both users perform chat without any issue,it's nice. openfire IP -192.168.1.65 ...
Tutankhamen asked 24/8, 2013 at 9:50

1

Solved

I'm trying to use Smack to log into a XMPP server. When trying to login I get the following Error : SASL authentication PLAIN failed: not-authorized I have been able to connect and log into th...
Stack asked 14/10, 2013 at 16:22

0

First of all, I'd like to provide some background information: I want to exchange unstructured data between various clients using XMPP. Data sources are supposed to publish their data simply to Mul...
Mirellamirelle asked 4/9, 2013 at 8:1

1

I have been trying to learn android programming following Ravi Tamada's tutorials - AndroidHive for weeks now. I created an app that performs Create, Read, Update and Delete actions (CRUD). Similar...

3

I have a problem while receiving file using asmack. Here I paste error and packets that I sent and receive log // error 04-21 19:21:05.109: WARN/System.err(7401): Error in execution: 04-21 19:21:...
Lissner asked 23/4, 2012 at 4:20

0

public void ReceiveFile() { ServiceDiscoveryManager sdm = ServiceDiscoveryManager.getInstanceFor(connection); if (sdm == null) { sdm = new ServiceDiscoveryManager(connection); Log.e("service...
Whaleboat asked 21/6, 2013 at 5:30

4

Solved

I read some examples and tested them but all of them need to start a chat with someone first to receive Incoming Messages... I want to retrieve this Incoming Messages without need to talk first to ...
Hystero asked 14/2, 2011 at 16:46

2

Solved

Am using the Xabber open source project and am able to create a new group, But it always says: This room is locked from entry until configuration is confirmed. I tried to set a default configuratio...
Fasciate asked 31/5, 2013 at 13:17

2

I use Smack API to write my Google talk Client . Now i need to handle add request for this . I set SubscriptionMode to manual & now I have to registering a listener for presence packets but i d...
Edmonson asked 26/8, 2009 at 12:20

1

Solved

Currently i am working with xmpp/jabber chat for android.i just tried with Openfire and try to connect my jabber account.connection was successful.but i am not able to send any message.it shows som...
Helle asked 18/4, 2013 at 7:36

1

Solved

How to get the DiscussionHistory of a MUC room from MultiUserChat? I am able to create MultiUserChat instance and room by using aSmack library, now I want to show all the previous conversations tha...
Underlaid asked 5/4, 2013 at 10:42

4

Solved

I am not able to use Smack on Android whereas aSmack works perfectly? When compared the source code it looks somewhat similar, where does the difference comes from? What is the difference between ...
Punctilious asked 14/10, 2010 at 12:49

© 2022 - 2024 — McMap. All rights reserved.