You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-xmpp/_examples/xmpp_pubsub_client
rcorniere e59a86c380
Refactor tests
4 years ago
..
README.md Update README.md 4 years ago
xmpp_ps_client.go Refactor tests 4 years ago

README.md

PubSub client example

Description

This is a simple example of a client that :

  • Creates a node on a service
  • Subscribes to that node
  • Publishes to that node
  • Gets the notification from the publication and prints it on screen

Requirements

You need to have a running jabber server, like ejabberd that supports XEP-0060.

How to use

Just run :

    go run xmpp_ps_client.go