From 65452938fa0441b2a3f419f8d74569dfc26b17c8 Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Tue, 16 May 2023 13:15:48 +0200 Subject: [PATCH 1/4] Update NotificationAgents.xml - Add Pushbits Agent for Matrix/Synapse integration https://github.com/pushbits/server --- .../dynamix/include/NotificationAgents.xml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/plugins/dynamix/include/NotificationAgents.xml b/plugins/dynamix/include/NotificationAgents.xml index 4180f63b7..095a33918 100644 --- a/plugins/dynamix/include/NotificationAgents.xml +++ b/plugins/dynamix/include/NotificationAgents.xml @@ -326,6 +326,44 @@ done ]]> + + Pushbits + + SERVER_URL + APP_TOKEN + TITLE + MESSAGE + + + Pushbullet From cc0d8e8fe07b9a9080adb0aac06383a8c682a877 Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Tue, 16 May 2023 13:17:31 +0200 Subject: [PATCH 2/4] added pushbits.png - size 16x16 --- plugins/dynamix/icons/pushbits.png | Bin 0 -> 1180 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 plugins/dynamix/icons/pushbits.png diff --git a/plugins/dynamix/icons/pushbits.png b/plugins/dynamix/icons/pushbits.png new file mode 100644 index 0000000000000000000000000000000000000000..09d5f9bd79f746fff2e7cdc236b26a3725dbe073 GIT binary patch literal 1180 zcmaJjRC|lF$F|eS-D>Xq@!gZlyT`0{Gr@0&b0(SK#Uq7BsfOg z*l@$aB7+WAdKq_1VF+|#TuVy}tqexy3<8^&As6FV>-)uD`olLl=gB!a&w0){dC$kk zojPLUU;_Y0qNBKp2pOauq9E_adN~OJHJ8KZ0CZhEe2`8x>e4X~L85ZnM@SJ0$N2m!#J#>WbHr~te|LA?VO3phGMWh-bbkSc=u0Vt@2Dlzo^ z467E1OabvMT<(Y7NARZwhMvInQK*(cY5`0gV2JC?f^+AAdj@#P;Nl51I^Yzt;OZb; zQNou^aB~vcb|Zv}-Zx0?3S*L{GV)20JIbU3} z9|0!;(6mDBy2WCVm>$#GwYY3iq+NfqvlrH@!=#HKU0@GB+}MA<_}g|^ zzrnS09_`EMTAJP3dto+j?e71uvKDk_#-Zq_ih7K zwm?^yy!(yz9UAV?60c8(4og*-a_#o}&?4DHVjTH*{_oKk47x+EIX;#%ZNF}{pvj>rw9es1yQL8kBdpe8Yi_YC}~AR^LbXk(ik>@j;_0`uZ=4L|PeVZ9@;zy^x&WW+h-*ZN$R7!ELY^bHXxx+M`d}&lOtWvi1D-??1 zn<}Mlw2m`s?WU!^mM6?-35k;QctY+eJo`J;5GBO{ssW$R@&tDKJ9`VeryBw#gF5{M zPLzI7nYCRn(YMVtq=rmaf5$NyMSD#Hf2^HIQRY4S)B>;26S_v6n$`0@hZB1$BksA_ z+dD_7$C%-97i(+2sl&@6uLt>SMrT=JZ+S)2H$VPKoMpFP?;ON<10JdQbwx{4wdg=D z1TTfiN++^|GYhj3fH&LQhsE||dHD;x*uj2&!M=VTY<4i4P5CgQ@?V5=qOAO!vi}l% zgW2By5SHDV2}F3ER7eu#5T)sb*-%X|P*Ta=kzknJfd%x&BXaX>{7&5PqIPNr4< E4Rl)MM*si- literal 0 HcmV?d00001 From 62076eded5f6b7d9598791052b8fddaecbc25e1e Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Tue, 16 May 2023 13:26:18 +0200 Subject: [PATCH 3/4] Update NotificationAgents.xml - Added default values to Pushbits URL and App Token --- plugins/dynamix/include/NotificationAgents.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/include/NotificationAgents.xml b/plugins/dynamix/include/NotificationAgents.xml index 095a33918..e18b5edf2 100644 --- a/plugins/dynamix/include/NotificationAgents.xml +++ b/plugins/dynamix/include/NotificationAgents.xml @@ -329,8 +329,8 @@ done Pushbits - SERVER_URL - APP_TOKEN + SERVER_URL + APP_TOKEN TITLE MESSAGE From ab0c8245d50168a27a6308578280e044ce294ba3 Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Tue, 16 May 2023 17:28:45 +0200 Subject: [PATCH 4/4] Update NotificationAgents.xml - corrected typo --- plugins/dynamix/include/NotificationAgents.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/NotificationAgents.xml b/plugins/dynamix/include/NotificationAgents.xml index e18b5edf2..27eba7fd5 100644 --- a/plugins/dynamix/include/NotificationAgents.xml +++ b/plugins/dynamix/include/NotificationAgents.xml @@ -327,7 +327,7 @@ done - Pushbits + PushBits SERVER_URL APP_TOKEN