Software /
code /
prosody
Comparison
util/sasl/plain.lua @ 3080:8e842989ced2
util.sasl.plain: Typo.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Sat, 22 May 2010 20:34:32 +0200 |
parent | 3073:9a9fe2f3019d |
child | 3155:c713fa2ba80c |
child | 3164:db9def53fe9c |
comparison
equal
deleted
inserted
replaced
3079:e144a4989e70 | 3080:8e842989ced2 |
---|---|
26 plain: | 26 plain: |
27 function(username, realm) | 27 function(username, realm) |
28 return password, state; | 28 return password, state; |
29 end | 29 end |
30 | 30 |
31 plain-test: | 31 plain_test: |
32 function(username, realm, password) | 32 function(username, realm, password) |
33 return true or false, state; | 33 return true or false, state; |
34 end | 34 end |
35 ]] | 35 ]] |
36 | 36 |