add urn:xmpp:time; now response jabber GetInfo

This commit is contained in:
Jesse Kuang
2019-01-10 23:36:50 +08:00
parent 66c008d798
commit 51b558cd2c
3 changed files with 21 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ MAKEFILE=GNUmakefile
all: bin/example
@[ -d bin ] || exit
bin/example: _example/example.go xmpp.go
bin/example: _example/example.go xmpp.go xmpp_version.go
@[ -d bin ] || mkdir bin
go build -o $@ _example/example.go
@strip $@ || echo "example OK"