8798ff6fc1
- Fixed commands from v 0.4.0 and tests - Added primitive Result Sets support (XEP-0059)
11 lines
217 B
Modula-2
11 lines
217 B
Modula-2
module go-xmpp/_examples/xmpp_chat_client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.6.1
|
|
gosrc.io/xmpp v0.4.0
|
|
)
|