]> git.0d.be Git - barnard.git/blobdiff - barnard.go
update due to gumble API changes
[barnard.git] / barnard.go
index 949c14dd80e3db9e383299956dd248cbe8f29d28..ef263f76035c6d6c5ef98ae7bee4bba98693f099 100644 (file)
@@ -1,6 +1,8 @@
 package barnard
 
 import (
+       "crypto/tls"
+
        "github.com/layeh/barnard/uiterm"
        "github.com/layeh/gumble/gumble"
        "github.com/layeh/gumble/gumbleopenal"
@@ -10,6 +12,9 @@ type Barnard struct {
        Config *gumble.Config
        Client *gumble.Client
 
+       Address   string
+       TLSConfig tls.Config
+
        Stream *gumbleopenal.Stream
 
        Ui            *uiterm.Ui