mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-18 21:25:31 +00:00
No Ox for headline.
This commit is contained in:
parent
2f76178a22
commit
487be9c845
@ -4,6 +4,7 @@
|
||||
### Changed
|
||||
- Properly close connection to server if ^C is pressed in interactive mode.
|
||||
- Replace invalid characters by UTF8 replacement char.
|
||||
- Add warning that there is no Ox support for messages of type headline.
|
||||
|
||||
## [v0.6.1] 2023-07-25
|
||||
### Changed
|
||||
|
2
main.go
2
main.go
@ -153,6 +153,8 @@ func main() {
|
||||
" http upload.")
|
||||
case *flagOx && *flagOOBFile != "":
|
||||
log.Fatal("No encryption possible for OOB data.")
|
||||
case *flagOx && *flagHeadline:
|
||||
log.Fatal("No Ox support for headline messages.")
|
||||
case *flagHeadline && *flagChatroom:
|
||||
log.Fatal("Can't use message type headline for groupchat messages.")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user