Skip to content

Commit

Permalink
Merge pull request #90 from sualko/pubsub
Browse files Browse the repository at this point in the history
fix spelling mistake (fix strophe/strophejs-plugins#89)
  • Loading branch information
jcbrand committed Jan 19, 2016
2 parents 3c58292 + 4478322 commit 5c2042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/strophe.pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Extend connection object to have plugin name 'pubsub'.
*/
setAffiliation: function(node, jid, affiliation, call_back) {
var that = this._connection;
var iqid = thiat.getUniqueId("pubsubaffiliations");
var iqid = that.getUniqueId("pubsubaffiliations");

var iq = $iq({from:this.jid, to:this.service, type:'set', id:iqid})
.c('pubsub', {'xmlns':Strophe.NS.PUBSUB_OWNER})
Expand Down

0 comments on commit 5c2042d

Please sign in to comment.