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?
Gat asked 8/1, 2013 at 6:20

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...
Brotherson asked 8/11, 2012 at 14:3

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...
Bournemouth asked 9/1, 2012 at 16:42

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...
Haunted asked 15/3, 2011 at 20:2

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...
Turbellarian asked 9/9, 2011 at 7:26

2

Solved

How can I fetch chat log or chat history from Openfire server using Smack library into an Android application?
Redingote asked 9/7, 2011 at 13:30

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...
Ictus asked 26/7, 2011 at 12:42

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 ...
Overweary asked 11/7, 2011 at 14:16

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 ...
Vierno asked 27/6, 2011 at 16:10

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(); ...
Supra asked 24/5, 2011 at 14:34

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...
Mohave asked 4/3, 2011 at 11:40

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...
Quinta asked 2/2, 2011 at 12:50

1

Solved

I can use connection.getRoster(),getName to get roster names of contact. But how to set the name of current authenticated account?
Clamp asked 26/1, 2011 at 17:31

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...
Flaky asked 7/10, 2010 at 8:53

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?
Buddhism asked 10/10, 2009 at 10:34

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...
Rhigolene asked 3/12, 2009 at 9:33

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...
Cedeno asked 12/5, 2009 at 4:37

© 2022 - 2024 — McMap. All rights reserved.