Camilo Martin Culpian | 8 May 2013 19:50
Picon

Support for MD5 on mod_auth_crypt

Y add support for MD5 to mod_auth_crypt, if there is any one interested 
the code is attached...
The full jabberd code compiles and run on debian6 (squeeze)...
The same way i can add support for sha256, sha512, etc...
(Sorry for my bad inglish)
Attachment (mod_auth_crypt.cc): text/x-c++src, 11 KiB
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
Camilo Martin Culpian | 7 May 2013 05:33
Picon

DB Hashed passwords

HI, Is there a way to use md5 hashed passwords in storage on xdb_sql 
mysql backend?
than you in advance....
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________

William Johnson | 3 May 2013 09:29
Picon

have made payment but my account was not fund.

Hi, batch number 142446489, ID 118381, was not Fund to my account, 26.40 LR,
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
Ivan Tsvetkov | 22 Apr 2013 13:29
Picon

(no subject)

cvetkov1972 <at> gmail.com
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________

RAHUL | 28 Mar 2013 07:05
Picon

Contribution to XSF :)

Hi ,

I would like contribute to XSF organization. I having working XMPP server since one year.


Thanks
Rahul Akula
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
Henry | 26 Jan 2013 00:24
Favicon

help with jabber1.4.3 and TLS ciphers config

Hey guys I'm hoping you can help me with some configuration challenges I'm having using TLS and specifying the ciphers in my jabber.xml file.

My goals is to only allow certain ciphers or pretty much disable all ciphers except for 1 or 2.

My server is running debian squeeze 6.0.4
Jabberd Version 1.4.3

From googling around only thing I found was someone saying you're suppose to add the <tls> tag under <io> and inside you specified the cipher with <ciphers> tag.  This is my current config:

<io>
    my io config..
    blah..
    blah...
   
    <tls>
        <ciphers>AES_256_CBC</ciphers>
    </tls>

</io>


however when ever I test it I still able to connect using other cyphers:

$ openssl s_client -connect <myserver>:5223 -tls1 -cipher EXP-RC4-MD5 2>1 | grep Cipher
New, TLSv1/SSLv3, Cipher is EXP-RC4-MD5
    Cipher    : EXP-RC4-MD5

$ openssl s_client -connect <myserver>:5223 -tls1 -cipher AES128-SHA 2>1 | grep Cipher
New, TLSv1/SSLv3, Cipher is AES128-SHA
    Cipher    : AES128-SHA

 $ openssl s_client -connect <myserver>:5223 -tls1 -cipher DES-CBC-SHA 2>1 | grep Cipher
New, TLSv1/SSLv3, Cipher is DES-CBC-SHA
    Cipher    : DES-CBC-SHA


I've also try this cause someone said it needs the <credentials>:

    <tls>
        <credentials>
                <ciphers>AES_256_CBC</ciphers>
        </credentials>
    </tls>

but that still allows a bunch of ciphers and debug doesn't really show any errors or problems.  At this point I'm pretty user I'm missing something.

Any help would be appreciated!   Let me know if you need any other info.

Thanks!
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
debarshi kumar banerjee | 23 Oct 2012 15:27

Stream Error

Hi,


I have installed jabberd14 on Centos 6 64bit using yum and have configured it accordingly. But after starting the daemon when i am trying to test i am getting a stream error. The error is:

<stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0'><stream:error xmlns:stream='http://etherx.jabber.org/streams'><xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text xmlns='urn:ietf:params:xml:ns:xmpp-streams'>syntax error</text></stream:error></stream:stream>

Please tell me what I am doing wrong?

thanks in advance,
regards,
Debarshi.
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
Do Nguyen Ha | 10 Oct 2012 12:35
Picon

need help on ejabberd and jingle nodes

Hi all

i install ejabberd on Centos successfull
and now i install the mod_jingle for ejabberd
svn checkout http://jinglenodes.googlecode.com/svn/ jinglenodes-read-only
cd jinglenodes-read-only
cd ejabberd_mod_jinglenodes/
autoconf
autoreconf -vif
make all
make install

