Tagged Questions
0
votes
0answers
13 views
GCM and Smack API
I tried to connect to Cloud Connection Server of GCM using Smack API. My code:
ConnectionConfiguration config = new ConnectionConfiguration("gcm.googleapis.com","5235");
...
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
10 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
1answer
22 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
21 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
33 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
33 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
39 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
40 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
71 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
57 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
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 ...
-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
91 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
vote
2answers
66 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
61 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
77 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
104 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
62 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
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
87 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
119 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
110 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
2answers
163 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
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
122 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
74 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 ...
1
vote
1answer
98 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 ...
-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
236 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= ...
0
votes
0answers
101 views
no Subscription approval notification in openfire
i am trying to create an application on smack and openfire for pubsub but
I am not be able to receive Subscription approval notification from the server when owner approves the subscriber for a node.
...
0
votes
1answer
384 views
XMPP - Facebook - How can my client implementation receive messages sent by other client implementations?
I have implemented a facebook chat client that connect using the Smack API. At this moment, the main features are working well. I send, receive messages, receive typing notifications...
But I have a ...
-1
votes
2answers
156 views
get VCard Avatar iq packet from server SMACK Android XMPP
I am sending IQ packet to server properly but unable to get IQ packet from server after comparing hash codes
IQ iq = new IQ(){
@Override
public String ...
0
votes
0answers
18 views
PacketListener attached to a connection in service not working [duplicate]
I have already asked a question but got no help. My code is as follows. I can see the packets being received in the asmack logs but the packetlistener does not seem to be getting hit. I am not just ...
4
votes
2answers
828 views
Does Google Talk support XMPP Multi-User Chat?
I'm using Smack to develop an internal dashboard in Java/Spark that would start a Google Talk conference between a LDAP user group. When I run
MultiUserChat.isServiceEnabled(connection, ...
-1
votes
1answer
57 views
keeps continuously sending packet in Packetlistenr smack
I have Packetlistener in which can show presence changed from different resources. what I want that whenever a presence change from other resource it should resend a received presence packet but only ...
0
votes
1answer
142 views
presence on multiple resources smack
I am trying to update the presence on three clients two of them are Adium & Pidgin and one my custom build app. when I send presence from my App it works sets available and status to "In Room":
...
0
votes
1answer
293 views
voice chat using smack api
I am developing a chat application in android using SMACK API.
I want to implement voice chat feature in my application . Is that possible to implement voice chat feature using SMACK API? If it is ...
0
votes
1answer
116 views
How do you perform OAUTH2.0 Smack XMPP authentication with talk.google.com
I haven't been able to find documentation on how to implementation OAuth2.0 authentication using the Smack API using access tokens. The only examples I've been able to find are Facebook examples and ...
0
votes
1answer
194 views
(a)Smack: TLS socket is closed when trying to login with XMPP
I am trying to connect with asmack (Android Gingerbread) to google talk. I have set connectionConfig.setTruststoreType("BKS") - so I get over the certificates problem. Now the failure is in the ...

