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

Fail to install MongooseIM In Mac OS

I am going to develop a chat application with MongooseIM Server, but fail to install MongooseIM sever setup on my local pc, Can any one please help me to fix this error, Thanks in advance. Following :…
Bucket
  • 449
  • 3
  • 20
1
vote
1 answer

MUCLight Offline message fetch XMPP

Have any one implemented MUC Light that is Beta released in MongooseIM Chat server for XMPP. How to fetch fetch following messages when 1) User are offline while they were added as participants of group. 2) Users who are members byt offline and get…
codelover
  • 1,113
  • 10
  • 28
1
vote
1 answer

How to adda new module to MongooseIm chat server written over ejabberd

I am trying to add the mod_zeropush module to the existing ejabberd MongooseIm server. I copied the beam file to location where all beam files are there in the rel folder. When do the $sudo bin/mongooseimctl debug command and finding the mod_ all…
codelover
  • 1,113
  • 10
  • 28
1
vote
2 answers

MongooseIM/ejabberd: http auth using scram

I am currently playing around a little bit with MongooseIM and want to use HTTP auth together with scram. I am using python passlib to create scram hashes: import sys from passlib.hash import scram def main(): hash = scram.encrypt(sys.argv[1],…
Magnus
  • 390
  • 2
  • 12
1
vote
1 answer

XMPP Reserve nickname in MUC service

I am currently implementing an MUC(Members only) application for the mobile platform. I am able to get the MUC working and the mobile clients are able to communicate with one another. The problem i am trying to solve is that i would like an user to…
Mithun Raman
  • 309
  • 4
  • 13
1
vote
1 answer

Block presence updates from roster

I am currently building an chat application for android. XMPP Server: MongooseIM. XMPP Client: Smack 4.1.5. Currently the logged in user keeps getting presence updates from his roaster buddies. I would like to receive these presence updates only…
Mithun Raman
  • 309
  • 4
  • 13
1
vote
0 answers

MongooseIm : HOW TO USE FORM_TYPE WITH MOD_VCARD

We are sending user search request from our xmpp client in the below format using FORM_TYPE.
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
1
vote
1 answer

How to run queries from MongooseIM module

I am trying to make MongooseIM module, that will trigger with offline_message_hook, count number of pending messages in offline storage for the user and send it to an URL through GET method. Below is my code. send_notice(From, To, Packet) -> …
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
1
vote
2 answers

MongooseIM simple module event not getting handled

I am new in erlang and ejabbered/mongooseIM. I am trying to write a very simple mongoose module that will add an extra child element to the packets before sending. Below is my code: -module(mod_test). -behavior(gen_mod). -export([start/2,…
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
1
vote
1 answer

Can't add dependecy to Mongooseim[erlang]

Hello I am writing module for mongooseim(ejabberd fork) chat, I want some external library from github. I added it to rebar config. {jsx, ".*", {git, "git://github.com/talentdeficit/jsx", {branch, "master"}}} it is downloading to /deps…
Slow Harry
  • 1,857
  • 3
  • 24
  • 42
1
vote
0 answers

mongooseIM- not able to use mod_vcard_odbc

I have set up mongooseIM successfully. It wan't to use it with odbc. The module mod_vcard_odbc cannot work properly. When i enter vcard following error occurs- 2014-01-02 19:35:22.192 [error] <0.369.0>@ejabberd_odbc:outer_transaction:400 SQL …
Jagveer Singh
  • 584
  • 7
  • 28
0
votes
0 answers

Message Archive Management is not supported by: MongooseIM doesn't return MAM feature if LocalAndDomainJID provided

In smack xmpp java client serviceDiscoveryManager.discoverInfo in case of LocalAndDomainpartJID provided returns 20 features without MAM feature. Total 20 features only. If I provide only DomainpartJid I am able to see two MAM features with…
Sahka
  • 210
  • 3
  • 12
0
votes
0 answers

mongooseim: how to use backend action from documentation for mod privacy as an example?

Is it possible to use backend actions from this documentation for rest api or from command line? https://esl.github.io/MongooseDocs/latest/modules/mod_privacy/ Also, I tried to use [mod_privacy] default_list =…
Sahka
  • 210
  • 3
  • 12
0
votes
1 answer

How do I add logs to MongooseIM logs?

I am trying to modify some APIs in MongooseIM and I want to see some logs. I tried adding lager-logging using MongooseIM, but the APIs stopped working after that.
Rahib Rasheed
  • 317
  • 1
  • 10
0
votes
1 answer

How do I need to configure MongooseIM to allow registering new users? Getting error: Can't register user at node: not_allowed

I am currently trying to add chat functionality with MongooseIM to an app that already comes with users/accounts. The idea was to add a mongooseIM chat server and register all existing (and future) users with their user ID in mongooseIM. Setup I am…
L. Heinrichs
  • 151
  • 1
  • 10