Software / code / prosody
Annotate
teal-src/net/http/codes.d.tl @ 12811:ccc0bdad82cc
mod_s2s: Retrieve stanza size limit from peer for bidi connections
Having mod_s2s know about the bidi namespace is perhaps a bit awkward
but putting this in mod_s2s_bidi would be more awkward as it has nothing
to do with limits. Some indirection event could be added in the future.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 09 Nov 2022 19:10:16 +0100 |
| parent | 12609:a8eb838fc6cf |
| rev | line source |
|---|---|
|
12609
a8eb838fc6cf
net.http: Add teal description files
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 local type response_codes = { integer : string } |
|
a8eb838fc6cf
net.http: Add teal description files
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 return response_codes |