1
0
Fork 0
A XMPP/Steam gateway.
Go to file
Chteufleur bd28e5ba6c Fix an steam connecting bug 2015-10-27 00:00:12 +01:00
steam XMPP debug in config file + stability 2015-10-26 23:37:29 +01:00
xmpp XMPP debug in config file + stability 2015-10-26 23:37:29 +01:00
.gitignore Init commit 2015-10-18 17:11:41 +02:00
LICENSE Init commit 2015-10-18 17:11:41 +02:00
README.md Modify README because of missing xmpp link implementation 2015-10-20 16:53:59 +02:00
main.go Fix an steam connecting bug 2015-10-27 00:00:12 +01:00
servers.addr Fix an steam connecting bug 2015-10-27 00:00:12 +01:00
xmpp4steam.cfg XMPP debug in config file + stability 2015-10-26 23:37:29 +01:00

README.md

go-xmpp4steam

go-xmpp4steam is a XMPP/Steam gateway.

Compilation

Dependencies

Go into your $GOPATH directory and execut those two line to get the 2 dependencies (cfg and go-steam).

go get github.com/Philipp15b/go-steam
go get github.com/jimlawless/cfg

After that, go into src directory and get the go-xmpp sources dependence.

git clone https://git.kingpenguin.tk/chteufleur/go-xmpp

Download sources

Then download and compile the go-xmpp4steam gateway.

git clone https://git.kingpenguin.tk/chteufleur/go-xmpp4steam.git
cd go-xmpp4steam
go build main.go

A binary file will be generated.

Configure

Configure the gateway by editing the xmpp4steam.cfg file. The first time, let the variable steam_auth_code empty. After the first run of the gateway, Steam will send you a code that you have to give it in that variable. Then re-run the gateway and it should be OK.

Help

To get any help, please visit the XMPP conference room at go-xmpp4steam@muc.kingpenguin.tk with your prefered client, or with your browser.