Questions tagged [xmpp]

Extensible Messaging and Presence Protocol (previously known as Jabber) is a layer 7 networking protocol for realtime text messaging. It is an open standard with a decentralised architecture, allowing anyone to run their own server. It is used as the underlying protocol by Google Talk.

162 questions
0
votes
0 answers

Cannot get XMPP vCard user search working properly version 21.12-1 ejabberd under Ubuntu 22.04.2 and LDAP to Active Directory

I'm have tested with Swift and Gajim. AD authentication integration works, but the vcard search fails when run from both Swift and Gajim but succeeds from the command line. Gajim is from the nightly build from 6/11/2023 Any suggestions? this…
0
votes
1 answer

how to query a xmpp server from outside to find out what version he is running

There are many xmpps servers around (ejabberd, prosody etc ...). Is there a api call that tells one what brand and what version is running on that server?
Max Muster
  • 337
  • 2
  • 6
  • 27
0
votes
2 answers

Prosody never calls http_file_share

I've tried to set up my prosody xmpp-server (more exactly: I migrated from a different machine with some really outdated version) Most stuff works fine. Apart from mod_http_file_share that is. If I open it in my browser, anything looks okay. Looking…
0
votes
0 answers

How to intercept encrypted XMPP traffic?

I have an mobile chat application which is using xmpp protocol for messageing. I am able to intercept http traffic of Application with traditional proxy like burp suite(After bypassing ssl pinning). This proxy tool is not able to intercept xmpp…
Cebrayil
  • 11
  • 4
0
votes
1 answer

How to allow more than 5K users to join Ejabberd MUC?

Ejabberd is the massively scalable server, here's article which show Ejabber can supporting 2M+ concurrent user. But for Multi-User Chat(MUC), Ejabber supports only 5K users(as per ejabberd module code: here). Ejabbered should be able to handle more…
Crawler
  • 101
0
votes
1 answer

Which steps to follow in order to make configuration of NAPTR records in ejabberd

I am newly in network and programming. I want to configure Sip in ejabberd. After I added ejabberd_sip listening module in ejabberd.yml as recommended in the documentation the next step is described as below: Next you need to configure DNS SIP…
0
votes
3 answers

Replicate portion of an LDAP directory to external server

We're in the process of setting up a Jabber server on Amazon EC2 right now, and we'd like to have our internal users authenticate via LDAP so we don't have to create/manage a separate set of user accounts than the master directory in the office. My…
colemanm
  • 659
  • 5
  • 10
  • 25
-1
votes
1 answer

ejabberd refuses to start after attempting to enable mod_proxy65

I cannot get ejabberd to start after attempting to enable mod proxy_65 with the following settings: {mod_proxy65, [ {host, "secusrvr.com"}, {ip, {0,0,0,0}}, {hostname, "secusrvr.com"}, …
John Tate
  • 179
  • 4
  • 19
-1
votes
1 answer

Disable title notification for MUCs on ejabberd

Is there any way to disable the title notification for MUC rooms in ejabberd on every log in?
languitar
  • 99
  • 5
-1
votes
1 answer

jabber connection to another servers doesn't work under firewall

When firewall turned on, jabber server do not connect to another jabber servers. When turn off - all good. The config is (deny by default, allow all outgoing connections): Source Protocol Remote port Local port Type All tcp All 22 …
Vasvas
  • 13
  • 1
  • 4
-1
votes
1 answer

eJabberd: Retrive Chat Room history

I know it is very old question but I need some help regarding this urgently. As per this thread, The chat room history only stored in RAM and it will removed if we restart the ejabberd service. Is it possible to retrieve the removed history from DB…
Support
  • 1
  • 1
-3
votes
5 answers

Google Chat Port Number

Does anyone know which port is used by gtalk.
Prabhu
1 2 3
10
11