Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all 782 articles
Browse latest View live

ejabberd api oauth help

$
0
0

Can someone help me with setting up oauth?

I have set up this in ejabberd.yml

-
# Using a separate port for oauth and API to make it easy to protect it
# differently than BOSH and Websocket HTTP interface.
port: 5281
ip: "127.0.0.1"
module: ejabberd_http
request_handlers:
"/oauth": ejabberd_oauth
"/api": mod_http_api
commands_admin_access:
- allow:
- user: "admin@domain.com"
commands:
- add_commands: [user, admin, open]
auth_expire: 31536000
oauth_access: all

read more


http://bodyprohealth.com/rejuvalex/

$
0
0

example, chemotherapy and others.

exceptionally frantic ones will go for costly hair transplants while the other people who are surrendered
Drinking green tea consistently will give the body cancer prevention agent rejuvalex s that can help lessen the arrival rejuvalex free radicals which can make harm cells. It likewise hinders unreasonable generation rejuvalex the 5-alpha-reductase protein, which has been found to cause the hereditary condition called male sort design hairlessness.

read more

ejabberd chat issue

$
0
0

Hi,

Intermittently we are unable to connect to ejabberd chat and fail to get
chat count but we are able to get push notification. If we restart the
ejabberd chat service, problem will still persist but after certain
(approximately 15 minutes) the problem will get resolved automatically. We
would like to know the root cause. Please help.

Please find the yaml file contents below :

=====================================================
###
###' ejabberd configuration file
###
###

### The parameters used in this configuration file are explained in more detail

read more

ejabberd-17.04 ldap_search problem

$
0
0

I have problem with my ejabberd-17.04 server running on freebsd11-x64 host.

with ldap parameters:

ldap_servers:
   - "10.0.0.3"
   - "10.0.0.4"
ldap_port: 389
ldap_rootdn: "cn=ldapbind_jabber,cn=users,dc=mydomain,dc=local"
ldap_password: "password"
ldap_base: "dc=mydomain,dc=local"
ldap_uids:
      "sAMAccountName" : "%u"

and mod_vcard parameters:

mod_vcard:
db_type: ldap
search: true
matches: infinity
allow_return_all: true
ldap_vcard_map:
"NICKNAME": {"%u": []} # just use user's part of JID as his nickname

read more

mod_filter crashes (?)

$
0
0

Hi. It's time to ask for help on ejabberd.
The scenario is common in many production environments.
Agents are connectet to a XMPP server (ejabberd) and the need is that they cannot chat each other except with the supervisor.

I tried to find a way to block presence and messages between agents using the mod_filter downloaded from https://www.ejabberd.im/mod_filter but I had some problems.
First, some details
OS: Debian Wheezy
Erlang/OTP 17 [erts-6.2] installed via wheezy backports repo
ejabberd 17.06.beta-20 compiled from source
mod_filter compiled as module for ejabberd

read more

ejabberd cluster and using mod_sip

$
0
0

Hi All,

I'm performing some testing on my ejabberd cluster. I have mod_sip enabled, it appears that SIP will only work if the clients are using the same ejabberd instance. Does SIP support clustering and is there a way to configure my ejabberd cluster to ensure SIP works when clustering servers?

Thanks.

Hide stream id

$
0
0

Is there any way to hide ejabberd detail from port scanning ???

Can two different sub-domains be part of same cluster

$
0
0

Hello,

Woud like to understand if two different sub-domains can be be part of same cluster ?

chatserver1.example.com
chatserver2.example.com

Let us know

Thanks
Anand


Ejabberd migration to new server

$
0
0

I have an ejabberd 16.03 running on ubuntu 16.04, we are planning a server change. We are using MySql database with external authentication. For proper migration is it enough to import just the database to the new server ??

ejabberdctl module_upgrade return an error

$
0
0

Hi

I want to upgrade the mod_mam module to overcome this issue:
https://github.com/processone/ejabberd/issues/1348

From the commit it seems this issues was fixed in version 17.03 and we user 17.01:
https://github.com/processone/ejabberd/commit/68cf45a8b9e91a9d543816ca02...

We don't want to upgrade the whole ejabberd version now so we're trying to update just the mod_mam module like that:

ejabberdctl module_upgrade ejabberd_mod_mam

But unfortunately we're getting an html page error saying:

read more

e2e encryption stopped working on ejabberd!

$
0
0

Hi all,
running ver 16.04 with all the requird PEP modules to operate OMEMO encryption.
Just recently the OMEMO plugin is no longer working on newly created accounts in ejabberd.
It has been tested on via gajim and conversations and it is only with newly created accounts; all previously created older accounts work ok.
Seems like the server is not accepting keys generated by clients?
Please help this is a critical malfunction.

