go-xmpp/_examples/xmpp_pubsub_client
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
- Fixed commands from v 0.4.0 and tests
- Added primitive Result Sets support (XEP-0059)
2020-01-31 11:48:03 +01:00
..
README.md Added README.md 2020-01-14 19:21:29 +01:00
xmpp_ps_client.go - Changed IQ stanzas to pointer semantics 2020-01-31 11:48:03 +01:00

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 hve running jabber server, like ejabberd that supports XEP-0060.

How to use

Just run :

    go run xmpp_ps_client.go