diff libpurple/protocols/jabber/pep.c @ 17575:5fc8a8a25008

Implemented a mood menu action (non-functional right now for some reason)
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 13 Jun 2007 16:03:11 +0000
parents 2f067d8fb19a
children e49b259fc7dd
line wrap: on
line diff
--- a/libpurple/protocols/jabber/pep.c	Tue Jun 12 23:43:06 2007 +0000
+++ b/libpurple/protocols/jabber/pep.c	Wed Jun 13 16:03:11 2007 +0000
@@ -34,6 +34,11 @@
 	}
 }
 
+void jabber_pep_init_actions(GList **m) {
+	/* register the PEP-specific actions */
+	jabber_mood_init_action(m);
+}
+
 void jabber_pep_register_handler(const char *shortname, const char *xmlns, JabberPEPHandler handlerfunc) {
 	gchar *notifyns = g_strdup_printf("%s+notify", xmlns);
 	jabber_add_feature(shortname, notifyns);