smack Questions
1
Solved
I'm working on a chat application using asmack as a library and on android platform.
Is there is any way that before adding friend in Roster can I check that friend exist on server or not?
4
Solved
I'm stuck with this problem and I can not solve it.
Code:
ConnectionConfiguration config = new ConnectionConfiguration(host, port);
config.setDebuggerEnabled(true);
config.setSASLAuthenticatio...
2
Possible Duplicate:
XMPP aSmack - How can I get the current user state (offline/online/away/etc.)?
I am developing chat app on Android base on asmack lib. I display all the user on th...
2
This is the XML sent From XMPP Server Side that i want to recieve so that i can send it to my XML parser.
<message to="[email protected]/smack" chat_id="73392"
custom_packet="true" user_...
Sepsis asked 17/9, 2012 at 6:22
1
I am using asmack for an android IM application, where I am using remote service with AIDL interface.
Inside of onStartCommand method of my service I write code as below. I create connection and t...
Clamworm asked 15/8, 2012 at 17:11
4
Solved
Hi
I am planning to develop a chat client which can connect to gtalk facebook etc...I have decided to use the smack API along with openfire..
But I need little guidance as to how to use it with o...
Rone asked 11/5, 2011 at 9:37
5
Solved
I'm trying to make a Facebook Chat on Android with the Smack library. I've read the Chat API from Facebook, but I cannot understand how I have to authenticate with Facebook using this library.
Can...
2
Solved
I experience a quite strange behavior using smack to build a small XMPP Client/Bot. I set up the connection as well as a ConnectionListener and a ChatManagerListener. This works quite fine and I ca...
Bouffant asked 31/5, 2012 at 14:20
2
This question is similar to: Authenticate to Google Talk (XMPP, Smack) using an authToken
I have android.accounts.AccountManager class and its methods to get authentication token for Google accou...
2
Solved
How can I fetch chat log or chat history from Openfire server using Smack library into an Android application?
1
Solved
I'm developing an application that receives push notifications via XMPP ( I know C2DM, but it has some limitations and I can't use because of it ), the problem is the connection that after some tim...
Inferno asked 5/10, 2011 at 13:20
1
Solved
First post here so please be gentle.
I'm building a facebook chat client, using Smack library.
I'm using X-FACEBOOK-PLATFORM method in order not to save any passwords. I had it working properly usi...
Limbo asked 12/9, 2011 at 23:40
1
Solved
I took a brief overview on xmpp.org website, and read all things related to message archiving(XEP-0136 protocol). After reading all document, still i am not getting exact way to start implementatio...
1
Solved
I know that this question has been asked before, but only a partial response has been given by mschonaker here. On my website, user can add people to their roster, then the buddy has to accept and ...
1
Solved
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 ...
1
Solved
You can use RosterEntry to get the name of your contacts. But how I change my own name and it appears to my contacts when they do
RosterEntry entry = roster.getEntries("myuser");
entry.getName(); ...
1
Solved
The app I'm writing is connecting to a XMPP server, and if the user chooses, I want to give them the option to connect to their google chat account, without having to enter the credentials...
To d...
Bashaw asked 1/6, 2011 at 0:3
2
Solved
In Smack API, there is a configuration class for connection, described at this page
ConnectionConfiguration
I am confused about the distinction between service name and server name.
Suppose I ha...
4
Solved
I have 2 swing classes which extends JFrame. Both have show() method in there constructor. From ClassOne i called ClassTwo like new ClassTwo() on button click event. But if i press the button again...
1
Solved
I can use connection.getRoster(),getName to get roster names of contact.
But how to set the name of current authenticated account?
2
Solved
Hi i am using smack.jar.I am able to connect with gtalk using it.Using Roster.getentries() i can get my buddy list.But how can i add new friends to my buddyList.Is there any API smack exposes to ad...
3
Solved
Can anyone tell me what the differences are between smack, tinder and whack?
Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
3
Solved
I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running very well. However, I didn't find a way to store additional profile information (us...
3
Solved
When logging in to an XMPP server via smack, I only send the userid/password combination.
Do server components actually use the "resource" parameter in a full JID?
e.g. ali@someplace/resource
Wh...
© 2022 - 2024 — McMap. All rights reserved.