Skip to content

Commit

Permalink
Move xmpp package inline.
Browse files Browse the repository at this point in the history
The xmpp package was a separate repo because rsc originally wrote it to
be standalone. However, my version of it has always really been just for
xmpp-client and having it be separate misleads people into thinking that
it's still independent and makes changes that update both needlessly
complex.
  • Loading branch information
agl committed May 30, 2015
1 parent 929d0af commit bd4c83f
Show file tree
Hide file tree
Showing 4 changed files with 1,461 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strconv"
"strings"

"github.com/agl/xmpp"
"github.com/agl/xmpp-client/xmpp"
"golang.org/x/crypto/otr"
"golang.org/x/crypto/ssh/terminal"
"golang.org/x/net/proxy"
Expand Down
2 changes: 1 addition & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"syscall"
"time"

"github.com/agl/xmpp"
"github.com/agl/xmpp-client/xmpp"
"golang.org/x/crypto/otr"
"golang.org/x/crypto/ssh/terminal"
"golang.org/x/net/html"
Expand Down
Loading

0 comments on commit bd4c83f

Please sign in to comment.