xmpp im client for ubuntu touch, compatible with google talk
QML Go Python Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
components
tests
.excludes
.gitignore
LICENSE
Makefile
README.md
XMPP_logo.svg
aes.go
aes_test.go
buddy.go
config.go
dialog.go
gchat.desktop
gchat.go
gchat.json
gchat.qml
gchat.qmlproject
gchat.qmlproject.user
main.go
manifest.json
muc.go

README.md

gchat

xmpp im client for ubuntu touch

一个xmpp 即时通讯客户端,当然也可以用作google talk客户端。 使用qml + golang (感谢go-qml项目:https://github.com/go-qml/qml)

demo video: https://www.youtube.com/watch?v=L9LZ9a-LPq8

此应用依赖于ubuntu-sdk和golang 所以请先安装以上两个必需品:

$ sudo apt-get install ubuntu-sdk qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev

golang环境请参考golang官网:golang.org

以上环境准备好后:

$ go get github.com/ginuerzh/gchat

$ cd $GOPATH/src/github.com/ginuerzh/gchat

$ go build

$ ./gchat