aboutsummaryrefslogtreecommitdiff
path: root/examples/transport-configs/yahoo-t
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-04-01 22:24:54 +0000
committerAlexey Shchepin <alexey@process-one.net>2005-04-01 22:24:54 +0000
commita12bded165e616a1cb97dea3f3bfc9a4c2b2dbcd (patch)
tree7682a72b05a449f9c95bf0eacb6a5b6895820f84 /examples/transport-configs/yahoo-t
parent* src/ejabberd_ctl.erl: Bugfix (diff)
* examples/transport-configs/: Updated (thanks to Sander Devrieze)
SVN Revision: 301
Diffstat (limited to '')
-rw-r--r--examples/transport-configs/yahoo-t/master.xml81
-rw-r--r--examples/transport-configs/yahoo-t/secret.xml3
-rw-r--r--examples/transport-configs/yahoo-t/vCard.xml9
3 files changed, 0 insertions, 93 deletions
diff --git a/examples/transport-configs/yahoo-t/master.xml b/examples/transport-configs/yahoo-t/master.xml
deleted file mode 100644
index b1a505719..000000000
--- a/examples/transport-configs/yahoo-t/master.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<!-- yahoo-t master.xml of SERVERNAME by Sander Devrieze -->
-
-<jabber>
-
- <!-- You need to add elogger and rlogger entries here when using ejabberd. In this case the transport will do the logging. -->
-
- <log id='elogger'>
- <host/>
- <logtype/>
- <format>%d: [%t] (%h): %s</format>
- <file>ERROR_LOG_DIRECTORY/yahoo-t.log</file>
- <stderr/>
- </log>
-
- <!--
- Some Jabber server implementations do not provide
- XDB services (for example jabberd 2.0 and ejabberd).
- xdb_file.so is loaded in to handle all XDB requests.
- -->
-
- <xdb id="xdb">
- <host/>
- <load>
- <xdb_file>JABBER_LIBS_DIRECTORYxdb_file.so</xdb_file>
- </load>
- <xdb_file xmlns="jabber:config:xdb_file">
- <spool><jabberd:cmdline flag='s'>JABBERD14-SPOOL-DIRECTORY</jabberd:cmdline></spool>
- </xdb_file>
- </xdb>
-
- <!--
- localhost is your jabber host.
- Replace "localhost" by the full host name of your server
- and have all host names here resolveable via DNS if you
- want the transport to be available to the public.
- -->
-
- <service id="yahoo.SERVERNAME">
- <!-- yahoo-t configuration -->
- <config xmlns="jabber:config:yahoo">
- <jabberd:include>./vCard.xml</jabberd:include>
- <instructions>Fill in your YAHOO! Messenger username and password to register on this transport.</instructions>
- <server>scs.msg.yahoo.com</server>
- <port>5050</port>
- <!--
- The character map. This provides character set translation from UTF-8
- to the indicated character map. See the man page for 'iconv' for available
- character maps on your platform. CP1252 is the standard Windows character
- set.
- -->
- <charmap>CP1252</charmap>
- <!--
- When this element exists, the transport will send new mail notifications as
- well as a count of unread messages when the user initially logs in.
- -->
- <newmail/>
- </config>
- <!-- yahoo-t module -->
- <load>
- <yahoo_transport>JABBER_LIBS_DIRECTORY/yahoo-t.so</yahoo_transport>
- </load>
- </service>
-
- <!--
- The settings here have to match the setting you made
- in your main Jabber server's configuration file.
- Replace localhost with your main jabber server host name.
- -->
-
- <service id="yahoo.SERVERNAME-linker">
- <uplink/>
- <connect>
- <ip>127.0.0.1</ip>
- <port>5236</port>
- <jabberd:include>./secret.xml</jabberd:include>
- </connect>
- </service>
-
- <pidfile>PID_FILE_DIRECTORY/yahoo-t.pid</pidfile>
-
-</jabber>
diff --git a/examples/transport-configs/yahoo-t/secret.xml b/examples/transport-configs/yahoo-t/secret.xml
deleted file mode 100644
index b6d8388e7..000000000
--- a/examples/transport-configs/yahoo-t/secret.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<!-- yahoo-t secret.xml of SERVERNAME by Sander Devrieze -->
-
- <secret>ADD_SECRET_HERE</secret>
diff --git a/examples/transport-configs/yahoo-t/vCard.xml b/examples/transport-configs/yahoo-t/vCard.xml
deleted file mode 100644
index de8e85db1..000000000
--- a/examples/transport-configs/yahoo-t/vCard.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- yahoo-t Card.xml of SERVERNAME by Sander Devrieze -->
-
- <vCard>
- <NAME>Yahoo! Transport</NAME>
- <FN>vCard not implemented in current version!</FN>
- <DESC>Het Yahoo! transport.</DESC>
- <MAILADD_YOUR_EMAIL_ADDRESS_HERE/MAIL>
- <URL>http://yahoo-transport-2.jabberstudio.org/</URL>
- </vCard>