Questions tagged [smack]

Smack is an XMPP (Jabber) client library written in Java for Android and Java SE. It provides a simple API allowing developers to write clients for XMPP services.

Smack is an Open Source Java library for writing XMPP based clients. It provides access to the core functionality as well as many of the XMPP extensions. Smack supports both standard Java and Android since version 4.1 and obsoletes the fork.

Note: For Linux SMACK (Simplified Mandatory Access Control Kernel) see .

1461 questions
-2
votes
1 answer

Google Cloud Messaging Smack Library

I am attempting to implement the Google Cloud Messaging CCS server written in Java, and I have downloaded the Smack library from here. My question is, which files do I place within my project in order to use these import statement? import…
-2
votes
1 answer

Can we create IM clients other than GTalk using Smack api in Android?

For the past two weeks, i am working to create an application, which is used to communicate with all Messengers in Android. I am using the Smack API for that, and now I can connect to GTalk. Now trying to connect it to the Yahoo messenger. But it is…
Rajapandian
  • 8,847
  • 22
  • 70
  • 86
-2
votes
1 answer

How to append users message to a separate JTextPane using smack

I'm new to the smack API i created a chat programe with it, which seems to be very well successful, i used a JTabbed pane that adds a JSplitPane which also adds a textArea where client types in message and a JTextPane that inserts received message.…
Paul Okeke
  • 1,249
  • 1
  • 13
  • 18
-3
votes
1 answer

Getting a random Nullpointer when sending Image in chat QuickBlox?

I am sending Image in my Chat App using QuickBlox . The scenario is when user sends a Image it first uploads to QuickBlox server and then send the message to other user. At send message I am getting this error randomly sometimes it doesnot show this…
Urban Pendu
  • 33
  • 1
  • 4
-5
votes
1 answer

tls smack ejabberd Android Studio

I am trying to make a simple Java client that uses tls to connect to and log into a ejabberd server. I use Android Studio or Eclipse. I want a simple example that works.
ZingMe
  • 1
  • 1
-6
votes
1 answer

how to login with email adress using smack,openfire ,android?

i have a problem using smack api i'd like to allow the users to login using their email not username how to do it ?i'm using openfire,xmpp,smack API android
newOne
  • 1
  • 1
1 2 3
97
98