# HG changeset patch # User Matthew Wild # Date 1441632789 -3600 # Node ID 0441673df07546e53cf5b22fcce977dd5a65c044 # Parent ad0dd3d45edc4a4cd5df4fe432c2c67befc8daa9 client: Add full JID as property of clients diff -r ad0dd3d45edc -r 0441673df075 scansion/objects/client.lua --- a/scansion/objects/client.lua Mon Sep 07 14:32:33 2015 +0100 +++ b/scansion/objects/client.lua Mon Sep 07 14:33:09 2015 +0100 @@ -27,7 +27,7 @@ client.stream:connect_client(client.jid, client.password); print("waiting") wait(); - print("done") + client.full_jid = client.stream.jid; end; sends = function (client, data)