Skip to main content

Posts

Showing posts with the label jabber

Jabsimul with SASL Integration is a benchmarking tool for Jabber/XMPP Servers which have SASL authentication

jabsimul-with-sasl =========== Jabsimul with SASL Integration is a benchmarking tool for Jabber/XMPP Servers which have SASL authentication. It also has the support for *starttls*. Special Note: --------------------- The SASL and starttls implementation is mine. Other than this project is not mine. Implementation: ------------------------- I have implemented the protocol named XEP-0034: SASL Integration. Extra Feature: ----------------------- Other then jabsimul benchmark feature it has the extra feature of XMPP SASL authentication. I have enabled the SASL plain mechanism of authentication for xmpp login. With that now you can have the benchmark of jabsimul with SASL authentication. As list: 1. Implemented “XMPP TLS” from http://xmpp.org/rfcs/rfc3920.html 2. Implemented “SASL AUTH” from  http://xmpp.org/rfcs/rfc3920.html Source code is available in here . Procedure: ----------------- First start a TCP connection to the XMPP server. Then convert t...