Software / code / verse
Comparison
squishy @ 14:53246b2b933b
squish: Add plugins
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 29 Nov 2009 03:43:24 +0000 |
| parent | 7:3d69d012f41c |
| child | 18:f15de643f502 |
comparison
equal
deleted
inserted
replaced
| 13:c3d83b98fb4f | 14:53246b2b933b |
|---|---|
| 13 Module "server" "net/server.lua" | 13 Module "server" "net/server.lua" |
| 14 Module "xmlhandlers" "core/xmlhandlers.lua" | 14 Module "xmlhandlers" "core/xmlhandlers.lua" |
| 15 Module "jid" "util/jid.lua" | 15 Module "jid" "util/jid.lua" |
| 16 Module "events" "util/events.lua" | 16 Module "events" "util/events.lua" |
| 17 | 17 |
| 18 -- Verse plugins | |
| 19 Module "verse.plugins.sasl" "plugins/sasl.lua" | |
| 20 Module "verse.plugins.bind" "plugins/bind.lua" | |
| 21 | |
| 18 Module "verse2.client" "client.lua" | 22 Module "verse2.client" "client.lua" |
| 19 | 23 |
| 20 -- Main verse file | 24 -- Main verse file |
| 21 Main "init.lua" | 25 Main "init.lua" |