Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #191 from joelrebel/master
define xmlns for muc_join - fixes joining rooms on Cisco Jabber
  • Loading branch information
nniclausse committed Sep 21, 2016
2 parents e7bc532 + d9f1a0a commit 923dca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tsung/ts_jabber_common.erl
Expand Up @@ -695,6 +695,7 @@ publish_pubsub_node(Domain, PubSubComponent, Username, Node, Size, Stamped) ->

muc_join(Room,Nick, Service) ->
Result = list_to_binary(["<presence to='", Room,"@", Service,"/", Nick, "'>",
"<x xmlns='http://jabber.org/protocol/muc'/>",
" </presence>"]),
Result.

Expand Down

0 comments on commit 923dca2

Please sign in to comment.