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
2 answers

How to build erlang AMQP client in Mongooseim

I am new in erlang. I am trying to build RabitMQ Erlang AMQP client library with my mongoose source so that I can use the library within my mongooseim modules. I downloaded the library source from here. The .ez file contains two directories, ebin…
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
0
votes
2 answers

Mongooseim match sub element value

I have a child element called Request inside my message element of xmpp packet. Therefore, my packet looks like the below: I want to match the…
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
0
votes
1 answer

MongooseIM mod_vcard is not getting triggered

I am trying to set up mod_vcard in my mongoose server for implementing XEP-0055 (Jabber search). I installed and configured the module like the below: {mod_vcard, [ {allow_return_all, true}, {search_all_hosts, true}, …
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
0
votes
1 answer

MongooseIM module not getting variables from Packet

I wrote the following module for MongooseIM but nothing is posted to the PHP file. start(_Host, _Opt) -> inets:start(), ejabberd_hooks:add(user_send_packet, _Host, ?MODULE, fetchPacketData, 50). stop (_Host) -> …
Vitul Goyal
  • 611
  • 7
  • 19
0
votes
1 answer

Enabling mod_announce in MongooseIM

I have nearly zero experience with ejabberd or MongooseIM (a fork of ejabberd) so bear with me. I would like to enable mod_announce so that I can broadcast messages, but there is no mod_announce.erl in the source tree. I do see references to…
Robert Larsen
  • 1,018
  • 2
  • 11
  • 18
0
votes
1 answer

Message Archiving Management on MongooseIM returning feature not implementing

I have edited the configuration file of MongooseIM as follows to enable MAM {mod_mam_odbc_prefs, [pm]}, {mod_mam_odbc_arch, [pm]}, {mod_mam_odbc_user, [pm]}, {mod_mam, []} After restarting the server, when i send a message it gets stored in the…
Vitul Goyal
  • 611
  • 7
  • 19
0
votes
1 answer

Ejabberd error while xml,append_subtags

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

Does XMPP server MongooseIM work with BOSH or WebSocket?

I am using MongooseIM as my XMPP server, and this server typically use TCP as transport. This server works fine with my iOS client. But when I want to create the same service in web app, I found out that it does not work with any kind of javascript…
Phineas Lue
  • 317
  • 4
  • 15
0
votes
1 answer

flexible offline messages retrieval returning false

In my XMPP chat application, I am using ASMACK library 4.0.6 on the Android client side. I want to retrieve offline messages when an XMPP connection is established. For that, first I check whether the server has support for flexible retrieval. The…
0
votes
2 answers

How to register username password fields from sql in mongooseim server

I have created 2 accounts in my localpc and then after I registered it with mongooseim. I am able to login mongooseim through converseJS client. Now I want to login mongooseim from mysql tables fields(username, password), without creating new…
KJ_kaka
  • 241
  • 3
  • 10
0
votes
0 answers

Can't log in as registered user in MongooseIM with MySQL ODBC

I've spent all day trying to figure out how to properly set up MongooseIM to use ODBC with MySQL. Here's my ejabberd.conf: http://pastebin.com/Lyptf4Jm I can register a user with the command mongooseimctl register user domain.example.com…
Caleb Cameron
  • 181
  • 1
  • 15
0
votes
1 answer

User registration in MongooseIM server

I have tried to register an account from Pidgin chat client to Mongoose Instant Messaging server. But, I would like to confirm whether the account has been registered successfully in the server ? Could any one please let me know, where I can see all…
007
  • 81
  • 2
  • 7
0
votes
1 answer

Implementing mod_blocking on MongooseIM

I'm trying to implement mod_blocking that will work only with mod_privacy in odbc module. I keep getting the response: Here is my…
max
  • 1,579
  • 1
  • 19
  • 34
0
votes
2 answers

Tsung load testing for MongooseIM (websockets)

My question is about configuring my tsung.xml file to load-test chat application. So, we have our MongooseIM server on the server side, jsjac.js library for our web-based client. We use xmpp and websockets to communicate. httpbase for jsjac is…
WcN
  • 1
  • 4
-1
votes
1 answer

How to set up roster in MongooseIM

Is it possible to lock roster modification to certain group? Ejabberd enables it like: access_rules: roster: - allow: admin