<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/17470" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2012-09-21T16:36:34-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/17470</id>

		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2012-09-21T16:36:34-04:00</updated>

		<published>2012-09-21T16:36:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100033#p100033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100033#p100033"/>
		<title type="html"><![CDATA[Jabber]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100033#p100033"><![CDATA[
There is a TCL lib for jabber, but there is no documentation for it.<br>BUT ... there is always PERL, anyway I have old script which i've used for sending simple messages to my account via eggdrop, its based on 'sendxmpp' script<br><br>Make some tweaks if you need:<div class="codebox"><p>Code: </p><pre><code># Author: tomekk# e-mail:  tomekk/@/oswiecim/./eu/./org# home page: http://tomekk.oswiecim.eu.org/## Version 0.1## This file is Copyrighted under the GNU Public License.# http://www.gnu.org/copyleft/gpl.htmlset jabber_rcp "jabrcp@server.com"set sendxmpp_path "/usr/bin/sendxmpp"set sendxmpp_msg_file "/home/user/eggdrop/.msg_file" ##############################################################bind pub o|o !jmsg pass_msgproc pass_msg { nick uhost hand chan arg } {        global jabber_rcp sendxmpp_path sendxmpp_msg_file        set msg_file_hand [open $sendxmpp_msg_file w]        puts $msg_file_hand $arg        close $msg_file_hand        if {![catch {exec $sendxmpp_path -m $sendxmpp_msg_file $jabber_rcp} crash]} {                file delete $sendxmpp_msg_file        } else {                putlog $crash        }}putlog "jabsnd.tcl ver 0.1 by tomekk loaded"</code></pre></div>Script is very simple, you have to tweak it if you need more. http<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Fri Sep 21, 2012 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[manipulativeJack]]></name></author>
		<updated>2012-08-29T14:54:08-04:00</updated>

		<published>2012-08-29T14:54:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99953#p99953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99953#p99953"/>
		<title type="html"><![CDATA[Jabber]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99953#p99953"><![CDATA[
This is something I am interested in as well - Puck, did you ever find anything that worked?<br><br>Anyone know if GTalk is still Jabber/XMPP?<br><br>Anyone think this is an approachable probject?<br><br>Jack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10503">manipulativeJack</a> — Wed Aug 29, 2012 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Puck]]></name></author>
		<updated>2009-12-29T07:51:21-04:00</updated>

		<published>2009-12-29T07:51:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91476#p91476</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91476#p91476"/>
		<title type="html"><![CDATA[Jabber]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91476#p91476"><![CDATA[
Hi everyone.<br><br>In my humble search I haven't come across this script. All I need is a script which would connect too a Jabber/GTalk account, and based on a command users with a specific flag can send messages to one of the "Friends" on that account. If also replies can be sent to a specific channel, coming from the Jabber account, that would be great.<br><br>I really hope I'm not the only one looking for this method.<br><br>Thank you in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9764">Puck</a> — Tue Dec 29, 2009 7:51 am</p><hr />
]]></content>
	</entry>
	</feed>
