]> git.pld-linux.org Git - packages/nagios-alert-jabber.git/commitdiff
- set the same thread for all messages
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Jun 2011 11:26:10 +0000 (11:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-jabber.alert -> 1.19

nagios-jabber.alert

index 936c069d3f5ce7ec6dfd1b025bb739292f188936..d426c90b396c59a82913bab384aacdbb1dac30c0 100644 (file)
@@ -107,7 +107,8 @@ class Client(JabberClient):
                for r in recpt:
 
                        jid_r = JID(r)
-                       msg = Message(to_jid = jid_r, body = message, subject = subject, stanza_type = message_type)
+                       msg = Message(to_jid = jid_r, body = message, subject = subject,
+                                       stanza_type = message_type, thread = "Nagios")
 
                        if (html == True):
                                node = msg.add_new_content('http://jabber.org/protocol/xhtml-im', 'html')
This page took 0.10886 seconds and 4 git commands to generate.