Software /
code /
verse
Comparison
squishy @ 161:b177bcea2006
squishy, verse.client, verse.component, verse.bosh: Port to util.xmppstream instead of xmlhandlers which has been removed from Prosody. Also remove util.ztact from squishy for the same reason.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 14 Dec 2010 16:04:29 +0000 |
parent | 158:068176069dfa |
child | 178:2189f75e09b9 |
comparison
equal
deleted
inserted
replaced
160:5cbbfe42212e | 161:b177bcea2006 |
---|---|
19 Module "util.termcolours" "util/termcolours.lua" | 19 Module "util.termcolours" "util/termcolours.lua" |
20 Module "util.uuid" "util/uuid.lua" | 20 Module "util.uuid" "util/uuid.lua" |
21 Module "net.dns" "net/dns.lua" | 21 Module "net.dns" "net/dns.lua" |
22 Module "net.adns" "net/adns.lua" | 22 Module "net.adns" "net/adns.lua" |
23 Module "net.server" "net/server_select.lua" | 23 Module "net.server" "net/server_select.lua" |
24 Module "core.xmlhandlers" "core/xmlhandlers.lua" | 24 Module "util.xmppstream" "util/xmppstream.lua" |
25 Module "util.jid" "util/jid.lua" | 25 Module "util.jid" "util/jid.lua" |
26 Module "util.events" "util/events.lua" | 26 Module "util.events" "util/events.lua" |
27 Module "util.dataforms" "util/dataforms.lua" | 27 Module "util.dataforms" "util/dataforms.lua" |
28 Module "util.ztact" "util/ztact.lua" | |
29 | 28 |
30 -- Verse plugins | 29 -- Verse plugins |
31 Module "verse.plugins.tls" "plugins/tls.lua" | 30 Module "verse.plugins.tls" "plugins/tls.lua" |
32 Module "verse.plugins.sasl" "plugins/sasl.lua" | 31 Module "verse.plugins.sasl" "plugins/sasl.lua" |
33 Module "verse.plugins.bind" "plugins/bind.lua" | 32 Module "verse.plugins.bind" "plugins/bind.lua" |