tong / hxmpp

Haxe XMPP library
65 stars 8 forks source link

PubSub #21

Closed RudolfVonKrugstein closed 10 years ago

RudolfVonKrugstein commented 10 years ago

How do I create and publish to a pubsub node?

tong commented 10 years ago

Should be straight forward .. jabber.PubSub has methods for that: createNode(...) publish(...)