A Go package for XML communication via TCP using the XMPP protocol. This is a learning project, and it is a work in progress.
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