Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

tam7t/xmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang XMPP Server Library

Overview

This is a fork of github.com/agl/xmpp modified for use by an XMPP server.

Goal

A pluggable architecture for writing a golang xmpp server supporting the following specifications:

Usage

$ go build example/server.go
$ ./server -help
Usage of ./server:
  -debug
    	turn on debug logging
  -port int
    	port number to listen on (default 5222)

Creating a self signed certificate

$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3650 -nodes

About

Go XMPP server library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages