Skip to content

Commit

Permalink
added missing extended_presence parameter in join function. added bow…
Browse files Browse the repository at this point in the history
…er_components/ to .gitignore
  • Loading branch information
ebarbeito committed Feb 27, 2015
1 parent 9cddcca commit dd7ca8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.min.js
bower_components/
doc/
ndproj/
node_modules
Expand Down
2 changes: 1 addition & 1 deletion muc/strophe.muc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Strophe.addConnectionPlugin 'muc',
(Object) history_attrs - Optional attributes for retrieving history
(XML DOM Element) extended_presence - Optional XML for extending presence
###
join: (room, nick, msg_handler_cb, pres_handler_cb, roster_cb, password, history_attrs) ->
join: (room, nick, msg_handler_cb, pres_handler_cb, roster_cb, password, history_attrs, extended_presence) ->
room_nick = @test_append_nick(room, nick)
msg = $pres(
from: @_connection.jid
Expand Down
4 changes: 2 additions & 2 deletions muc/strophe.muc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd7ca8c

Please sign in to comment.