Mellium

mellium.im / xmpp / examples


import (
	"mellium.im/xmpp/examples"
)
			

The examples tree contains self-contained examples as separate modules.

They do not need to comply with most Mellium policies since they are separate modules, this means that they may have external dependencies, not have undergone the same level of code review, etc.

Packages

Package Synopsis
mellium.im/xmpp/examples/commands The commands command is an example of querying and running ad-hoc commands and rendering forms.
mellium.im/xmpp/examples/echobot The echobot command connects as a client that echoes back any information sent to it.
mellium.im/xmpp/examples/im The im command can be used to send messages from the command line similar to mail(1) for SMTP (email) or the legacy sendxmpp(1). It supports individuals and multi-user chats (MUCs).
mellium.im/xmpp/examples/msgrepl The msgrepl command is a simple CLI client that allows sending and receiving messages with a REPL like interface.