then edit ejabberd.cfg to add some lines:
{8888, ejabberd_service, [
  			    {access, all},
  			    {shaper_rule, fast},
  			    {ip, {127, 0, 0, 1}},
  			    {hosts, ["xmpp.abc.com"],
  			     [{password, "secret"}]
  			    }
  			   ]},

.....

  {mod_jinglenodes, [
		     {host, "jinglenodes. <at> HOST <at> "},
		     {public_ip, "192.168.1.148"},
		     {purge_period, 5000},
		     {relay_timeout, 60000}
		    ]},

my goal is when 2 jitsi clients can make call to each other and the
mod_jinglenodes should insert 192.168.1.148 for relay RTP

but when i do debug in ejabberd, i cannot see the IP 192.168.1.148 in
offer for ICE negotiation

how should i config ejabberd or other component to do it

Thank you
Ha`
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________

Ivan Martinez | 24 Sep 2012 21:26
Favicon

OAuth2 authentication for XMPP server login

Hello all,

I'm interested in implementing OAuth2 authentication in my ejabberd 
server, in order to prevent clients from getting the user's credentials. 
I have asked about this issue in the standards list and was pointed to 
this protocol specification:

http://tools.ietf.org/html/draft-ietf-kitten-sasl-oauth-08

I was wondering if anyone has this working in its server (apparently 
Google has), and if this can be done with existing open-source or free 
software including the authorization server.

Thanks for your help,

Ivan
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________

Bhagavan Prasad | 17 Sep 2012 12:39
Picon

XMPP Server configuration: How to list Remote XMPP server configuration

Hi,
 
Can somebody help me in building communication between XMPP Server to Server communication.
 
- How to configure the local XMPP server to communicate Remote XMPP Server?  (s2s configuration)?
 
My investigations are like below.  Please correct me if I am wrong
 
>>  <IP>0.0.0.0</ip> <port>5269></port>
Is local server listening for connection from remote servers on port number 5269,
 
>>  <router> ....,  5347 </router>
Is to connect to remote router, where it is capable to to build communication between XMPP and non-XMPP clients
 
>> from s2s.log file, I observed that server is trying to build connection with remote server local.domain.com/proxy.eu.jabber.org.
Question. From where the server got the above "proxy.eu.jabber.org" string?  I have searched all config (xml) files but I couldn't find.  Every I tried in the code, but no luck.
 
>>I also observed the server url, is being read from socket/file, and then it is trying to build communcation.
Where to configure the Remote XMPP server address in Local XMPP server
 
regards
Bhagavan
 
 
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________
Tomasz Sterna | 26 Aug 2012 14:14
Gravatar

jabberd-2.2.17 release

Next jabberd2 release is available.

Get 2.2.17 release at GitHub:
https://github.com/downloads/Jabberd2/jabberd2/jabberd-2.2.17.tar.xz

and read: https://github.com/Jabberd2/jabberd2/blob/551be78f27/UPGRADE

This is an importand security release targeted at recent discovery of
Vulnerability in XMPP Server Dialback Implementations.

ChangeLog:
* Fixed possibility of Unsolicited Dialback Attacks
* Use XML_SetHashSalt with expat 2.1.x only
* Fix s2s crash with witelist enabled
* Send user creation result only if there is one
* Utilize XML_SetHashSalt
* Replaced cppunit with check
* Fixed s2s->dns_bad key memory allocation
* Fixed whitelist_domains memory allocation
* Fixed build with debug disabled

For a full ChangeLog see:
https://github.com/Jabberd2/jabberd2/blob/551be78f27/ChangeLog

--

-- 
Tomasz Sterna
Instant Messaging Consultant : Open Source Developer
http://tomasz.sterna.tv/  http://www.xiaoka.com/portfolio

_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: JAdmin-unsubscribe <at> jabber.org
_______________________________________________


Gmane