fix avatars in rc menu
This commit is contained in:
2
main.go
2
main.go
@@ -122,7 +122,7 @@ func main() {
|
|||||||
Jid: loadedConfig.Username + "/" + loadedConfig.Resource,
|
Jid: loadedConfig.Username + "/" + loadedConfig.Resource,
|
||||||
Credential: xmpp.Password(loadedConfig.Password),
|
Credential: xmpp.Password(loadedConfig.Password),
|
||||||
Insecure: loadedConfig.Insecure,
|
Insecure: loadedConfig.Insecure,
|
||||||
StreamLogger: os.Stdout,
|
// StreamLogger: os.Stdout,
|
||||||
StreamManagementEnable: true,
|
StreamManagementEnable: true,
|
||||||
}
|
}
|
||||||
router := xmpp.NewRouter()
|
router := xmpp.NewRouter()
|
||||||
|
|||||||
Reference in New Issue
Block a user