xmpp

  1. Hund

    sendxmpp doesn't work with TLS

    I installed FreeBSD 12.1 on my Raspberry Pi 2 yesterday and I have some issues with the old Perl-script sendxmpp (version 1.24) not working for me. I have the package `security/ca_root_nss` and I have tried specifying every single path I could think of. $ echo "Test" | sendxmpp <adress> -t...
  2. Jay F. Shachter

    Videoconferencing software

    I see that someone is working on a zoom port. Thank you. I understand that until it is announced, I shall have to do my zoom conferencing on Linux. However, I was surprised to discover that I could not do a bluejeans.com conference on chrome under FreeBSD. What software is missing on FreeBSD...
  3. BostonDriver

    Help with unbound_local resolution problem

    Hi, I'm having a DNS problem with unbound after upgrading to FreeBSD 12-0 production. I'm using unbound_local as a caching DNS server. My resolve.conf file: # cat /etc/resolv.conf domain example.org nameserver 127.0.0.1 nameserver ::1 options edns0 The problem I see is jabberd2...
  4. kkaos

    FreeBSD-friendly web meeting service

    I am looking for a web meeting or teleconferencing service that works with FreeBSD. I know WebEx does not work well with any *nix, and I was thinking Zoom, which works well with Linux, would work with FreeBSD, but upon trying to join a Zoom meeting today, Zoom did not give me the option to use...
  5. Yampress

    Solved gajm does not remember the password for gnupg

    Gajm does not remember the password for gnupg. I have installed packages: gajim-1.1.3 GTK + Jabber client gnupg-2.2.15_1 Complete and free PGP implementation py27-python-gnupg-0.4.3 Python wrapper for the GNU Privacy Guard (GPG or GnuPG) py36-python-gnupg-0.4.3 Python wrapper for the GNU...
  6. sidetone

    Comparisons of XMPP, Signal, MQTT, Tox, Telegram

    XMPP is said to have a lot of overhead, in part because it uses XML. Also, each message must pass through servers that were used for establishing the connection, rather than more directly afterwards. Telegram markets itself as being very secure, but I've seen past comments that were dubious...
  7. T

    Solved Problem with Prosody and LDAP authentication

    Hello! I'm new to this forum and FreeBSD, so I hope I'm addressing my problem at the right location. First of all I want to say thanks for this great community/ forum and that I already have learned much by reading through some of the threads here. :) My problem: I'm currently migrating my...
  8. S

    ejabberd problem with postfix -ldap schema

    I setup a mail server with postfix dovecot with openldap. Then I install ejabbered for chat server. when I add postfix schema in my ldif file, the chat server does not work but without it, it works without any problem. the ldif file is: dn: dc=example,dc=com objectClass: dcObject objectClass...
  9. saeedpersa

    Video Server Of FreeBSD

    Dear all I was wondering if any body had any experiences on Configuring Video Server on FreeBSD and share it Here i have some questions: How is Jitsi Cloud install on FreeBSD? I sow some tips here: http://www.freshports.org/net-im/jitsi/ does it have any special configurations? Is there any...
  10. sidetone

    PF Firewall settings for XMPP

    Most of the time when I set up an XMPP / Jabber firewall in PF, others' accounts show, but most messages get blocked. grep xmpp /etc/services gives: xmpp-client 5222 tcp and udp xmpp-server 5269 tcp and udp I added more ports, including those for chat and those based on a search, but...
  11. S

    chat server useing openldap authentication

    Hi, I want to setting up a chat server on my server. I found xampp jabber can do this for me and pidgin for Jabber Clients. My problem is the jabber should use openldap authentication. I searched but I don't find any tutorial about configuration of openlap. Thanks all,
  12. l33tname

    Solved Prosody s2s connection-timeout in jail

    I installed prosody in a jail redirect the traffic to it with pf. With this config: rdr on $EXT proto { tcp, udp } from any to any port $XMPP_PORTS -> 10.0.0.11 And for unknown reasons at least for me the s2s part just fails with error messages like this Sep 27 20:39:21 s2sin804074c40 info...
  13. andrian

    sendxmpp and ssl on jabber server

    Hi, I have jabber server and use security method client connection. On FreeBSD workstation I use messenger sendxmpp as detector about events and can not connect with ssl method, but simple method is works. root@freebsd:/home/andrian # echo "hi" | sendxmpp -e -u services -p services -j...
  14. R

    [OpenSSL] /etc/ssl/cert.pem not honoured by default

    I have a FreeBSD 10.1 installation with security/ca_root_nss installed (with ETCSYMLINK). /etc/make.conf contains WITH_OPENSSL_BASE="YES", the port (security/openssl) is not installed. /etc/ssl/cert.pem points to /usr/local/share/certs/ca-root-nss.crt, which contains the CA certificates as...
  15. J

    Installing modified open-source software

    I have a very simple question. I'm a complete beginner regarding freebsdFreeBSD and apologize if the solution is obvious. I'm running freebsdFreeBSD on a home server which I access through a ssh client (putty) from my personal computer. On this personal computer I've downloaded an opensource...
  16. H

    Video chat

    Which application do you advise for video chat?
  17. D

    jabberd pkg install without MySQL dependency

    Greetings, I'm trying to install jabberd 2.3.1 via pkg but it has dependency on mysql-client 5.5. I already use MySQL 5.6 and don't want to downgrade because of this dependency. I tried to search but can't find any option passed to pkg or any configuration stanza that forces no dependency...
  18. torlik

    Can't connect on my jail prosody server except outside him

    Hello, Here my configuration : +--------+---+---+ 10.0.0.0/24 +------------------+ |main server - | |jail with prosody | |with xmpp client+-----+-------+server | | | | |IP : 10.0.0.1/24 | +----------------+ | +------------------+...
  19. S

    Prosody : /usr/local/bin/prosodyctl: Command not found.

    Hi everyone, After updating net-im/prosody, I am unable to start prosody. # service prosody start eval: /usr/local/bin/prosodyctl: not found prosodyctl is not missing, it is present in /usr/local/bin/ : # ls /usr/local/bin/prosod* /usr/local/bin/prosody /usr/local/bin/prosodyctl pkg show...
  20. P

    Solved [solved] prosody: libidn does not exist

    Hi, I've tried to install prosody in a FreeBSD 9.2 jail with a read only portstree (portstree is updated in basejail and WRKDIRPREFIX is /var/ports ) The problem is that the build fails with "Error: shared library "libidn" does not exist" but libidn is installed and in the filesystem. Here is...
Back
Top