Software /
code /
verse
Comparison
plugins/bind.lua @ 300:b1d50f9a04c7
plugins.bind: Import util.jid to fix traceback
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 18 May 2012 20:39:30 +0100 |
parent | 250:a5ac643a7fd6 |
child | 457:73d4eb93657b |
comparison
equal
deleted
inserted
replaced
299:a86d83ad1fea | 300:b1d50f9a04c7 |
---|---|
1 local verse = require "verse"; | 1 local verse = require "verse"; |
2 local jid = require "util.jid"; | |
2 | 3 |
3 local xmlns_bind = "urn:ietf:params:xml:ns:xmpp-bind"; | 4 local xmlns_bind = "urn:ietf:params:xml:ns:xmpp-bind"; |
4 | 5 |
5 function verse.plugins.bind(stream) | 6 function verse.plugins.bind(stream) |
6 local function handle_features(features) | 7 local function handle_features(features) |