5,903 questions
0
votes
0
answers
23
views
Forced Presence Update for Detached XEP-0198 Sessions on Openfire
I am developing a Flutter chat application using Openfire (5.0.2) and the Smack library (via a xmpp_plugin(flutter)). I am facing an issue with "Ghost Connections" when users turn off mobile ...
0
votes
1
answer
73
views
How to prevent echoed messages in XMPP (Openfire + xmpp_plugin 2.2.13) without using message ID filtering?
I’m building a Flutter chat app using the xmpp_plugin (version 2.2.13) with Openfire as the XMPP server.
When sending messages, I noticed that the same message is echoed back to the sender — meaning ...
-1
votes
0
answers
60
views
Android Smack xmpp Proguard build issue
i am using the latest version of smack for android
implementation("org.igniterealtime.smack:smack-tcp:4.5.0-beta5")
implementation("org.igniterealtime.smack:smack-android-extensions:4.5....
0
votes
1
answer
30
views
Can I move OpenFire REST PORT away from Admin port?
I'm accessing my Openfire server from a separate device.
But, after a couple of hours of battling, I realised I had to open the Admin port for external access, since the REST API shares it.
I realise ...
0
votes
1
answer
88
views
Ejabberd and XMPP
I don't know how to set up ejabberd on my Debian server for local development and testing as well as for learning purposes. I have a modem set up on my home without static IP address and using my old ...
0
votes
0
answers
38
views
stanza.io vs @xmpp/client to use it in react native
Which library is best to use for a communications project where users will be able to make messaging, video calls, and calls, using srtc, webrtp and ejabberd?
Could you please resolve this question ...
-1
votes
1
answer
58
views
Blocked by CORS policy - openfire Rest API
I am using angular and i am trying to connect with openfire, The connection established successfully, When I try to call get user using httpclient in angular. I got Cors error as below
Access to ...
0
votes
1
answer
33
views
Determine online JIDs of participants in an XMPP MUC room
When joining an XMPP MUC room, a presence stanza is sent to participants. That's also true when a user joins a second time with the same JID and nick, but a different resource. However, when leaving a ...
1
vote
1
answer
56
views
Why am I getting "XMPPError: forbidden - auth [Access denied by service policy]" when registering a new user in ejabberd(23.10) using Smack(4.5)?
Problem Description:
I am trying to register a new user on an ejabberd server (23.0) hosted on an AWS instance using the Smack library (4.5). However, the registration fails with the following error:
...
0
votes
2
answers
148
views
How to send messages to an XMPP server using only Twisted?
I need to send messages to an XMPP server. Only send - I don't need to process replies, make a bot, or anything like that. When using the xmpppy module, it goes something like this:
from xmpp import ...
0
votes
1
answer
99
views
In my python code I Cant Connect to an Openfire Server using slixmpp
In my python code I Cant Connect to an Openfire Server.
I want to connect to an OpenFire Server
my Code is
import threading
import tkinter as tk
from tkinter import simpledialog, scrolledtext
import ...
0
votes
1
answer
110
views
Client connections to openfire fails with: Caused by: javax.net.ssl.SSLException
I am using Openfire version: 4.7.5 with iOS clients.
When iOS clients attempt to connect to openfire, we are running into ssl exceptions. As per out current openfire configuration, STARTTLS policy was ...
0
votes
1
answer
62
views
Show chatboxes in popup windows just like in facebook web as well as in fullscreen view mode
I have setup conversejs in fullscreen view mode. Like in Facebook when you click on a chat it opens the chat in a popup window, i want the same functionality in Conversejs as well. Chat boxes will be ...
0
votes
0
answers
67
views
Auth failure error while using github.com/xmppo/go-xmpp package
I am using "github.com/xmppo/go-xmpp" package then error I face is auth failure: SASL negotiation is not allowed in this state.
But While I am using "github.com/mattn/go-xmpp" is ...
0
votes
1
answer
591
views
Ejabberd: How can I register a new user in my XMPP server with a Python script?
I recently set up a XMPP server with ejabberd. I followed this tutorial to do so:
DenshiVideo: How to setup an XMPP server (ejabberd)
I've got access to the admin interface in the browser where I can ...
0
votes
1
answer
99
views
Connecting to Openfire server from browser using xmpp.js
I'm making an Openfire client for browser. But I'm lost on how to even connect my browser to the Openfire server running on my localhost. Documentation from xmpp.js and Openfire both are insufficient ...
0
votes
0
answers
204
views
Flutter xmpp_plugin - App crashes when open the app again
When I login the app then clear the app from the background it occurs a problem and show me that "APPNAME keeps crashing". When i try it on my phone it doesn't happen just on some of phones ...
-2
votes
1
answer
53
views
XMPP - Openfire Subgroup
Which method would make sense to create subgroups in Openfire? Openfire has such a plugin etc. is there? Can I solve it without creating a custom table?
I want to create subgroups linked to a group. ...
0
votes
1
answer
118
views
Unable to retrieving chat history using Strophe.js and Ejabberd with XEP-0313: Message Archive Management (MAM)
I'm currently working on a web-based chat application using Strophe.js as the XMPP client library and Ejabberd as the XMPP server. I'm attempting to implement support for retrieving chat history using ...
0
votes
0
answers
113
views
Integrate XMPP Openfire STUN server with client side js web application
I have the Openfire server on local machine and I need to use as a server for my video calling web application for that I need Js library to integrate with Web application i.e. Client side. So which ...
0
votes
1
answer
32
views
ejbberd : How to make IQ Handler parallel?
About
I read about IQ descipline to understand IQ handler
An IQ discipline defines how an IQ handler (a function) will be executed. There are the following disciplines: - no_queue: all IQs matching ...
-2
votes
1
answer
165
views
Setup Ejabbered on a VPS
I am trying to setup ejabberd on debian vps and you can see there is something running on 5222 and 5269 port but there is nothing on 5280 and you cannot access admin to configure the server
I have ...
0
votes
0
answers
67
views
Omemo Message Delivery Failed
I'm facing this issue ,
'org.whispersystems.libsignal.InvalidKeyException: Invalid signature on device key!'
i tried it from conversations code
Non working Bundle is shared below -
<items](...
-1
votes
1
answer
662
views
Unable to Connect to XMPP Server using Smack on Real Device
I'm working on an Android app that uses the Smack library (version 4.4.6) to connect to an XMPP server ( i am using openfire in my local machine ). The code works perfectly fine in the emulator, but ...
1
vote
1
answer
82
views
NetBeans 18 Maven JavaFX 20 project will not acknowledge smack
I have a project where I intend to use XMPP for IM. I have called into NetBeans, the smack dependency and it shows in the pom.xml file as:
<dependency>
<groupId>org....
0
votes
1
answer
93
views
What are the steps to Bind Xmpp-plugin with Jmeter without getting the login no response exception
I have already did what the BlazeMeter guide said and made a scenario the Xmpp server is connecting but when I reach the Login I get the exception No response.
I have already searched and saw what ...
2
votes
1
answer
121
views
Not able to access the ejabberd server even in ejabberdctl if ejabberdnode name is changed in GCP deployment using environment variable
As a first step in using ejabberd cluster in GCP, I tried to change the node name using the environment variable "ERLANG_NODE_ARG=ejabberd@main" as mentioned in the readme file.
But I am not ...
5
votes
0
answers
138
views
Issue with deploying ejabberd server in GCP and accessing its service using ingress
I deployed the ejabberd/ecs docker image in GCP with service type as node port and tried to access it using the ingress, but it is not working and I am not able to access the service using ingress.
I ...
0
votes
1
answer
57
views
RN Android Release build unable to connect to XMPP server
I have a React Native chat app that connects to an XMPP server hosted on Azure.
The app is using websockets for the connection (ws:// not wss://) with the xmpp.js library.
The app can connect when run ...
0
votes
1
answer
265
views
unknown_host issue in ejabberd websocket
I have installed ejabberd on EC2 with hostname like my myejbdomain.com and have integrated with my project with websocket like wss://myejbdomain.com:5280/websocket
It is working properly without SSL ...
1
vote
0
answers
95
views
mongooseim 6.0.0 cluster setup in ubuntu 20.04
We are trying to create cluster of two mongooseim instances on Azure in same virtual network. All necessary ports are opened in Azure security group.
How to change node name of two vms and join ...
0
votes
1
answer
50
views
How to connect a windows erlang project to ubuntu's ejabberd?
I have configured the YML file of Ejabberd 23.04.
I am able to see the Ejabberd dashboard in Firefox when I enter the username and password (screenshot attached below).
Using the IP address and Port ...
1
vote
0
answers
127
views
"Content is not allowed in prolog" error when trying to connect to FCM XMPP endpoint with Smack library
Im trying to create Server to connect to Firebase XMPP endpoint to receive upstream messages. Im using Java Openfire Smack library. When i try to connect to the endpoint i receive error provided down ...
0
votes
1
answer
253
views
NullPointerException in Smack XMPP client when trying to connect to FCM endpoint
Im trying to connect to Firebase XMPP endpoint to receive upstream messages. Im using Java Openfire Smack library. But I dont know what to put into server domain. Im always receiving this error. I ...
0
votes
2
answers
49
views
Cannot create Ejabberd MUC_ROOM from remote ip
First of all, sorry for my bad english
I'm currently trying to configure ejabberd to allow the admin user to execute commands from remote ip address. On my local PC, everything works because ejabberd ...
0
votes
2
answers
136
views
How to get list of MultiUserChat groups on an XMPP (ejabberd) server which a user is a member of?
I am running an ejabberd XMPP server with a requirement for all MultiUserChat rooms to be configured as private by default. Only an admin user will be able to create multi user chat groups, and users ...
0
votes
1
answer
47
views
Strophe.js: Fetch group wise users from roster instead of fetching all together and local filter
I want to list a particular groups user only in UI because in my case each user can not list all user.
In my case, user will have list of only those connections whose parent entities are connected.
0
votes
1
answer
42
views
Failed joining ejabberd open room
I sent my join request to an open room MUC like below:
<presence from="[email protected]" to="[email protected]" id="17cb115c-2a7a-4aa6-8498-...
1
vote
0
answers
41
views
Ejabberd contact list grouping and show contact list if its connected with parent entity
System has 2 type of Entities,
EntityType1
EntityType2
Now system has
for ex.
2 EntityType1
EntityType-1.1 - 5 Users - Mark wood
EntityType-1.2 - 5 Users - Mark wood
&
2 EntityType2
...
0
votes
1
answer
308
views
ejabberd server overloads at 1080 active users
We have an XMPP system used by our software that uses an ejabberd server to send realtime messages. Think of this as a 2010 era homegrown version of Firebase Cloud Messaging.
We recently updated from ...
0
votes
2
answers
177
views
QT Designer Qmessagebox GUI Hangs in Thread
GUI blocks and shows error in VS Code
Error: QObject::setParent: Cannot set parent, new parent is in a different thread.
and this is code !
def ok_handler(self):
try:
xmpp = Bot(self.uname....
0
votes
1
answer
59
views
Why ejabberd MUC room shows only one node in table when cluster has 2 nodes
I have a cluster with 2 instances of ejabberd.
I created few rooms through ejabberdctl with persistence true settings and the mysql is showing below copied data.
mysql> select * from ...
1
vote
1
answer
2k
views
How to access ejabberd server's web admin interface?
I am new to the xmpp server and still learning. I have chosen ejabberd server for my chat application. I have started the server but can't able to access the web admin interface. as you can see the ...
0
votes
3
answers
215
views
Ejabberd - get user from multi user chat message using Smack XMPP client or enforce nickname
I am running an ejabberd server with a series of locked down multi user chats (members only, registration required, no subject change or PMs permitted etc)
One requirement is to strictly identify ...
0
votes
1
answer
119
views
Alternative to timeout socket
Is there an alternative technique of timeout to interrupt communication with a server in case it has received all the messages?
Let me explain, I want to communicate through an SSL socket with a ...
0
votes
1
answer
219
views
throws org.jivesoftware.smack.SmackException$NoResponseException while logging in to XMPP server using JMeter
I am trying to log into a local OpenFire XMPP server through JMeter. I was able to connect but am unable to login as it throws the following Exception from jmeter.log file:
2023-01-16 23:53:07,371 ...
0
votes
1
answer
310
views
Message is being sent with "send_message" in ejabberd using postman but not received by client
I have configured and install ejabberd on the ubuntu 22.04 and I have successfully configured and create one user with administrator right and as well as create some users into it.
I am using Version
...
0
votes
1
answer
200
views
XMPP random XMLStreamException
We have two applications that are talking over an XMPP server on localhost. Everything works great message wise, but every once in a while the connection is lost. When we try to run large batches we ...
0
votes
0
answers
27
views
XMPP chat app in background - Show preview of the message in the push notification
I'm trying to connect to XMPP to show the decrypted message when the app is in background.
I'm using a notification service extension and use Darwin notification centre to connect xmpp in the main app ...
-1
votes
2
answers
1k
views
Is it possible to send voice messages over XMPP?
I'm going to set up any open-source XMPP server such as ejabberd or prosody to use it within a small group of people like a working chat with no federation. XMPP client monocles claims it supports ...