forked from cory/tildefriends
I just learned that URL unfurling is a thing, and now this chat client supports it (poorly).
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3335 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -251,4 +251,11 @@ exports.StanzaParser = function(depth) {
|
||||
parse: parser.parse.bind(parser),
|
||||
reset: parser.reset.bind(parser),
|
||||
};
|
||||
}
|
||||
|
||||
exports.StreamParser = function() {
|
||||
let parser = new XmlStreamParser();
|
||||
return {
|
||||
parse: parser.parse.bind(parser),
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user