Software /
code /
verse
Diff
client.lua @ 78:f4188eff53a7
verse.client, verse.plugins.bind, verse.plugins.session: Rename binding-success and binding-failure to bind-success and bind-failure for consistency
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 30 May 2010 02:54:15 +0100 |
parent | 76:927167321283 |
child | 81:0924a3d05e40 |
line wrap: on
line diff
--- a/client.lua Sun May 30 02:49:58 2010 +0100 +++ b/client.lua Sun May 30 02:54:15 2010 +0100 @@ -101,7 +101,7 @@ self:event("ready"); end self:hook("session-success", stream_ready, -1) - self:hook("binding-success", stream_ready, -1); + self:hook("bind-success", stream_ready, -1); -- Initialise connection self:connect(self.connect_host or self.host, self.connect_port or 5222);