Skip to content

Commit

Permalink
Merge pull request #73 from chris-rock/ltx
Browse files Browse the repository at this point in the history
fix ltx includes in examples
  • Loading branch information
sonnyp committed Feb 12, 2015
2 parents 86a9c53 + a0e1cb4 commit ce506f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/server-and-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var xmpp = require('../index')
, c2s = null
, debug = require('debug')('server-and-client')
, Client = require('node-xmpp-client')
, ltx = require('ltx')
, ltx = require('node-xmpp-core').ltx

var startServer = function(done) {
// Sets up the server.
Expand Down
2 changes: 1 addition & 1 deletion examples/server-and-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var xmpp = require('../index')
, componentSrv = null
, debug = require('debug')('server-and-component')
, Component = require('node-xmpp-component')
, ltx = require('node-xmpp-core/node_modules/ltx')
, ltx = require('node-xmpp-core').ltx

var startServer = function(done) {
// Sets up the server.
Expand Down

0 comments on commit ce506f2

Please sign in to comment.