summaryrefslogtreecommitdiff
path: root/chat/spectrum/MESSAGE
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2011-02-07 06:31:21 +0000
committerschnoebe <schnoebe@pkgsrc.org>2011-02-07 06:31:21 +0000
commitb748ceb005c7fb3b77c3fda5c16b5b171ef38c90 (patch)
tree9d0db34ecad3a133a06d0b72ce50b3ab1d20903e /chat/spectrum/MESSAGE
parent66f965d9220eba3d153f66d2f9300d014e2234d2 (diff)
downloadpkgsrc-b748ceb005c7fb3b77c3fda5c16b5b171ef38c90.tar.gz
Imported spectrum from local development.
spectrum is a XMPP transport using libpurple as a basis. It provides transports/gateways to a large number of libpurple supported IM systems, including AOL, Facebook, ICQ, IRC, Yahoo and MSN.
Diffstat (limited to 'chat/spectrum/MESSAGE')
-rw-r--r--chat/spectrum/MESSAGE37
1 files changed, 37 insertions, 0 deletions
diff --git a/chat/spectrum/MESSAGE b/chat/spectrum/MESSAGE
new file mode 100644
index 00000000000..b5c5b591423
--- /dev/null
+++ b/chat/spectrum/MESSAGE
@@ -0,0 +1,37 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/02/07 06:31:21 schnoebe Exp $
+
+Create the databases using the following files:
+ ${EGDIR}/spectrum-mysql.sql for MySQL
+ ${EGDIR}/spectrum-sqlite3.sql for sqlite3
+
+To configure specturm, copy ${EGDIR}/spectrum.cfg
+to a protocol specific name in ${PKG_SYSCONFDIR},
+and update the contents to reflect the protocol specific JID.
+
+Quick Start:
+ Update the following fields in the protocol specific
+ configuration file:
+
+ [service] settings:
+ jid -- The JID (public name) of the service
+ ex: yahoo.jabber.example
+ msn.jabber.example
+ icq.jabber.example
+
+ password -- the XEP-0114 componet secret
+ (the value of <secret/> in router.xml
+
+ protocol -- The protocol to be implemented
+ ex: yahoo, icq, msn
+
+ [database] settings:
+ type -- sqlite or mysql, depending on build
+ choices.
+ host/user/database -- appropriate values for connecting to
+ the database.
+
+Then start the spectrum instances using spectrumctl, or
+the ${PREFIX}/share/examples/rc.d/spectrum rc.d script.
+
+===========================================================================