strophe - a structural division of a poem containing stanzas of varying line-length
Strophe is a library for writing XMPP clients. It is implemented in both JavaScript and C for use in a wide variety of languages. The implementations are production ready, well documented, easy to use, and easy to extend.
Strophe provides the following features:
- XMPP compliant
- Browser and platform agnostic
- TLS support via SChannel, GNUTLS, or OpenSSL
- SASL authentication using ANONYMOUS, DIGEST-MD5, or PLAIN methods as well as legacy jabber authentication
- Customizable logging and memory management
Download
You download snapshots of strophe and strophejs from:
You can also get libstrophe and strophe.js from Git:
libstrophe
git clone git://code.stanziq.com/libstrophe
strophejs
git clone git://code.stanziq.com/strophejs
Bug Reports, Contributing and Feedback
Bugs and Feedback can be reported by clicking on New Ticket in the navigation bar above. Please be as detailed as possible when submitting tickets.
You can also join and participate on the Strophe mailing lists:
You can also view strophe UseCases to see it in action!