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 REST API's not working for POST requests

Have anyone tried the MongooseIM 2.0.0 Bets services to hit web services. I am able to to the GET calls as defined in this Swagger site link but unable to get the POST request as it gives me error for the same data that I use with my IP address…
codelover
  • 1,113
  • 10
  • 28
0
votes
1 answer

How to register user on MongooseIM server using .Net service

I am trying to implement the a .Net Web mechanism that will hold user profile and other activities. On success the user will be able to chat hence have to be registered under MongooseIM server with JID creation. This have to be done by the Asp .Net…
codelover
  • 1,113
  • 10
  • 28
0
votes
1 answer

MongooseIM connected to MySQLDB not storing anything in DB

I have connected to to the SQL database as directions given in MongooseIM site for the SQL db linking instead of mnesia. I have made the changes in the ejabberd.cfg file but still I don't see any values in my DB. However the >mongooseimctl…
codelover
  • 1,113
  • 10
  • 28
0
votes
2 answers

Create user account using REST api or xml rpc in mongooseim as it do in ejabberd

I am trying to create user account in mongooseim server using rest interface. I am not sure about this rest interface described here https://mongooseim.readthedocs.io/en/latest/developers-guide/REST-interface-to-metrics/ I can create account and do…
spali
  • 13
  • 5
0
votes
0 answers

How can I set mysql db as the default db for mongooseim

I provide a mysql database name by creating database only (like mongoosedb) and change the ejabberd.cfg file accordingly . After restart mongooseim i still not get user entries in database. So what i will need to do to configure mysql as default…
H. SLF
  • 61
  • 8
0
votes
2 answers

Offline message not retrive from smack api 4.1.6 from xmpp MongooseIM server

I am facing the issue to retrieve offline message in android apps using smack api from XMPP Mongoose server. As per the code flow Try to retrive offline message when user become login in xmpp mongoose server before sending available presence to…
0
votes
1 answer

Mongoose IM change node name issue

I am trying to change node name of mongooseim to my local ip, something like 10.0.0.21. I changed the config in MongooseIM/rel/vars.config.> {node_name,"mongooseim@10.0.0.21"} Is there anything i need to change? I am getting the following error…
Krishna
  • 41
  • 4
0
votes
2 answers

ejabberd in a microservice network

I'm willing to use ejabberd / mongooseIm in a microservice network. XMPP should be our chat protocol aside from a REST API network. I want to send messages incoming at the xmpp server downstream to worker services. Has anybody done this or could…
0
votes
2 answers

MongooseIM create_room command not known

I am a new comer to MongooseIM. I have setup the server and am able to exchange messages between two users. Now I am trying to setup the server to enable MUCs. I have enabled mod_muc in ejabberd.conf file. On executing the create_room command, the…
Madhavan Malolan
  • 719
  • 6
  • 24
0
votes
3 answers

Erlang - Issue with Terminate function

I am creating a module with Erlang and I have three options, which are add, edit and delete. I can see in the logs that add function is being called in the init method, but I couldn't find anything related to delete messages. I guess it is because…
0
votes
1 answer

Create a new node in MongooseIM

I am new to mongooseIM and I would like to create a new node (mongooseim@myhostname.com) but when I try to run this command: bin/mongooseimctl add_to_cluster mongooseim@myhostname.com I get the following error: Error:…
0
votes
1 answer

Call to i:im() in application debugger failed in mongooseim

It seems invoking im(). after invoking ./bin/mongooseim debug shell fails with message "call to i:im/0 in application debugger fails". However, when I do it typical Erlang shell, it opens up the window correctly. Any idea why ?
0
votes
0 answers

Enable ejabberd web interface in mongooseIM

When I do bin/mongooseim start and the mongooseim is running, then I put on url 127.0.0.1:5280/ I have as result on web a white page, I think that this is mean that ejabberd_cowboy ( having the port 5280) is listenning but I haven't the interface…
Ime
  • 1
0
votes
1 answer

Mongooseim with rabbitMQ: mochijson2 potentially included by two different applications

I am trying to build mongooseim with rabbitMQ. Im getting the below error while doing make rel. ==> rel (generate) ERROR: generate failed while processing /home/mongoose/MongooseIM/rel: {'EXIT',{{badmatch,{error,"Module mochijson2 potentially…
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59
0
votes
1 answer

Connecting to RabbitMQ server from MongooseIM

I am trying to communicate with a rabbitmq server from my mongooseim server. For that first I copied rabbitmq-client library (for erlang) to my apps directory, updated my makefile and then recompiled mongooseim code. (as per the instruction from…
Kamrul Khan
  • 3,260
  • 4
  • 32
  • 59