Questions tagged [asmack]

Before Smack added native support for Android in Smack 4,1, aSmack was the build environment for using the Smack library on Android, enabling XMPP protocols.

aSmack is a build environment for Smack that uses an existing Smack source to add additional Android specific patches to smack which

  • use the built in XML parser provided by the Android library
  • add support for DNS SRV lookups

Starting with Version 4.1 is able to run without modifications on Android, so aSmack is essentially obsolete.

566 questions
0
votes
1 answer

How to get the API key & session key & session secret key for FB Chat on Android

I am trying to build a chat app for Facebook in android. I am using the X-Facebook Platform authentication method. How can I get the api key & session key & session secretkey. I read in a tutorial that we get it from the FB by signing in as…
0
votes
1 answer

AIM/MSN chat integration in Android

In the past few days, I tried GTalk/Facebook chat integration with Android Smack and it's working fine. I tried to implement the same logic for AIM/MSN chat integration with Android Smack but it did not work. Is there any special configuration…
Dipali
  • 354
  • 2
  • 5
  • 22
0
votes
1 answer

Get birthday, gender, mobile phone in xmpp for android

I use xmpp(asmack) to login and get contact from google talk. I look document about xmpp but not show about how to get birthday, gender, mobile phone... in xmpp in android. How can i get birthday, gender, mobile phone in xmpp? or have any other way…
Chandara Sam
  • 323
  • 3
  • 7
  • 19
0
votes
1 answer

Refreshing a ListView with a custom adapter

I am writing a small google talk client for android and I am having trouble refreshing my ListView correcty. This list contains the contact list and is showing the name and the presence of the contact. My listener works fine and I can see the…
Marc
  • 5,284
  • 5
  • 26
  • 50
0
votes
1 answer

Android-facebook chat client using xmpp

Am using asmack to login to the facebook for chatting using my apikey and access token ! But the login is failing with the following exception "SASL authentication failed using mechanism X-FACEBOOK-PLATFORM: " I want to know from where i can get a…
Ragesh Gopal
  • 79
  • 2
  • 10
0
votes
2 answers

Android-facebook chat client using xmpp in android

Am New to android, Now I am trying to develop a facebook chat client using asmack , I am able to login using the following code , // for creating and authorize the connection FBMessageListener is message listener class public String…
Ragesh Gopal
  • 79
  • 2
  • 10
0
votes
3 answers

MultiUserChat get chat room user?

I am working on ASmack. Is it workable to get chat room user list using asmack? http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/muc.html This list have not shown. Please give me some idea.
Curtis Tai
  • 85
  • 2
  • 13
0
votes
1 answer

Find contact from email (or other information) in Xmpp

I am currently working on an Android Application in which XMPP is used for communication between users. Now I need to add a function for importing friends from Facebook or the phone contact-list. Does anyone know how this might be accomplished (that…
Jave
  • 30,389
  • 14
  • 74
  • 90
-1
votes
1 answer

XMPP connection in android using smack

I am getting this error while running the code. I am using smack 3.1.0 and smackx3.1.0 alon with android extension of smack (smack-android-4.1.0-alpha6) 09-01 15:28:37.430: E/NativeCrypto(9558): ssl=0x670ec948 cert_verify_callback…
BShivam
  • 21
  • 1
  • 5
-1
votes
2 answers

Registering User using Smack 4.1.3

We are building a chat client in java and using smack 4.1.3. What I noticed is there is huge change in smack APIs after smack 4.0 and registrations examples available on the internet are not working for smack 4.1.3. I am not getting write APIs to…
Sumit
  • 331
  • 2
  • 5
  • 20
-1
votes
2 answers

Smack 4.1.3 org.jivesoftware.smack.chat package not found

Following is our progress- Installed openfire server on Amazon Ubuntu instance. Developing Android client app using smack 4.1.3 lib. We have developed Registration and Login module till now. Issue we are facing- Now that we are trying to develop…
Sumit
  • 331
  • 2
  • 5
  • 20
-1
votes
2 answers

Where to download the latest "release" version of asmack source code

I am trying to download the source code of asmack library. I found the link on github.com and some other sites. But no source code is found. On https://code.google.com/p/asmack/downloads/list But the last commit is in 2010, it is old. On…
-1
votes
1 answer

Incomplete and random numbers of Friends list using asmack

I am getting random numbers of friends from the asmack roster in android. i am using roster = connection.getRoster(); Collection entries = roster.getEntries(); return roster.getEntries(); please help...
-1
votes
1 answer

Unable to return group list in xmpp with asmack version asmack-android-8-4.0.6.jar

I am unable to get group list with asmack version asmack-android-8-4.0.6.jar from XMPP I tried all the possible methods to get group names from xmpp,I was able to get in Pidjin clinet but not able to get using asmack,here is the code am using to get…
kondal
  • 349
  • 1
  • 6
  • 18
-1
votes
1 answer

Android Send User Latitude And Longitude On Xmpp Server Using ASmack

I am new in android and xmpp. I am fully setup my xmpp server with asmack library in android. My aim is i want to send user latlng to server and track user on server side map (with php). Now i am sending latlng throw message ( using asmack ) to…
ROONY
  • 3
  • 3
1 2 3
37
38