commit 55ba0415562d380603f18dc523c066ac98e25fe6
Author: Wim <wim@42.be>
Date: Tue Feb 27 22:55:55 2018 +0000
diff --git a/bridge/xmpp/xmpp.go b/bridge/xmpp/xmpp.go
index 1363096..8b856d9 100644
--- a/bridge/xmpp/xmpp.go
+++ b/bridge/xmpp/xmpp.go
@@ -67 +67 @@ import (
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
"github.com/jpillora/backoff"
- "github.com/mattn/go-xmpp"
+ "github.com/matterbridge/go-xmpp"
"strings"
"time"
)
@@ -1056 +1057 @@ func (b *Bxmpp) createXMPP() (*xmpp.Client, error) {
TLSConfig: tc,
Debug: b.General.Debug,
+ Logger: b.Log.Writer(),
Session: true,
Status: "",
StatusMessage: "",