X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmod_iq.lua;h=5be045335c478e256913228207d31fc76b6f3719;hb=5661de59c6947c3b8a8c13d833f9138ef41ff8a8;hp=30afb38c82824f881f449b822f0b1749b9c98120;hpb=b12a424133aefe650ecca2d383fd4f63a6295cc4;p=prosody.git diff --git a/plugins/mod_iq.lua b/plugins/mod_iq.lua index 30afb38c..5be04533 100644 --- a/plugins/mod_iq.lua +++ b/plugins/mod_iq.lua @@ -1,3 +1,11 @@ +-- Prosody IM +-- Copyright (C) 2008-2009 Matthew Wild +-- Copyright (C) 2008-2009 Waqas Hussain +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + local st = require "util.stanza"; local jid_split = require "util.jid".split;