diff options
author | onefang | 2022-09-13 13:08:43 +1000 |
---|---|---|
committer | onefang | 2022-09-13 13:08:43 +1000 |
commit | 855884fa01c59dd244f6ae12c6e1013fd4ba5398 (patch) | |
tree | 4bc00de0a5faab813d199b2809cd5885541c7f0b | |
parent | Add link to Jabber / XMPP write up. (diff) | |
download | opensim-SC-855884fa01c59dd244f6ae12c6e1013fd4ba5398.zip opensim-SC-855884fa01c59dd244f6ae12c6e1013fd4ba5398.tar.gz opensim-SC-855884fa01c59dd244f6ae12c6e1013fd4ba5398.tar.bz2 opensim-SC-855884fa01c59dd244f6ae12c6e1013fd4ba5398.tar.xz |
typo--
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 0f05001..9ec56c1 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8398,7 +8398,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile) | |||
8398 | C("Ending dynamic page %s %s", Rd->RUri, form); | 8398 | C("Ending dynamic page %s %s", Rd->RUri, form); |
8399 | } | 8399 | } |
8400 | 8400 | ||
8401 | // TODO - This is arse about, I get JSON, but send plain text. Need to set content type ehaders in the mod_auth_custom_http, and maybe send json back as well. | 8401 | // TODO - This is arse about, I get JSON, but send plain text. Need to set content type headers in the mod_auth_custom_http, and maybe send json back as well. |
8402 | void prosody_mod_auth_custom_http_json(char *file, reqData *Rd, HTMLfile *thisFile) | 8402 | void prosody_mod_auth_custom_http_json(char *file, reqData *Rd, HTMLfile *thisFile) |
8403 | { | 8403 | { |
8404 | char *user = getStrH(Rd->body, "username"), *password = getStrH(Rd->body, "password"); | 8404 | char *user = getStrH(Rd->body, "username"), *password = getStrH(Rd->body, "password"); |