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

How to add debugger app in the rebar.config in MongooseIM?

I am using MAC OS 10.14 with MongooseIM. I want to use debugger in MongooseIM. When I execute im(). in MongooseIm shell, I get the following error: Call to i:im/0 in application debugger failed. ok I can verify that I can run im(). in the erlang…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

Why MongooseIM closes the websocket connection after 60 seconds?

I am using MongooseIM as chat server and connecting it over websocket using xmpp.js inside react-native application. The server forcefully closes the connection after 60s on inactivity. I want to know: If this is the default config? Should/Can I…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

MongooseIM Push Notifications for MUC`s messages (not MUC light)

I was trying to use MongooseIM with mod_muc (just mod_muc, not mod_muc_light) and found that users do not receive Push Notifications for messages that they could miss in MUC room while being offline. I am using MongooseIM with…
0
votes
1 answer

Uncaught error in rebar_core while compiling MongooseIM from source code

I want to compile MongooseIM from the source code but getting some error while compiling the code on Ubuntu: Ubuntu version: Ubuntu 18.04.1 LTS 64-bit (latest) Erlang version: 21 (latest) After using the following commands for compiling $ git…
Shubham1164
  • 357
  • 6
  • 16
0
votes
1 answer

Is it possible to change ejabber jId using XMPP Framework iOS

Is there any option to change my jId (ejabberd ID) using XMPP Framework iOS? suppose currently my jID is 12345@localhost. I want to change it to 6789@localhost. Its like change phone number feature in WhatsApp. Can anybody help me please. which…
rotan
  • 1
  • 1
0
votes
2 answers

How to configure MongooseIM MUC Light to work with multiple owner?

I'm doing a chatting apps that require group chat to have multiple owner, so that they can add user to the room. According to mongoose muclight documentation, it only allows one owner in a muc light room. Is there any other way to do that? Is there…
titan
  • 524
  • 1
  • 6
  • 19
0
votes
0 answers

failed to retrieve message and resent chat in xabber-web

I've been using xabber-web for a month, and I am trying to connect it via bosh to mongoosim v.2.0, but it turns out failed to fetch the history chat (mam). The weird part is I can see the message stanza's in the debug and dev mode in browser. In…
Prem
  • 15
  • 1
  • 10
0
votes
1 answer

Muc light not working due to service not available

I am trying to implement muc light in iOS application with Mongoseim Server. For group chat I am using muclight but when I discover my services by: let toStr: String = XMPPConstants.ConnectionHost // my xmpp connection host let query =…
Sandeep Jangir
  • 412
  • 5
  • 14
0
votes
2 answers

Multi User chat (MUC) Best Approach for Mobile Application

I am developing a Chat for mobile Application Using XMPP protocol , After Successful implementation of one to one chat , now at the stage of multi User chat (MUC) with lots of confusion because there are three different MUC implementation…
K Guru
  • 1,292
  • 2
  • 17
  • 36
0
votes
1 answer

Ejabberd archive messages even if offline

Does ejabberd have this kind of mod? mod_offline_stub Correct me if im wrong, moongooseIM stores the messages even if on mod_mam if user exists. Does ejabberd have this kind of functionality? Basically archive the unsent…
Jan
  • 3,393
  • 4
  • 21
  • 47
0
votes
1 answer

MongoosePush/ mod_push MongooseIM docker run not working

I am trying to configure mod_push for mongooseIM server. I got some success but when I run docker its giving error. I am following this doc: https://mongooseim.readthedocs.io/en/latest/user-guide/Push-notifications/ My command looks like this…
Jaspreet Chhabra
  • 1,431
  • 15
  • 23
0
votes
1 answer

mongooseim cluster setup eacces error on ubuntu 14.04

We are trying to create master-master cluster of two mongooseim instances on AWS in same virtual network.. All necessary ports are opened in AWS security group. I suspect some issue with mongooseim setup on Ubuntu 14.04 LTS After running…
Rakesh Waghela
  • 2,227
  • 2
  • 26
  • 46
0
votes
1 answer

Can I use Xamarin to develop client app for MongooseIM server.

Can I use Xamarin to develop client app for MongooseIM server. Is there a Xamarin Library for MongooseIM and if not can we use the native libraries available from MongooseIM for Android and IOS to develop Xamarin client app?
haitham
  • 23
  • 7
0
votes
1 answer

send message mongoose-im not success

I would like to send a message and I call api. curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{"caller":"maituanmte%40localhost","to":"admin%40localhost","body": "Hi all"}'…
0
votes
1 answer

Muc-light with push notification support

I've implemented muc light on mongooseIM chat server and can say good job to the team as this is exactly what we all wanted in mobiles world of group messaging. 1) Have anyone handled the push notification using this much light. As I have used the…
codelover
  • 1,113
  • 10
  • 28