squishy

Fri, 09 Apr 2010 21:01:12 -0400

author
Hubert Chathi <hubert@uhoreg.ca>
date
Fri, 09 Apr 2010 21:01:12 -0400
changeset 6
b0fec41e695b
parent 0
7d84f4403d67
child 8
9663866ca475
permissions
-rw-r--r--

initial implementation of disco responses (XEP-0030) and entity caps sending (XEP-0115)

0
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Module "riddim.plugins.groupchat" "plugins/groupchat.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 Module "riddim.plugins.commands" "plugins/commands.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Module "riddim.plugins.version" "plugins/version.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Module "riddim.plugins.ping" "plugins/ping.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 Main "init.lua"
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7
7d84f4403d67 Initial commit, hello world!
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 Output "riddim.lua"

mercurial