can't use mnesia database after 17.04->17.06 or 17.07 upgrade: node name mismatch

$
0
0

After upgrading from 17.04 to 17.06 (or 17.07 for that matter) ejabberd no longer starts. In the log it complains about a node name mismatch. I'm using a non-default node name.
Usually when I upgrade, I perform the upgrade, change the node name in ejabberdctl's config, set up some other stuff (ports, mainly) and restart ejabberd. That's what I've done this time, too, but it does not work. Any suggestions? I've already tried to backup the database and restore it but without luck. I do have a working backup.

Not able to upload file using ejabberd xmpp server

$
0
0

Hi! I got ejabberd 17.04 installed on my cent os 7 (VPS) from binary installer downloaded from https://www.process-one.net/en/ejabberd/downloads .

I am trying to implement uploading files to server via mod_http_upload.
When I am trying to send the file to base put_url (https://chat2.knowledge-center.com:5443/upload) via "postman" chrome plugin using "PUT" method, I am not getting any response, request is simply getting timed out.

My ejabberd.yml files is as below:


###
###' ejabberd configuration file
###
###

read more

redis

$
0
0

Hi, how can I use redis for users authentications?
thanks in advance.

Virtual Host Configuration Help

$
0
0

Hi,

Is ti possible to do configure several hosts in one line?
Like this?

hosts:
- "xmpp.domain1.com"
- "xmpp.domain2.com"
- "xmpp.domain3.com"
- "xmpp.domain4.com"

host_config:
"xmpp.domain1.com", "xmpp.domain2.com" :
sql_type: pgsql
sql_server: "localhost"
sql_database: "dbDomain1"
sql_username: "dbUser1"
sql_password: "dbUser1Pass"
auth_method: sql

"xmpp.domain3.com", "xmpp.domain4.com":
sql_type: pgsql
sql_server: "localhost"
sql_database: "dbDomain2"
sql_username: "dbUser2"

read more


Virtual Host Configuration Help

$
0
0

Hi,

Is ti possible to do configure several hosts in one line?
Like this?

hosts:
- "xmpp.domain1.com"
- "xmpp.domain2.com"
- "xmpp.domain3.com"
- "xmpp.domain4.com"

host_config:
"xmpp.domain1.com", "xmpp.domain2.com" :
sql_type: pgsql
sql_server: "localhost"
sql_database: "dbDomain1"
sql_username: "dbUser1"
sql_password: "dbUser1Pass"
auth_method: sql

"xmpp.domain3.com", "xmpp.domain4.com":
sql_type: pgsql
sql_server: "localhost"
sql_database: "dbDomain2"
sql_username: "dbUser2"

read more

Not able to connect to ejabberd server but admin gui is fine

$
0
0

Hi All,

I am very new to ejabberd but I am going through all documents to resolved issues. But from last two days I am struggling to connect ejabberd server I which installed on Ubuntu AWS EC2. I opened all ports for testing my. Withing Ubuntu I am able to chat using profanity.

Also I am able to connect to admin tool using https:// ( please note not http://)
https://ec2-XXXXXXXXXXX.us-west-2.compute.amazonaws.com:5280/admin

read more

Ejabberd upgrade to 17.07 caused failure

$
0
0

Hi

I don't think this is a bug, but maybe a configuration problem. We were running 17.06 and as per the wanring on the ProcessOne blog, upgraded to 17.07. Now, ejabberd just won't start:

2017-07-19 17:43:30.352 [critical] <0.214.0>@gen_mod:start_module:211 Problem starting the module mo
d_private for host example.net
options: []
error: {{badarg,[{ets,insert,
[ets_cache_options,{{max_size,private_cache},1000}],
[]},
{p1_options,insert,4,
[{file,"src/p1_options.erl"},{line,63}]},

read more

Telnet to 5222 is not working though I opened all ports

$
0
0

Hi All,

I have recently installed ejabberd in AWS EC2(ubuntu). I have opened all ports. However I am not able to connect to port 5222, but I can connect to 5280. I have used hostname as : ec2-XXXXXXXX.us-west-2.compute.amazonaws.com

Please I do not set: any SRV records, do I need to setup? Please somebody help on this. thanks a lot in advance

ports listening:

tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1310/sshd
tcp 0 0 0.0.0.0:35768 0.0.0.0:* LISTEN 2567/beam

read more

Error ejabberd_hooks:run_fold1:368 {function_clause,[{mod_privacy,check_packet

Viewing all 782 articles
Browse latest View live