diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:44:03 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:44:03 +0000 |
commit | d3ad4a5123335a00f3d9d921c798cdb8e9923ace (patch) | |
tree | ec75db62595fe2b0c0283f84a1c804f3f275eba6 /core | |
parent | 753ab685818da815d7ffba71492b48985d67709c (diff) | |
download | prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.tar.gz prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.zip |
0.1 -> 0.2
Diffstat (limited to 'core')
-rw-r--r-- | core/componentmanager.lua | 2 | ||||
-rw-r--r-- | core/configmanager.lua | 2 | ||||
-rw-r--r-- | core/discomanager.lua | 2 | ||||
-rw-r--r-- | core/modulemanager.lua | 2 | ||||
-rw-r--r-- | core/offlinemanager.lua | 2 | ||||
-rw-r--r-- | core/offlinemessage.lua | 2 | ||||
-rw-r--r-- | core/presencemanager.lua | 2 | ||||
-rw-r--r-- | core/rostermanager.lua | 2 | ||||
-rw-r--r-- | core/s2smanager.lua | 2 | ||||
-rw-r--r-- | core/sessionmanager.lua | 2 | ||||
-rw-r--r-- | core/stanza_router.lua | 2 | ||||
-rw-r--r-- | core/usermanager.lua | 2 | ||||
-rw-r--r-- | core/xmlhandlers.lua | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua index 974b5bf1..a63cfd7a 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/configmanager.lua b/core/configmanager.lua index 6601fed6..a6e86347 100644 --- a/core/configmanager.lua +++ b/core/configmanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/discomanager.lua b/core/discomanager.lua index 16bf2227..21080635 100644 --- a/core/discomanager.lua +++ b/core/discomanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 84486b58..da5945ac 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/offlinemanager.lua b/core/offlinemanager.lua index c327f979..b56b0ef7 100644 --- a/core/offlinemanager.lua +++ b/core/offlinemanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/offlinemessage.lua b/core/offlinemessage.lua index 9888f76d..36f2948d 100644 --- a/core/offlinemessage.lua +++ b/core/offlinemessage.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/presencemanager.lua b/core/presencemanager.lua index 6e27752b..e4dd6cc4 100644 --- a/core/presencemanager.lua +++ b/core/presencemanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/rostermanager.lua b/core/rostermanager.lua index b5698fc5..fc8a5862 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 7827381d..63aca5b5 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 5c99cb5c..169a6db2 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/stanza_router.lua b/core/stanza_router.lua index c2214b1c..965c77ec 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/usermanager.lua b/core/usermanager.lua index 2c02394f..2da64cff 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index b4dd5479..38a0dd05 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- |