I am a newbie here. This is my first time with ejabberd . I have set up a ejabberd 15.06 server on my llinux (Centos 6)machine in /opt/ejabberd-15.06 and now i want to configure some modules which will help me to save chat logs in DB, enable audio/video sharing etc. So i figured out we need some modules to enable this support on my ejabberd server. So i started to work on installing modules to get a easy start i am trying to install the module "mod_statsdx"
which is properly build and copied the generated beam files in /opt/ejabberd-15.06/lib/ejabberd-15.06/ebin folder
Im in the process of setting up a chat server with as database MySql.
I got all that up and running, but I'm trying to enable SCRAM Authentication.
This post https://www.ejabberd.im/node/24818 says: If you use the default ejabberd SQL authentication backend, you can now enable password encryption in the database using the standard SCRAM approach. We also provide a tool to migrate your existing authentication database to the new SCRAM secure scheme.
I've been looking for this tool, but I can't find anything, or any instructions anywhere.
I have installed an ejabberd Server using ejabberd-15.03-linux-x86_64-installer.run
Now I want to use the module mod_muc admin. Is that possible? How can I install it?
When I enter "ejabberdctl module_install mod_muc_admin", I get an error message Error: not_available:
I'm considering a "set it and forget it" cloud instance that can gracefully reconnect or form a cluster upon startup and when it goes down / rebooted. Would the following make sense?
1) Each instance gets a static ip
2) List a collection of all these static node ips in each instance's ejabberd.yml config (or it could maybe be made a little more convenient to simply announce itself to a shared database first, then check the list there... but let's leave that aside for now)
3) Upon startup, sequentially check if each ip is online. If one is found, join it as a cluster.
Very Thanks for releasing new version with mod_mam (odbc support) .
I want to upgrade the ejabberd version from 15.04 to 15.06.
When I install latest version, there is not any option for version upgrade.
I don't want to loose my existing data.
i have changed "storage_backend = leveldb", Riak starts successfully with only this change.
Riak start FAILED after I create /etc/riak/vm.args with -pz /opt/ejabberd-15.06/lib/ejabberd-15.06/ebin
8 aperture, will easily manage the caf2 lens available light you might have. One of the ways to know the general longevity of the goods is simply glan taylor polarizer by reading the testimonials caf2 crystals published by previous clients. You can transform the index to thin the lens, to a point.
This is the error I'm getting now:
[ec2-user@ip-xxx-xx-xx-xxx bin]$ ./ejabberdctl
{error_logger,{{2015,7,27},{8,2,2}},"Protocol: ~tp: register/listen error: ~tp~n",["inet_tcp",eaddrnotavail]}
ejabberd.log
2015-07-27 16:45:35.287 [info] <0.7.0> Application inets started on node ejabberd@localhost
2015-07-27 16:45:35.334 [info] <0.463.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5222
2015-07-27 16:45:35.334 [info] <0.464.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5269
also I have the same problem, nose where I'm wrong but when I install on windows7 professional 64bist I get this error if I puedieran authentication for help that I have to do to work me
You have-been started ...
By default, the ejabberd Admin Web interface is enabled. You Should Be Able to connect to the admin interface and log in with the user admin@winserver.upap and the password you defined During the installation.
when I enter the password I think I get it auth error retry login to ejabberd
Debian 8 x64, Ejabberd 15.07, MySQL 5.6.25-3. Clean install.
Mysql base structure imported from this file: https://github.com/processone/ejabberd/blob/master/sql/mysql.sql
with mysql -D ejabberd -h localhost -p -u ejabberd < ./mysql.sql (no errors appears).
I am facing a fairly urgent problem. Any help is highly appreciated.
Configurations is below:
Using latest version of Ubuntu 14.04, ejabberd, erlang OTP, iODBC, FreeTDS, Microsoft SQL Server on a separate server.
I configured ejabberd to use "external auth" using "odbc". I am using MS SQL server for the database. I am able to establish the connection. Using the "ctl" tool, I can register users. I checked the database and all users are entered which I created using command line.
I have been trying to get the latest 15.07 release to install on a fully updated Ubuntu 14.04 LTS release. Each attempt has resulted in the same issue, complaints about the installation perhaps not completing successfully and the the post installation script not finishing.
The steps I've taken are very simple;
Download Ubuntu Server 14.04 LTS ISO from Ubuntu website
Run through basic installation
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
reboot
wget the 15.07 deb file or run file from website
su (run as root user)
I've set up a ejabberd (v 15.04) cluster on AWS using 2 Ubuntu images. Whilst I am able to successfully cluster the two (using the command join_cluster from the 2nd node to the 1st node), I am not sure if the behavior is as expected... any thoughts would be much appreciated...