X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmod_ping.lua;fp=plugins%2Fmod_ping.lua;h=78bdb2225cf331547a3a218ec2f482e581385d0f;hb=dd01eab72e892dc74540c5d2fe197dd646fb8b74;hp=8306078c77c5760cec0c546878c2f1c2fa812354;hpb=2858c071fb42b204bcd08082f24fd5855764a9a4;p=prosody.git diff --git a/plugins/mod_ping.lua b/plugins/mod_ping.lua index 8306078c..78bdb222 100644 --- a/plugins/mod_ping.lua +++ b/plugins/mod_ping.lua @@ -1,3 +1,23 @@ +-- Prosody IM v0.1 +-- Copyright (C) 2008 Matthew Wild +-- Copyright (C) 2008 Waqas Hussain +-- +-- This program is free software; you can redistribute it and/or +-- modify it under the terms of the GNU General Public License +-- as published by the Free Software Foundation; either version 2 +-- of the License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program; if not, write to the Free Software +-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- + + local st = require "util.stanza";