Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

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 ...
Jeevan H G's user avatar
0 votes
1 answer
73 views

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 ...
Jeevan H G's user avatar
-1 votes
0 answers
60 views

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....
Tule Simon's user avatar
0 votes
1 answer
30 views

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 ...
ianmayo's user avatar
  • 2,442
0 votes
1 answer
88 views

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 ...
MR AR's user avatar
  • 13
0 votes
0 answers
38 views

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 ...
the xans's user avatar
-1 votes
1 answer
58 views

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 ...
Kumaravel A's user avatar
0 votes
1 answer
33 views

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 ...
Dunedan's user avatar
  • 8,541
1 vote
1 answer
56 views

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: ...
Sravani ch's user avatar
0 votes
2 answers
148 views

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 ...
bontchev's user avatar
  • 578
0 votes
1 answer
99 views

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 ...
Mika's user avatar
  • 1
0 votes
1 answer
110 views

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 ...
lamar8080's user avatar
0 votes
1 answer
62 views

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 ...
Abdulla Ahmad's user avatar
0 votes
0 answers
67 views

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 ...
Anoop Kumar's user avatar
0 votes
1 answer
591 views

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 ...
Bryan Yep's user avatar
0 votes
1 answer
99 views

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 ...
Rushi Vaghasiya's user avatar
0 votes
0 answers
204 views

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 ...
MehmetG's user avatar
  • 15
-2 votes
1 answer
53 views

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. ...
Halit EMEN's user avatar
0 votes
1 answer
118 views

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 ...
speedy.user's user avatar
0 votes
0 answers
113 views

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 ...
ELANGOVAN D's user avatar
0 votes
1 answer
32 views

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 ...
poporu's user avatar
  • 1
-2 votes
1 answer
165 views

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 ...
Faiz Alam's user avatar
0 votes
0 answers
67 views

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](...
AKG's user avatar
  • 1
-1 votes
1 answer
662 views

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 ...
Ismail Bouaddi's user avatar
1 vote
1 answer
82 views

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....
AD5XJ's user avatar
  • 33
0 votes
1 answer
93 views

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 ...
Yazan Alshalabi's user avatar
2 votes
1 answer
121 views

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 ...
Navin Vinayagam's user avatar
5 votes
0 answers
138 views

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 ...
Navin Vinayagam's user avatar
0 votes
1 answer
57 views

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 ...
Fuzzpedal's user avatar
  • 412
0 votes
1 answer
265 views

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 ...
Vikram's user avatar
  • 3,389
1 vote
0 answers
95 views

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 ...
RahulKumar Surati's user avatar
0 votes
1 answer
50 views

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 ...
Mohammed Rifaz's user avatar
1 vote
0 answers
127 views

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 ...
Dominik Kerestes's user avatar
0 votes
1 answer
253 views

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 ...
Dominik Kerestes's user avatar
0 votes
2 answers
49 views

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 ...
JessGabriel's user avatar
  • 1,092
0 votes
2 answers
136 views

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 ...
nick_j_white's user avatar
0 votes
1 answer
47 views

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.
Pinank Lakhani's user avatar
0 votes
1 answer
42 views

I sent my join request to an open room MUC like below: <presence from="[email protected]" to="[email protected]" id="17cb115c-2a7a-4aa6-8498-...
Kunto Fullstack's user avatar
1 vote
0 answers
41 views

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 ...
Pinank Lakhani's user avatar
0 votes
1 answer
308 views

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 ...
user35546's user avatar
0 votes
2 answers
177 views

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....
christin sugnan's user avatar
0 votes
1 answer
59 views

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 ...
Vipin CP's user avatar
  • 3,857
1 vote
1 answer
2k views

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 ...
Vinayak Amirtharaj's user avatar
0 votes
3 answers
215 views

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 ...
nick_j_white's user avatar
0 votes
1 answer
119 views

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 ...
Wag's user avatar
  • 13
0 votes
1 answer
219 views

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 ...
Sumanth Kalluri's user avatar
0 votes
1 answer
310 views

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 ...
Pintu Prajapati's user avatar
0 votes
1 answer
200 views

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 ...
runfastman's user avatar
0 votes
0 answers
27 views

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 ...
Rajai kumar's user avatar
-1 votes
2 answers
1k views

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 ...
academica's user avatar
  • 343

1
2 3 4 5
119