andy-js / xmpp

Go XMPP server library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%