Mercurial > prosody-modules
comparison mod_auth_external/README.markdown @ 2876:ea6b5321db50
README files: Fix typos
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 16:05:27 +0100 |
parents | ead81e222fde |
children | 788200f5f481 |
comparison
equal
deleted
inserted
replaced
2875:c3a039972b74 | 2876:ea6b5321db50 |
---|---|
99 | 99 |
100 Example: `setpass:username:example.com:abc123` | 100 Example: `setpass:username:example.com:abc123` |
101 | 101 |
102 Note: The password can contain colons. Make sure to handle that. | 102 Note: The password can contain colons. Make sure to handle that. |
103 | 103 |
104 ejabberd compatibilty | 104 ejabberd compatibility |
105 --------------------- | 105 --------------------- |
106 | 106 |
107 ejabberd implements a similar protocol. The main difference is that | 107 ejabberd implements a similar protocol. The main difference is that |
108 Prosody's protocol is line-based, while ejabberd's is length-prefixed. | 108 Prosody's protocol is line-based, while ejabberd's is length-prefixed. |
109 | 109 |