<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wokjab.nedo.se/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wokjab.nedo.se/feed.php">
        <title>Wokjab</title>
        <description></description>
        <link>http://wokjab.nedo.se/</link>
        <image rdf:resource="http://wokjab.nedo.se/lib/images/favicon.ico" />
       <dc:date>2012-05-20T23:39:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=development_plugin_dice&amp;rev=1204362504"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1265883889"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_rtorrent_controller&amp;rev=1265882978"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_rhythmbox&amp;rev=1205933790"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wokjab.nedo.se/lib/images/favicon.ico">
        <title>Wokjab</title>
        <link>http://wokjab.nedo.se/</link>
        <url>http://wokjab.nedo.se/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=development_plugin_dice&amp;rev=1204362504">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-01T09:08:24+00:00</dc:date>
        <title>Introduction</title>
        <link>http://wokjab.nedo.se/doku.php?id=development_plugin_dice&amp;rev=1204362504</link>
        <description>Been thinking that I should be keeping track of the development more and document stuff so here goes, a bit late in the process tho

The plugin is meant to let you throw dice share your result and to be sure noone is cheating 

Join a room dedicated to the dice session (i.e. not used for talking), everyone with voice or higher status have to be able to support the random number protocol that I have in another plugin ( should write a XEP about it or something similar ) for the moment the random n…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-14T11:07:49+00:00</dc:date>
        <title>Introduction</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869</link>
        <description>Silly script for when ppl are very boring

Usage

Simply start and hope the other part doesn't have a similar script running since that would flood the network.

There is no future

Kent Gustavsson &lt;nedo80@gmail.com&gt;


import random
import Woklib

shit_to_say = [&quot;nice&quot;, &quot;u do that&quot;, &quot;dude&quot;, &quot;ofcourse&quot;, &quot;:)&quot;, &quot;haha&quot;]

def respond_to(xml):
	mesg = Woklib.XMLTag(&quot;message&quot;)
	mesg.AddAttr(&quot;session&quot;, xml.GetAttr(&quot;session&quot;))
	message = mesg.AddTagName(&quot;message&quot;)
	message.AddAttr(&quot;to&quot;, xml.GetFirstTag(&quot;…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1265883889">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-11T10:24:49+00:00</dc:date>
        <title>script_gajim_invisibility_detector</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1265883889</link>
        <description>Script that detects users that goes invisible with Gajim 

The script should be run as a separate program and the glade file needs to be in the same directory 

This script is not for annoying your friends but rather something that I didn't want in the main code of wokjab and that shows how the dbus interface works.</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_rtorrent_controller&amp;rev=1265882978">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-11T10:09:38+00:00</dc:date>
        <title>Introduction</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_rtorrent_controller&amp;rev=1265882978</link>
        <description>This script is loaded into wokjab (I use a bot on a separate computer for this), it checks which user owns the torrent file and sends messages to the corresponding user. According to the userid list the admins can use the !torrent command and get notified about all torrents added to rtorrent not only their own.</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_rhythmbox&amp;rev=1205933790">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-19T13:36:30+00:00</dc:date>
        <title>script_usertune_reporter_for_rhythmbox</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_rhythmbox&amp;rev=1205933790</link>
        <description>This scritp should be run as a seperate program it uses the dbus to comunicate with rhythmbox and with wokjab


#!/usr/bin/env python
# File name: wokjab_scripts_rhythmbox.py

import dbus
from dbus.mainloop.glib import DBusGMainLoop
import gobject

def set_wokjab_usertune(artist, title, album, tracknr, length):
	bus = dbus.SessionBus()
	object = bus.get_object('net.sourceforge.wokjab', &quot;/net/sourceforge/wokjab&quot;)

	object.SendSignal(&quot;Jabber UserTune SetTune&quot;, &quot;&quot;&quot;&lt;usertune&gt;&lt;item&gt;&lt;tune xmlns='http:…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-17T20:46:56+00:00</dc:date>
        <title>script_usertune_reporter_for_xmms2</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816</link>
        <description>This script should be run as a seperate program uses dbus to comunicate with wokjab and the xmmsclient python library for communication with xmms2 


#!/usr/bin/env python
# File name: wokjab_scripts_xmms2.py
import xmmsclient
import time
import dbus
import sys
import os

def song_current_info( id ):

	song_current_info = xmms.medialib_get_info(id.value())  
	song_current_info.wait()

	song_current_artist = &quot;&quot;
	song_current_title = &quot;&quot;
	song_current_album = &quot;&quot;
	song_current_tracknr = &quot;&quot;
	length =…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-01T23:00:28+00:00</dc:date>
        <title>Wokjab</title>
        <link>http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628</link>
        <description>About

Wokjab is a jabber client done with GTK and that tries to make it possible to make plugins for everything it uses an XML based signaling system where the data from the jabber server is tried to be preserved as long as possible.

Its not designed to be cute and “userfriendly” but rather configurable and hackable</description>
    </item>
</rdf:RDF>

