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
1
vote
1 answer

Is it possible to decode a compressed blob using a cqlsh query?

I am saving blob in cassandra by converting a text into a compressed blob using erlang function 'term_to_binary'. https://www.erlang.org/doc/man/erlang.html#term_to_binary-2 Is there a way to decode the above compressed blob to original text using a…
Cpp crusaders
  • 117
  • 2
  • 10
1
vote
1 answer

MongooseIM mod_event_pusher RabbitMQ

I trying to understand MongooseIM file configuration ( not easy , this is my point of view ) I spent 2 days to understand how I can config mod_event_pusher & RabbitMQ but not working This is my config [auth] methods = ["http"] password.format =…
1
vote
0 answers

Mongooseim 3.6.0 postgress connection Issue

Hi I am new to mongooseim , I am planing to setup mongooseim in my local setup with postgres database connection. I have installed mongooseim 3.6.0 in ubuntu 14.04 machine. And create database in postgres & add the schema for that.Then I have done…
Sajith Vijesekara
  • 1,324
  • 2
  • 17
  • 52
1
vote
1 answer

MongooseIm Rest API connection issue with local Setup

I have setup the mongooseim [3.3.0] ubuntu 14.04 & it works perfect with android client setup. Then I need to test the REST API for creating room , Then I have got this error when running the swagger documentation. curl -X GET --header 'Accept:…
Sajith Vijesekara
  • 1,324
  • 2
  • 17
  • 52
1
vote
0 answers

Strophe JS cannot connect to xmmp MongooseIm server in ionic4/Angular 8 hybrid app

I am currently developing a chat application using MongooseIm Xmpp server and strophe based client in an hybrid Ionic4/Angular 8 application. I am able to connect via web and devapp but on installing the exported apk the client connection times out…
avinashkr
  • 512
  • 1
  • 5
  • 20
1
vote
0 answers

How to send XMPP message confirmation (double tick) to user1, if user2 phone's screen off using push?

I am using react-native Android and IOS app with Mongooseim for chat server. Following is the scenario. Problem: Suppose there are 2 users - user1 and user2. They can exchange xmpp message stanza (using xmpp.js) from their Android/IOS devices when…
Shubham1164
  • 357
  • 6
  • 16
1
vote
1 answer

How to interact with already running instance via terminal in Mongooseim?

I am using Mongooseim 3.2.0 from the source code on the ubuntu server. Below are concern: What is the best way to run mongooseim as a service so that it automatically restarts if mongooseim crashes or system restarts? How to interact via terminal…
Shubham1164
  • 357
  • 6
  • 16
1
vote
1 answer

How many users can MongooseIM handle on the PostgreSQL backend?

I am working on MongooseIM server with PostgreSQL as backend. I need all the basic features like: One to One chat with presence. Group Chat (Muc light only) MAM storage and all other basic features. I can scale MongooseIM with clustering (with…
Shubham1164
  • 357
  • 6
  • 16
1
vote
1 answer

How to use stream management acks in xmpp.js (in react-native) with MongooseIM (as chat server)?

I am using xmpp.js as xmpp chat client inside react-native for both android+ios with MongooseIM as chat server. I want to implement stream management acks in the App. But according to the issue#540, xmpp.js doesn't officially support stream…
Shubham1164
  • 357
  • 6
  • 16
1
vote
1 answer

How to create and compile a custom module in MongooseIM

System Info: MongooseIM version: 3.0.0 Installed from: pkg Erlang/OTP version: 18 Ubuntu 16.04 I am having trouble creating a standard base for a custom module. I want to create a simple hello world program as outlined in the documentation for…
alreno
  • 11
  • 1
1
vote
0 answers

Android : XMPP MUCLight Smack listen for group chat messages

In XMPP service I connect to xmpp server, and once the connection is made I fetch all the groups that I am currently in, and add message listener to every group. List occupiedRooms =…
Sidhant Rajora
  • 307
  • 4
  • 16
1
vote
0 answers

Only occupants are allowed to send messages to the conference

As mentioned in the XEP-045 user leaves the room once he got offline. So with that point in mind I'm joining the room once the connection is authenticated. But when I try to send the message I'm receiving this error message
umerk44
  • 2,797
  • 4
  • 23
  • 43
1
vote
1 answer

Presence type unavailable with away (away - resource is temporarily away) element not received

I haave installed mongooseIM 2.0.0 server on ubuntu.I have using smack 4.2.2 client library and backend database is postgres. When my app has gone to in background mode following presence stanza format i am sending to server smack code Presence…
Sagar Jethva
  • 986
  • 12
  • 26
1
vote
2 answers

XMPP - What is different between muc (mod_muc) and mucLight (mod_muc_light)?

I have successfully implemented mucLight in my app with mongooseIM server.but I'm aware about muc protocol on ejabberd server. Which client extension support muc/mucLight protocol ? Is there a way to have a shared history for a group using…
Sagar Jethva
  • 986
  • 12
  • 26
1
vote
1 answer

How do I create custom stanzas in MongooseIM?

I need a way to create customized stanzas and have mongooseIM recognize them and store the data accordingly inside of a given database such as mysql for later retrieval. The reason I want to do this is because an app that I am building has a chat…
Parth Patel
  • 157
  • 5