Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ermine committed Jun 1, 2013
1 parent 622450f commit 55d91d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XMPP.ml
Expand Up @@ -600,7 +600,7 @@ struct
| IQError _err -> fail (Error "session") (* todo *))

let make_bind session_data session_handler =
make_iq_request session_data ~jid_to:(domain session_data.myjid)
make_iq_request session_data
(IQSet (make_element (ns_xmpp_bind, "bind") []
[make_simple_cdata (ns_xmpp_bind, "resource")
session_data.myjid.resource]))
Expand Down

0 comments on commit 55d91d0

Please sign in to comment.