Questions tagged [mongoose-im]

MongooseIM is a horizontally scalable and extensible XMPP server written in Erlang.

MongooseIM platform is a massively scalable and extensible messaging platform, offering backend and frontend components for business to build chat and social apps

MongooseIM is a variant of ejabberd Messaging server.

Testing:

106 questions
7
votes
1 answer

Getting forbidden auth when group member tries to fetch member list

I'm trying to fetch member list using getMembers() but I'm getting 'error-code: 403, forbidden-auth' the user which is trying to get a member list has is a member of a group but I if I do the same operation by the owner he can get a list…
user2934930
  • 1,076
  • 2
  • 12
  • 26
5
votes
1 answer

Smack XMPP error while creating new user: forbidden - auth

I'm trying to create new user via admin account. But I receive auth error. I tried answers like this, but it doesn't help. My code for creating new user: AccountManager accountManager = AccountManager.getInstance(mConnection); if…
3
votes
1 answer

MongooseIM SSL connection via AWS ELB

I have MongooseIM server configured with docker-compose in an EC2 instance in AWS. I intend to give access to some mobile clients with SSL through an ELB (AWS) on port 5222 (module ejabberd_c2s of mongooseim) in the following way: SSL (Secure…
3
votes
0 answers

Unable to receive affiliation change notification from iq

I am using mod muc_light in MongooseIM from source code(ver-3.1.0) and taking help from this article I am able to perform the below operations successfully without any trouble: create a new muc light room. send/receive text message stanza queries…
Shubham1164
  • 357
  • 6
  • 16
3
votes
2 answers

Dead connection message and delivery receipt received delay in stream management - MongooseIM server 2.0.0

I have enable stream management in both side client or server. I have two users A and B. Both users are online.Then user A suddenly lose his connection. but A user still appear online on user B and as well as on server. During that time user B…
Sagar Jethva
  • 986
  • 12
  • 26
3
votes
1 answer

MAM XEP-0313 - Query conversation list for a particular user

I am developing a mobile messaging app (ios) and I support the logout feature. I want to keep the latest conversation list when the users logs in back again. Because the local storage of the app gets cleaned once logout. I am using MAM XEP-0313…
user1000622
  • 519
  • 1
  • 7
  • 18
3
votes
1 answer

XMPP: count of unread messages

I'm trying to implement chat for my webapp with following features: When user logs in he should see a number of unread messages (which is both offline messages and "unseen", I will explain "unseen" in next step). When user is anywhere in the app…
4410
  • 73
  • 2
  • 7
2
votes
0 answers

MongooseIM keeps throwing FATAL FIPS SELFTEST FAILURE after server restart

I am testing MongooseIM v.5.0.0 for my project. I download the deb file for Ubuntu Xenial from this link And I deployed it under Ubuntu 16.04 Xenial AMD in VM. I haven't customized its config files and just simply run it. My problem is: after…
Kunto Fullstack
  • 405
  • 6
  • 16
2
votes
1 answer

Unread messages count on XMPP

I am using MongooseIM to develop a XMPP-based Chat App and I'm trying to implement the number of unread messages in my app. I'm using XEP-0022 (Message Events) to track when a message is received from the server, received from the client, seen from…
Montyroty
  • 70
  • 5
2
votes
4 answers

Solution for Real Time Data display using WebSocket vs XMPP vs MQ

I'm trying to develop an Online Auction Platform. In which clients connected with particular auction will see the live data and they will also be able to communicate with each other. I'm considering Java as my backend Platform It will be SOA…
Dpkbhardwaj
  • 110
  • 6
2
votes
1 answer

How to connect Ejabberd or MongooseIM with Node.js (or Django)

I want to develop a backend server for a chat application using node.js (or Django) and Ejabberd or MongooseIM. And consume this API on a React Native app that should have push notifications. The idea is to manage the user profile and metadata and…
ant1
  • 191
  • 15
2
votes
1 answer

MUC Room Chat History using Strophe.js web client and MongooseIM As XMPP server

I am currently struggling to get Chat Histroy of a MUCLight Room using Strophe.js. I dont want to use the direct MUC plugin. I have used the below approaches:- Sending the below IQ, but no return in the callback:-
2
votes
2 answers

MUC Light using XMPPFramework

Has anyone been able to implement mongooseim's muc light (xep-xxx) using xmppframework on ios? I have been trying to create a room but no progress so far. I can't receive any response from mongooseim server whenever I try to send a request for…
Jatin Garg
  • 41
  • 1
  • 4
2
votes
0 answers

mod_shared_roster_ldap configuration not working. How to make it work?

I am setting up OpenLDAP along with Mongooseim. I don't have a detailed knowledge about ldap. I was able to set up authentication with LDAP, but I am not able to set up mod_shared_roster_ldap. I want all the users in each others roster. My example…
1
vote
0 answers

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 cluster of mongooseim? I have tried to change in…
1
2 3 4 5 6 7 8