summaryrefslogtreecommitdiff
path: root/xmpp/stream_pair.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/stream_pair.go')
-rw-r--r--xmpp/stream_pair.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/stream_pair.go b/xmpp/stream_pair.go
index 9be880f..4690f57 100644
--- a/xmpp/stream_pair.go
+++ b/xmpp/stream_pair.go
@@ -99,7 +99,7 @@ func streamFeaturesHandler(s *session, e []xml.Token) {
}
if hasBind(e) {
- log.Println("Stream supports ressource binding")
+ s.sendBind()
return
}