The easy Weblog and Wiki Software
[ start | index | login ]
start > XMPP Notification

XMPP Notification

Created by senikk. Last edited by senikk, 4 years and 343 days ago. Viewed 773 times. #1
[edit] [rdf]
labels
attachments

XMPP Notification

Todo

  • Add an url to the snip
  • Getting the jid from IMLabel
Ideas
  • Add support for transporters making it possible to send notification messages also to IM services like yahoo, aim and icq by reading IMLabel
  • Add a subscribe/unsubscribe message feature
package org.snipsnap.notification.xmpp;

import org.snipsnap.notification.Notifier; import org.snipsnap.app.Application;

/** * Sends notifications via XMPP IM service * @author * @version $Id: SmackNotifier.java,v 1.2 2003/09/02 19:15:52 senikk Exp $ */

public class SmackNotifier implements Notifier { private SmackBot bot; private String user;

public SmackNotifier(String user) { this.user = user; bot = SmackBot.getInstance(); }

public void notify(String message) { bot.sendMessage(user,Application.get().getConfiguration().getName(),message,"HEADLINE"); } }

Icon-Comment trejkaz, 3 years and 190 days ago. Icon-Permalink

Note for those who are interested in this feature...

It seems there is a version of this inside SnipSnap called XmppNotifier or something to that effect. What I discovered though is that the XMPP addresses it sends to are hard-coded in the source code. So if you want to turn the feature on, you'll need to modify the source to make it send updates to you.

I suppose the associated wishlist entry for this would be the ability to add yourself to a notification list, and to have the notifier pick it up and send updates to whoever is subscribed.

Please login to post a comment.

What is SnipSnap?
SnipSnap is a free and easy to install weblog and wiki tool written in Java.

SnipSnap download
Current version: 1.0b3-uttoxeter
Try our >>Web Start Demo!

Resources

5567 Users and 13713 Snips. Installed 6 years and 42 days ago

Logged in Users: (2)
… and 18 Guests.

snipsnap-changed for older changes.

< August 2008 >
SunMonTueWedThuFriSat
12
3456789
10111213141516
17181920212223
24252627282930
31

snipsnap
Listed on BlogShares
XHTML 1.0 validated
CSS validated
RSS 2.0 validated
RSS Feed

pico-powered

Powered by SnipSnap 1.0b3-uttoxeter
YourKit >>Java Profiler

Fraunhofer FIRST

snipsnap.org | Copyright 2000-2006 Fraunhofer FIRST