I\'m using Smack API to develop a multi-user gaming client. I\'ve got a problem with my smack application: i can send messages and requests to the server, but my application can\'t read responses fro
I am using smack api for file transfer, there am using connetion ConnectionConfiguration connConfig = new ConnectionConfiguration(
I\'m currently working on a Project in my University which is an Android-App which is supposed to deliver data to a Server.
I am using the XMPP smack api to connect to an Openfire server.I am trying to query the server to return all public rooms available without knowing this names of the rooms in advance.The goal of this
I am working for a company that is using Google Chatback (anonymous chat with a support employee in my company\'s case) as the main chat service provider. This service uses the XMPP (formerly known as
I\'m using the Smack API in Java to connect to my XMPP server. I want to send a customized message packet like this:
I\'m writing an android game that requires push notification. I\'ve got the aSmack library imported and working, but I don\'t know how to implement it efficiently to achieve the following:
Does Smack function properly in Java EE?? I am having issues with presence. I get the credentials from the login form via doPost method..I can able to successfully authenticate as well as connection.g
I am working an XMPP client for both Android and iPhone. I have been able to connect to the server and get messages too.
I\'m using asmack lastest version (now). And I can\'t create a MultiUserCha开发者_StackOverflow社区t on Android.