diff options
Diffstat (limited to 'handlers/dial.go')
-rw-r--r-- | handlers/dial.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/handlers/dial.go b/handlers/dial.go index 408f748..aa5fbd4 100644 --- a/handlers/dial.go +++ b/handlers/dial.go @@ -5,9 +5,9 @@ import ( "strings" "time" - _ "github.com/ThomsonReutersEikon/nitro/src/sipbot" // "sip" scheme - "github.com/ThomsonReutersEikon/open-nitro/src/bots" - _ "github.com/ThomsonReutersEikon/open-nitro/src/bots/xmppclient" // Register "xmpp" and "xmpp-bosh" bot schemes + "github.com/ThomsonReutersEikon/nitro/src/bots" + _ "github.com/ThomsonReutersEikon/nitro/src/bots/xmppclient" // Register "xmpp" and "xmpp-bosh" bot schemes + _ "github.com/ThomsonReutersEikon/nitro/src/sipbot" // "sip" scheme "github.com/bjc/goctl" ) |