Software / code / prosody-modules
Comparison
mod_saslname/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_saslname/README.wiki@29f3d6b7ad16 |
| child | 2568:01fcc5ebc655 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 - 'Type-Auth' | |
| 5 summary: 'XEP-0233: Domain-Based Service Names in XMPP SASL Negotiation' | |
| 6 ... | |
| 7 | |
| 8 Introduction | |
| 9 ============ | |
| 10 | |
| 11 This module implements [XEP-0233: Domain-Based Service Names in XMPP | |
| 12 SASL Negotiation](http://xmpp.org/extensions/xep-0233.html). | |
| 13 | |
| 14 Configuration | |
| 15 ============= | |
| 16 | |
| 17 sasl_hostname = "auth42.us.example.com" | |
| 18 | |
| 19 Compatibility | |
| 20 ============= | |
| 21 | |
| 22 Prosody 0.7+ |