Skip to content

vince06fr/xmpp-web-client-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmpp-web-client

Sample xmpp web client implemented with Golang.

Sample screen shot #Usage#

  1. Execute "go get github.com/inatus/xmpp-web-client-go"
  2. Set host and port to {$GOPATH}/src/github.com/inatus/xmpp-web-client-go/config
  3. Execute "cd {$GOPATH}/src/github.com/inatus/xmpp-web-client-go"
  4. Execute "go run server.go"
  5. Connect to "http://HOST_NAME:PORT_NUMBER" from browser
  6. (In case of connecting to Google Hangout,) input User Name (xxxx@gmail.com) and Password of Gmail account.

#To-Do#

  • Code is messy.
  • Connections are forever alive until the application gets terminated.
  • Support SSL.
  • Improve design.

#License#

You may use the project under the terms of the MIT License

About

Sample xmpp web client implemented with Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.0%
  • Go 28.1%
  • JavaScript 23.3%
  • HTML 11.6%