move IQ stuff to xmpp_get_info and example

This commit is contained in:
Jesse Kuang
2019-01-11 11:20:54 +08:00
parent 51b558cd2c
commit 5709ddefa8
5 changed files with 143 additions and 101 deletions

View File

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