diff options
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/dial.go | 6 | ||||
-rw-r--r-- | handlers/raw.go | 2 |
2 files changed, 4 insertions, 4 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" ) diff --git a/handlers/raw.go b/handlers/raw.go index 3a93947..94304e7 100644 --- a/handlers/raw.go +++ b/handlers/raw.go @@ -3,7 +3,7 @@ package handlers import ( "fmt" - "github.com/ThomsonReutersEikon/open-nitro/src/bots/xmppclient" + "github.com/ThomsonReutersEikon/nitro/src/bots/xmppclient" "github.com/bjc/goctl" ) |