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.

564 questions
-1
votes
2 answers

Echoing message in XMPP with Asmack

As can see in asmack documentation when you receive one Chat type Message in processMessage() method from the MessageListener of Chat, I should to send back this message using Chat.sendMessage() to notify the message reception. But in my chat…
Dani
  • 4,001
  • 7
  • 36
  • 60
-1
votes
1 answer

How to dispatch message? android, asmack, openfire

asmack + openfire develop a android IM app. But I donn't known how to receive message from friends then dispatch to corresponding chat. I had the follow function: connection the openfire server and login success(acount A). Then I have a…
Yuansheng liu
  • 165
  • 1
  • 2
  • 10
-1
votes
1 answer

Using XMPP - XEP xml requests directly in android

Is it possible to use XMPP XEP - xml request directly in an android application. Currently I am doing the XMPP chat application with aSmack library, but in some cases the library is not working as they documented. So that I am planning some other…
Jashan PJ
  • 4,177
  • 4
  • 27
  • 41
-1
votes
1 answer

send current location periodically in XMPP

I am trying to send user's current location from android to the server and other mobile device. And to implement that, I am using XMPP. So far I have successfully made a connection with the XMPP server from Android using asmack library. But now I…
Hunt
  • 8,215
  • 28
  • 116
  • 256
-1
votes
1 answer

No Latency time with xmpp (smack - openfire)?

Im trying to communicate with 2 xmpp clients but this is not like messaging or chatting. It's more like event caused at one end and action performed at other (realtime). I wish there will not be any latency time when a Client A is trying to send…
Wesley
  • 1,808
  • 5
  • 31
  • 46
-2
votes
1 answer

Connect to local openfire server android

I am developing on Ubuntu. I am trying to connect my xmpp client to local openfire server. AndroidConnectionConfiguration configuration = new AndroidConnectionConfiguration( host, Integer.parseInt(port), service); …
Sunny
  • 14,522
  • 15
  • 84
  • 129
-2
votes
2 answers

asmack android peer to peer chat also shows 3rd user chat message in chat

I m developing android chat app using asmack api with quickblox. I'm facing problem that in peer to peer chat, i also receive 3rd user chat message in my peer chat. Any hint or help is appreciated. Thanks
Vyoma
  • 65
  • 7
-4
votes
1 answer

Openfire Sever IP address not able to connect on Android Application

I'm new to Openfire server so I'm not very sure on how to use it. I'm trying to connect the server to an Android application which I had found on the web : From the code , there is a host , port , username and password. I tried input the…
-5
votes
1 answer

How to create a simple Chat App in android

I wanna create a simple chat app in android but really I don't how to start I really searched in google but really I didn't find any helpful link or code so guys please I need your help how Can I start any video link or any simple code
Shanaz K
  • 678
  • 2
  • 13
  • 28
1 2 3
37
38