xmpp Questions
5
i'm using smack 3.1.0, and when i add a roster,i can't get subscription "both". who can help me?
below is my code:
Roster.setDefaultSubscriptionMode(Roster.SubscriptionMode.accept_all);
Roster ros...
0
I am working on XMPP Chat application in iOS. The send and Received functionality working fine. But I want to implement block user feature in Chat. How can I implement Block user using XMPPBlocking...
4
I'm trying to develop a turn base game over XMPP. ( The only solution I found for multiplatform game ). I can send messages without problems. If the other user isn't online, the server (OpenFire) s...
3
Solved
I want to create a chat client application for iPhone. I've read that the XMPP framework is one of the best to use for this. However, I haven't found much material out there on this, only the XMPPF...
Rumble asked 31/3, 2011 at 4:1
1
I am working with XMPP for implementing chat in my Android application and i have used Smack API for it. My Chat is working fine and i am saving all the chat messages on Android Device locally.Foll...
Netsuke asked 16/12, 2016 at 13:34
4
I am creating a chat application using XMPP Framework in iphone. i could get received messages but i am not able to send a message. can any one give me solution for this??
Smollett asked 1/12, 2010 at 13:24
0
I am working in mean stack application and now I required to make chatting module using the XMPP protocol.
I am new with XMPP,
I have used "node-xmpp-server" and "node-xmpp-client" in node js
and ...
3
Solved
I am looking to develop a website which features a chat facility between a website visitor and the website administrator.
I know the best way to do this would be using XMPP, however I have no expe...
3
Solved
I have developed the XMPP Chat client for iOS and now I'm researching for how to do a new user registration from iOS itself. Can anyone help with the methods used to register a new user. As it need...
Baumgardner asked 21/4, 2012 at 8:52
1
As an occupant/member, I need to know all the "members" in the room with ejabberd-14.x
I followed http://xmpp.org/extensions/xep-0045.html#getmemberlist
I got forbidden (401) for following stanze...
Baking asked 10/12, 2014 at 4:50
3
Solved
I am learning xmpp programming and I installed ejabberd on my ubuntu 15.10 using sudo apt-get install ejabberd and then I configured the installation by adding an admin user ejabberdctl register ad...
3
I am developing a instant message module (part of J2EE web app) using openfire/jsjac within the protocol of XMPP (Jabber).
The openfire users/groups management/tables has been redirected to our bu...
3
I am building an app where I need to find online/offline status of only those users with whom I have exchanged messages in past. Not all the users available on the server. Thanks in advance.
Lacey asked 22/3, 2016 at 16:2
1
Solved
After I upgraded smack to 4.2.0 I am getting connection issue.
The following addresses failed: 'xxxx:5222' failed because:
de.measite.minidns.hla.ResolutionUnsuccessfulException: Asking for xxxx...
1
I fetched History from openfire by installing open fire plugin in the open fire and tried this code.
let iq1 = DDXMLElement(name: "iq")
iq1.addAttribute(withName: "type", stringValue: "get")
iq1...
2
We have an enterprise installation of QuickBlox (which implements XMPP), and would like to create mirrored accounts for all of our users on our QuickBlox server install. We also want to sync the ne...
6
I am trying to use Smack 4.1.0-rc3 for implementing a java xmpp client which connects to a ejabberd xmpp server. I am using the following code for connecting to the server.
XMPPTCPConnectionConfi...
3
I implemented a Group Chat mechanism in my Android where I have created groups and add members through REST API Plugin of Openfire. sending messages to to the same group not delivering messages to ...
Roseboro asked 26/11, 2015 at 12:48
7
Solved
I need to create an ejabberd user from a PHP script. I also need to be able to add the new user to a predefined shared roster.
Should I just call ejabberdctl using exec() or is there a better way?...
1
Solved
I am making an android plugin for Unity, I need to integrate XMPP in Unity so first I am trying to create a connection of XMPP and send and receive a message. It's working fine in android, I am abl...
Principalities asked 27/1, 2017 at 11:35
2
I have an Android application that has a chat client as one of its features. The chat client uses XMPP based on the Smack library for Android and running Openfire as XMPP server in the background. ...
Horning asked 24/1, 2017 at 2:42
3
Solved
I'm reading http://xmpp.org/extensions/xep-0313.html to query Ejabberd for messages archived with a certain user.
This is the xml that I'm sending:
<iq type='get' id='get_archive_user1'>
&...
3
0
I'm trying to send custom IQ from register device to ejabberd xmpp server for FCM configuration but still i can't received FCM notification and receiving Error like "user not registered at XMPP".
...
Cini asked 19/1, 2017 at 4:56
1
Solved
how to send info query packet to xmpp server, in other words how to send "..." to server to query some information?
<iq type='set' id='123'>
<push xmlns='p1:push'>
<keepalive max=...
© 2022 - 2024 — McMap. All rights reserved.