Categorygithub.com/Vacheprime/xmlcoms
repositorypackage
0.0.0-20240812174548-270255c3cd2f
Repository: https://github.com/vacheprime/xmlcoms.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

xmlcoms

A Go package for XML communication via TCP using the XMPP protocol. This is a learning project, and it is a work in progress.

Prepended strings meaning

This is to make the reading of RFC 6120 easier by having these prepended strings available while developing :

  • C: = a client
  • E: = any XMPP entity
  • I: = an initiating entity
  • P: = a peer server
  • R: = a receiving entity
  • S: = a server
  • S1: = server1
  • S2: = server2