[JDEV] RSS jabberd plug-in

David 'TheRaven' Chisnall theraven at sucs.org
Sat May 10 05:15:25 CDT 2003


Bart,

A similar thing was on my summer TO-DO list, but if you are going to 
write one then I will probably either:
a) Collaborate or
b) Not bother and use yours, once it's released.

The IETF Internet Draft of the extensions to XMPP for IM 
(http://www.jabber.org/ietf/draft-ietf-xmpp-im-11.html) contain the 
information you need about the headline message type.  Basically you 
want to send messages of the form:
<message type='headline' to='client at jabber.server.com'>
    <subject>The title part of the RSS item</subject>
    <body>The description part of the RSS item</body>
    <x xmlns='jabber:x:oob>
        <url>The link part of the RSS item</url>
        <desc>The description part of the RSS item again</desc>
    </x>
</message>

You can probably find help for writting a Jabber component over at 
jabberstudio.org.

I hope this helps,

TR

Bart Lamot wrote:

>Hi there,
>
>I want to develop a RSS jabberd plug-in.
>I believe there one time was such a thing as the header JEP or something.
>
>Where can I find some info?
>about the JEP and about how to write a jabberd plug-in.
>
>I want to use java as a language and GCJ as the compiler so that it will be a native thingy, write once run anywhere.
>
>Grtz,
>Bart
>
>
>
>_______________________________________________
>jdev mailing list
>jdev at jabber.org
>http://mailman.jabber.org/listinfo/jdev
>
>  
>





More information about the JDev mailing list