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....
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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()...
1
Solved
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.