pkgsrc-wip/py-jabber-idavoll/MESSAGE
Eric Schnoebelen 1c61efd235 Import py27-jabber-idavoll-0.9.1 as wip/py-jabber-idavoll.
an XMPP (Jabber) XEP-0060 publish-subscribe component, implemented
in Python, using Twisted.
2013-12-01 21:09:50 +00:00

20 lines
733 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/12/01 21:09:50 schnoebe Exp $
To use idavoll, several items must be set in rc.conf.
The available variables are:
idavoll_jid [Jabber ID of the service, default "idavoll"]
idavoll_secret [shared secret with the S2S]
idavoll_rhost [ost of the Jabber service router, default "localhost"]
idavoll_rport [port of the Jabber service router, default 5347]
idavoll_secret and idavoll_ips variables are required.
ex:
idavoll_jid=bosh.jabber.example.org
idavoll_secret=JabberSecret
idavoll_rhost=jabber.example.org
idavoll_rport=5347
===========================================================================