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
0
votes
1 answer

MongooseIM authentication with JWT and send message (XMPP)

MongooseIM has a provision to use JWT instead of username and password for authorization. On the server-side, the docs suggest to modify the mongooseim.toml file (can be found at /etc/mongooseim/mongooseim.toml) [auth] methods = ["jwt"] …
Jatin
  • 31,116
  • 15
  • 98
  • 163
0
votes
1 answer

Is there any module for ejabberd like MongooseIm mod_inbox?

PLEASE! I've been trying to find some inbox module for ejabberd like MongooseIm's but without success I would like to know if there are any, and if not, can I adapt MongooseIm's mod_inbox in ejabberd or is it better to switch to…
Dedadino
  • 115
  • 2
  • 12
0
votes
1 answer

How do I create bot user with webhook on server side in MongooseIM?

This is what I want A user(bot) that always shows status Online When a message comes for the user, I will hit a webhook associated with the user The response from the webhook request will be sent as reply to the sender This user will be able to…
Rocky
  • 519
  • 6
  • 18
0
votes
2 answers

Unable to Upload files in chat using MongooseIM as server and mod_http_upload module

After configuring the module and restarting the server, I can see the HTTP upload is enabled at the server end by using an XMPP client. But when I try to upload, it doesn't upload the file and it throws a timeout exception. I'm using Xabber mobile…
Jay
  • 13
  • 1
  • 6
0
votes
1 answer

How to implement OMEMO encryption for chat stanza of XMPP android

Good day!!! I tried encryption using OMEMO for chatting using XMPP, but getting device listing issue while doing actual encryption. followed below steps, OMEMO service registration Device id generated Fingerprints generated Trust OMEMO…
Dayanand Lande
  • 211
  • 4
  • 23
0
votes
1 answer

Mongooseim rosters webhook backend

I am planning to build a communication system based on mongooseim platform. I still want to use common user group across all the applications. What is the best stratergy of avoiding data duplication and maintaining rosters backend outside the…
0
votes
1 answer

What is the difference between mongooseim.cfg at 2 different places

I am using Mongooseim 3.2.0 and after compiling it from the source code, I can see the mongooseim.cfg at: 1. /MongooseIM/_build/prod/rel/mongooseim/etc/mongooseim.cfg I can also see that in the docs here that there is another mongooseim.cfg at root…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

Problem with mongooseim inbox and chat marker

I want to send two markers to the sender and have a problem with mongoose-im inbox. Received marker Displayed marker I want to reset the inbox-counter (unread-count) with displayed marker, but when I send the received-marker (or any message…
J2user
  • 1
  • 1
0
votes
1 answer

How to hide a group of users from others in Ejabberd or MongooseIM?

Let's say I have 10,000 usernames in the RDBMS database which will use the XMPP chat service like Ejabberd or MongooseIM that I will put manually in the database. Now every 1000 usernames in the above 10,000 have fixed prefix in their JID usernames…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

Unable to install MongooseIM from source code on MAC OS 10.14.2

I am unable to install Mongooseim (latest) from the source code. Using: MongooseIM 3.2.0 (source code) Mac OS 10.14.2 Erlang: 21.2 Issue: While compiling Mongooseim from the source code, my logs are stuck on linking fast_tls.so and execution…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

How to hide the push node in mongooseIM-Push from other users

I am using MongooseIM 3.1 version along with mongooseim push feature. According to the guide, we need to create a new node for push and then enable it. I have following doubts regarding the same. How can I hide this node (node created due to push…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

Unable to submit push notification. ErrorCode 460

I am using MongooseIM with MongooseIM-Push feature. I have configured FCM on both Android and IOS and Its working fine for both (tested by sending Notification push from node js code). while using the MongooseimPush (running docker image) although…
0
votes
1 answer

How to receive message stanza without sending self presence?

I am using mongooseim with Android and Ios application. I just want to receive message from the server from background without sending self presence to anyone because this task is done by system. But I can't receive message stanza until I send my…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

what is Corrupted serialized SCRAM error?

I am using mongooseim and suddenly I started getting the below error: [warning] Corrupted serialized SCRAM: <<>> and no longer able to connect with the users. I am unable to find if somehow I enabled authentication other than PLAIN TEXT…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

How to recover the lost events in Ejabberd/MongooseIM related to XEP-0022

I am using using MongooseIM with XEP-0022 < message > events like < offline >, < delivered >, < displayed >, < composing > for confirming message delivery etc. I am satisfied with the working of < offline > and < composing > but have some difficulty…
Shubham1164
  • 357
  • 6
  • 16