Smack is an XMPP (Jabber) client library written in Java. It provides a simple API to allow Java developers to write clients which access XMPP servers.

learn more… | top users | synonyms

0
votes
0answers
3 views

Smack-bosh XMPP conection

I am using smack library with bosh (library compiled from http://svn.igniterealtime.org/svn/repos/smack/branches/bosh/smack-bosh/). I have a problem: I manage to connect to the server over bosh, and I ...
0
votes
0answers
9 views

Get Status of Available chat in XMPP using Smack

i am try to get the chat user status. so i used it:- Roster roster = connection.getRoster(); Presence presence1 = roster.getPresence("9999999999"+"@mmmmm.com"); Mode status = presence1.isAvailable(); ...
0
votes
0answers
7 views

create roster group with smake

I've tried to read document about create group by using smack. To save the group on server I have to add at least one entry, is that possible to add roster entry of current user to the group? If ...
0
votes
1answer
19 views

Create Group in ASmack

I'm newbie in asmack.. How do I create a group in a group tab in asmack? I have tried createGroup(String name) as shown here link but it seems that it is only makes a group in user tab. Does anybody ...
3
votes
1answer
50 views

Asmack for facebook chat doesn't work with PrivacyListManager

I am working in an android application and I have integrated facebook chat into my android application successfully with aSmack. But when I login to the facebook chat with aSmack libary, my facebook ...
-2
votes
0answers
17 views

Android Asmack File Transfer service unavailable error 503 remains unsolved even after trying out the ways suggested in Stack answers

ServiceDiscoveryManager serManager = new ServiceDiscoveryManager(mConnection); FileTransferNegotiator.setServiceEnabled(mConnection, true); FileTransferManager manager = new ...
2
votes
0answers
32 views

Presence listener not working in asmack

I am developing a chat application for Android using asmack. The connection is getting established and I'm able to login also. I've added listener for IQ packets and that is working fine. I have added ...
0
votes
0answers
32 views

XMPP Asmack FileTransfer giving “Could not create file to write too” error when the file is received

I have added the file transfer code to my Android app, i am compressing the file before transferring. When i transfer the file and debug the control comes to my receive file method and when it creates ...
1
vote
1answer
38 views

How to send a broadcast message with SmackAPI?

We're developing special devices that uses XMPP to talk to each other. A new API i am developing now, should talk to these devices too. The problem i am facing - all these devices are building little ...
0
votes
1answer
39 views

Smack api and Openfire server presence error

I am developing a chat application using Smack api and I got stuck at receiving presence packets. Tested with Smack 3.2.2 and 3.3.0. These problems involve only using Openfire server 3.8.1. First:I ...
1
vote
1answer
70 views

How to receive files in Smack in androd?

How to receive transfered file using Smack with Openserver in Android? Here following is a code which I have used to receive a file. But getting error and can not rec any file. ...
1
vote
1answer
42 views

I want to add an external library to jdk 1.6

I want to add an external library I am using eclipse IDE and I followed the following procedure of clicking the preferences - > Java - > Installed JREs - > Edit - > add External JARs and after adding ...
0
votes
0answers
55 views

how to use xmpp (smack) over talk.google.com server for OWN chat app

private static final String HOST = "talk.google.com"; private static final int PORT = 5222; private static final String SERVICE = "gmail.com"; // establish connection connConfig = new ...
2
votes
0answers
44 views

Android asmack received iq packets are formatted in wrong way

I am using asmack for implementing chat client application. I am sending an IQ request for fetching previous chats. Though I get all previous chats some of them are broken. Actually output should be ...
0
votes
0answers
30 views

Get all users which are in Group using smack

Im presently starting a chat app, Im a newbie to Smack. I need all the users who are in a common group using smack. I have added "Registration" plugin which is in Openfire website and as soon as I ...
0
votes
0answers
24 views

How to - who is the owner of a room from Occupants list?

I am trying to implement a MultiUserChat with the aSmack API So far I managed to create a new MultiUserChat room, join it, and send invites out. My problem as of now is how to find out who is the ...
0
votes
0answers
13 views

Openfire send email on friend request

Anyone knows how can I detect a user subscribe request on my Openfire server and send an email to the requested user?
-3
votes
0answers
67 views

making a chatting system using xmpp protocol with browser based and front end clients [closed]

i want to solve the following question: any clues of how to think about the whole process of doing the chatting system?? please help .. use the XMPP protocol to setup an “instant quizzing” system ...
-1
votes
0answers
88 views

getting error while file transfer using asmack in android

i am working on android to build my chat app and its working fine but when i try to transfer file with other user then i cannot able to share but i m not getting any error and cannot send file. So ...
2
votes
0answers
61 views

Multi user chat is not working on server

Using smack API,openfire and XMPP i had created chat application in android. In that i added group chat functionality.But on my local server it work's fine but when i am trying to run on server first ...
-1
votes
0answers
94 views

Code for Facebook chat using XMPP in android [closed]

I am new in android, in my application i have to write a code for facebook chat with friends so please provide any sample application so i can integrate with my application thanks in advance
1
vote
2answers
65 views

how can i stop my AsyncTask thread. or stop chatmanager

I developed chat app using xmpp by smack client. I used a background thread for incoming msg notification and working fine. But now when I am in chat view then I don't want notification of incoming ...
1
vote
1answer
60 views

How to remove packet listeners of XMPPClient using Smack

I developed a chat app using Smack by XMPP server(openFire). For getting incoming message, i used to PacketFilter This is incoming msg code:- PacketFilter filter = new ...
2
votes
1answer
75 views

No response from the server error in ejabberd server

Now i am working with xmpp chat for android uisng ejabberd server ,when i am trying to connect with server it shows error.but it works fine in openfire server.am using smack library. error log is ...
0
votes
0answers
37 views

“conflict (409)” when using Smack's AccountManger.createAccount()

Note: sorry the level of my english. I use smack to develop a program on android. When I want to create a user by use the function: AccountManger.createAccount(), I got a problem: at ...
1
vote
2answers
100 views

XMPP “stream:error (conflict)” on login with (a)Smack

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 some ...
1
vote
0answers
61 views

Retrieving location information of users registered in a Smack XMPP Server (Without subscription)

So here's my idea. I wan't to list all the users registered on an XMPP server within my location radius. So that I could add (if interested). I use smack API and I am basically building an android ...
0
votes
1answer
33 views

Java Smack FileTransfer

Okay, I got the following code from the web, and it does work: @Override public void fileTransferRequest(FileTransferRequest request) { // Check to see if the request should be accepted ...
0
votes
1answer
120 views

Smack multi user chat list of online users

I'm using the account administrator to login into my openfire XMPP server, from my third party server. I need to discover the available users into specific multi-user-chat. For "available" I mean all ...
-1
votes
1answer
85 views

smack jitsi-jingle examples

I want to develop a project that can support voice chat, and I decide to use jitsi-jingle and smack, but I don't know where to start, are there any tutorials or little examples for me to learn ...
0
votes
1answer
31 views

How to detect an error while sending a chat using Smack

I'm using smack to send a chat message. While testing i figured out that, when the network is unavilable, the API does not throw any exceptions. my code : Chat chat = ...
2
votes
1answer
117 views

How to get DiscussionHistory for MultiUserChat room using aSmack?

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 that ...
0
votes
1answer
22 views

Smack user validation and Nodeprep profile of stringprep

I'm working with Smack library and as I understand there is no function for verifying user jid, which is used in creating new Connection. (Please correct me if I'm wrong) So I decided to write a new ...
0
votes
1answer
108 views

XMPP service-unavailable(503) error during UserSearchManager

This morning i have involved with a complex problem. I am creating chat application using XMPP. I have success to login and can chat with user. Now, I want to search user in XMPP server. But i got ...
0
votes
0answers
38 views

smack manage chats

I use Smack for create and manage chats. //i have connection is XMPPConnection //and muc is MultiUserChat //i create chat for each users into MUC chat_manager = @connection.get_chat_manager ...
0
votes
0answers
20 views

Creating Window Event of Tab Event for Received Message

How can one create a window event or a Tab event when a message is being received using SMACK... When a message is being received I want either a blink on the application at the system taskbar or the ...
-2
votes
1answer
39 views

How to append users message to a separate JTextPane using smack [closed]

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 ...
0
votes
2answers
162 views

How to handle (failed) login attempts with Smack XMPP API

I'm developing a chat server based on XMPP and Smack API, which connects to an Openfire server (Hosted by a friend who is also developing this with me). So, I started programming it just a few days ...
0
votes
1answer
75 views

Exception occurred on login method of XMPPConnection in smack

I wrote the following code: ConnectionConfiguration connConfig = new ConnectionConfiguration("talk.google.com", 5222, "gmail.com"); XMPPConnection connection = new XMPPConnection(connConfig); ...
0
votes
0answers
106 views

Add member to Group in XMPP

I managed to create a user in my xmpp server successfully(asmack). AccountManager am = m_connection.getAccountManager(); am.createAccount(mUserName, "1234"); However, now I want to add this newley ...
0
votes
0answers
120 views

Listview not update when message is received in chat application

I had create a simple chat application in android using smack,xmpp,openfire. when i sent & receive message at that time it is updated in listview , but when i closed chat window and again open. ...
0
votes
0answers
73 views

XMPP - Publish User Location to all members in chat room

I created a chat using XMPP (smack) successfully. However , now I need to publish a user's location(longitude,latitude) and publish it to all registered user's in group chat. I read in the ...
2
votes
0answers
33 views

I am not getting latest Roster smack

I am using smack/asmack library for chatting perpose in android. I want that as soon as presence change of buddy I am getting notification it is ok but that time I am fetching Roster but I am not ...
0
votes
0answers
67 views

Smack Lib with Java Application Server (glassfish), connection error

I know that very similar question is already exists here, but at the same time reply, mentioned there does not suit me so I'll try to ask for some additional advices. I'm using glassfish 3, JSF 2.0 ...
1
vote
1answer
97 views

Smack's FileTransferManager.createOutgoingFileTransfer only accepts full JIDs. How can I determine the full JID of a user in Smack?

After hours of debugging and trying to find out why the file transfer was not working using aSmack, while normal messaging was, I finally managed to pin it down to this. The Openfire server is ...
0
votes
1answer
118 views

Smack chats creating two threads

I'm having trouble establishing a proper chat in the Smack messaging library for Java. It works just fine if the chat was started locally, but if the chat is started from another client then two ...
-4
votes
1answer
77 views

Why vanilla smack don't work in Android? [closed]

I was trying to use smack xmpp library in Android, but it doesn't work. The library throws errors and the application crashes. Finally I met aSmack, which is a port of official library. My question ...
0
votes
0answers
56 views

multiuserchat addinvitationlisterner not working

I am currently working on group chatting which I cannot receive any notification when someone invite me. I am using a Service to keep track on the notification and my service class implements ...
2
votes
1answer
119 views

How to find out the room occupants when someone joined or left a MultiUserChat in smackx?

I am trying to implement a MultiUserChat with the smackx api. So far I managed to create a new MultiUserChat room, join it, and send invites out. My problem as of now is how to find out who is in the ...
0
votes
1answer
235 views

Automatically adding users to roster using Smack API

I am building a client application for Intra Office Messaging System using Openfire as server. Using Roster class I can find the list of buddies (friends/contacts) using: Roster rs= ...

1 2 3 4 5 8