smack Questions

2

Solved

I'm trying to adapt the example provided here for Smack 4.1.0. and getting a little confused. Specifically I'm struggling to understand what the GcmPacketExtension should now extend, how the cons...
Moisture asked 5/5, 2015 at 15:15

2

I have the following code which should listen for messages: ChatManager chatmanager = ChatManager.getInstanceFor(xmppManager.getConnection()); chat = chatmanager.createChat(otherJabberId); chat....
Grewitz asked 31/10, 2015 at 14:50

2

Solved

Hi is there any way to do android xmpp client which will be able to get message receive confirmation (XEP-0184) I read that there is XEP-0184 in smack but normal smack is not working with android(o...
Laudable asked 28/6, 2013 at 17:33

5

Solved

The Message Packet that i want to recieve. <message to="[email protected]/smack" chat_id="73392" custom_packet="true" user_id="44" manager_id="39" time_stamp="0" website_id="0" visito...
Gavrilla asked 18/9, 2012 at 10:26

1

Solved

I'm trying since last four days to send and receive chat message using own XMPP and with Smack+OpenFire. According to Smack's "readme.txt' i set up the connection and got logged user in. The code o...
Cabinetwork asked 5/11, 2015 at 17:38

5

Solved

I am new to xmpp/asmack in android. Can anyone please help me in getting the presence of the user's friends ( roster list) I am using this : Presence availability = roster.getPresence(user); Mod...
Puce asked 22/1, 2013 at 6:51

3

I am trying to create an XMPP client using the latest version of Smack 4.1.0-beta. But i am running into an error when trying login into a local running OpenFire server. org.jivesoftware.smack.Sm...
Ilowell asked 2/2, 2015 at 15:44

5

I am new to smack API. I am trying to develop a chat application where I was trying for setting and getting the presence. When I change the presence of a user, its working perfectly fine and it is...
Heighten asked 17/12, 2009 at 4:35

2

Solved

I am trying to display all available contacts even though it is not displaying it Code: Roster roster = Roster.getInstanceFor(connection); Collection<RosterEntry> entries = roster.getEntrie...
Royalroyalist asked 1/4, 2015 at 23:22

1

I'm using the Smack library v4.1.0 (not aSmack) for Chat feature within an android app. I can't seem to get the following two feature to work: User Presence (Online, Last Seen) Chat Message Statu...
Overrefinement asked 5/10, 2015 at 7:42

4

I want to block a particular friend from my chat list with XMPP. code works fine. There is no Exception, but I am not able to block a user. I'm using open fire server. what changes should i made on...
Hoppe asked 4/9, 2013 at 9:58

2

Solved

What are the proper ProGuard rules for Smack 4.1 when building an Android release apk? Currently, I'm using the rules from aSmack 4.0.x from the README.asmack file on the aSmack github repository ...
Campagna asked 16/4, 2015 at 15:10

2

I'm following a tutorial to make a very basic chat app with Android Studio, but I'm getting the error: Error:(131, 45) error: XMPPConnection is abstract; cannot be instantiated at the followi...
Matronna asked 7/5, 2014 at 0:20

2

Solved

I am trying to create a basic connection and login to an Openfire server that I have installed. I have the following user in my users database which I created through the Openfire web admin interfa...
Foxy asked 19/3, 2015 at 17:19

1

Solved

I am implementing a messaging application with the XMPP protocol and Openfire server on android platform. I need save and load my own Vcard and other users vcard. At the moment, I managed to keep m...
Nightjar asked 5/6, 2015 at 15:52

3

I am developing a chatting application, where user will chats with one of the domain expert's group member. user uses my android app and domain expert uses spark web for chatting. I made Openfire s...
Lette asked 27/1, 2013 at 6:33

2

Solved

I want to add custom attribute (nick) in my XMPP chat message, like the following example <message from='*' to='*' id='123' nick='KASHIF' type='chat'><body>hello</body></messa...
Roussel asked 11/5, 2015 at 6:42

5

I'm working on developing chat application in Android with asmack library. I'm using EJABBERD XMPP server. I have done some functionality including login, registration and roster entries etc., No...
Omnivorous asked 25/7, 2014 at 16:27

5

Solved

Can i get online users in my friend list via Smack API? Is it possible? I am working on app which have chat between users. I had successfully created chat application example just entering name of...
Uzzia asked 12/1, 2011 at 6:29

2

I am developing Facebook chat application using smack. Here I want to get online user status of both mobile user's & website user's, and how can I differentiate both of them. If a user send m...
Deckle asked 23/5, 2014 at 6:28

2

I have been trying to get roster entries using smack 4.1 beta 2 in android. https://github.com/igniterealtime/Smack/wiki/Smack-4.1-Readme-and-UpgradeGuide Quotes from above link.. "Roster now fo...
Wiggle asked 17/2, 2015 at 10:24

3

Solved

I am developing one application in that chatting is one module, for chatting i am using xmpp. when i am sending message i am getting that message delivery status using DeliveryReceiptManager. Deli...
Upthrow asked 11/3, 2015 at 18:28

1

Solved

I am currently developing a chat application and I am using the following Vcard to store User information. public void run() { VCard vcard = new VCard(); vcard.setJabberId(xmppConnection.getUser()...
Mctyre asked 19/9, 2014 at 10:58

1

Solved

I was looking at this answer Using your own XMPP server for android chat app (Smack API) to learn about the available XMPP APIs. Smack seems like a good choice. Prior to Smack 4.1 one had to rely...
Blacken asked 17/11, 2014 at 4:25

3

Solved

I would like to create a simple XMPP client in java that shares his location (XEP-0080) with other clients. I already know I can use the smack library for XMPP and that it supports PEP, which is ne...
Prejudicial asked 5/3, 2010 at 14:22

© 2022 - 2024 — McMap. All rights reserved.