Software /
code /
prosody
Comparison
doc/net.server.lua @ 9295:6c7d2fb0d369
doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 12 Sep 2018 14:27:01 +0100 |
parent | 8781:53178b6ba589 |
child | 9846:9a0da809ed4a |
comparison
equal
deleted
inserted
replaced
9294:31c02b3109e1 | 9295:6c7d2fb0d369 |
---|---|
1 -- Prosody IM | 1 -- Prosody IM |
2 -- Copyright (C) 2014,2016 Daurnimator | 2 -- Copyright (C) 2014,2016 Daurnimator |
3 -- | 3 -- |
4 -- This project is MIT/X11 licensed. Please see the | 4 -- This project is MIT/X11 licensed. Please see the |
5 -- COPYING file in the source package for more information. | 5 -- COPYING file in the source package for more information. |
6 | |
7 --luacheck: ignore | |
6 | 8 |
7 --[[ | 9 --[[ |
8 This file is a template for writing a net.server compatible backend. | 10 This file is a template for writing a net.server compatible backend. |
9 ]] | 11 ]] |
10 | 12 |