Re: [Gajim-devel] always visible notifications (for incoming group chat messages?)

2017-11-30 Thread Kristian Rink

Hi Yann;

thanks for your feedback.

Am 30.11.2017 um 09:41 schrieb Yann Leboulanger:


Have you tried the triggers plugin? If that doesn't do exactly what you 
want, I think we can add this feature to this plugin.




Unfortunately it doesn't seem to work for group chat messages (assuming 
group chat and "conference" are the same thing). Attached the triggers 
configuration, maybe I'm just doing it wrong. :| So far I just see a 
notification blinking in system tray, and only after clicking, the chat 
window appears.



All along with this by the way: I have my client set up to connect 
minimized to all groups; however when I close any of the group chat 
windows, it seems I leave this group completely. Can I somehow avoid 
this, like, making sure closing a group chat window keeps me in there 
anyway?


Thanks in advance and all the best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

[Gajim-devel] always visible notifications (for incoming group chat messages?)

2017-11-29 Thread Kristian Rink

Folks;

we're using XMPP and various clients (Windows, Linux, Android, iOS) in a 
mid-sized company for internal communication and have one use case so 
far left unresolved: We want to establish certain channels to send out 
messages to each and every user and make sure they are seen *under all 
circumstances*. Best solution for this would be to, like, pop up a 
dialog or message window centered on the screen, focussed and in front 
of all windows so to make sure the incoming message doesn't go unnoticed.


Can I achieve something like this using gajim? Right now, I am using 
group chats and notify_on_all_muc_messages = true, but that seems to 
result just in the gajim system tray icon blinking whenever a message 
arrives - which is not what I need for my desktop users.


Do you think the setup I outlined can in any way be done using gajim? 
Any hints on how to do that if so?


TIA and all the best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Re: [Gajim-devel] debugging triggers plugin

2017-02-23 Thread Kristian Rink
Hi Yann;

> > a popup (GNOME) for each new message which also stays active until I
> > manually dismiss it. However, for messages in group chats, this
> > doesn't work - I always miss group messages because I never get
> > notified.
> > 
> > Anything that can be done about that?
> 
> 
> What about the "notify_on_all_muc_messages" advanced option?

Negative. It just doesn't work, at least not like that. Best that
happens is the status bar icon blinking (which doesn't help much as it
is hidden in the lower left collapsed bar in GNOME 3.2x). I played
around with it a bit but never actually managed to get the window to pop
up if a new group message arrives. Merrily would help debugging this is
really required here, also could possibly read through some Python code
but am not really that deep into either XMPP or gajim sources to know
where to start...


> 
> > PS I tried to subscribe to the gajim xmpp chat group but that
> > doesn't seem to work anymore?
> 
> Hmm never tried to register in the room. I can look at prosody config.
> 

Ah ok, never mind then. I thought this is a common place for users to
hang out. ;)

Merci and all the best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Re: [Gajim-devel] debugging triggers plugin

2017-02-23 Thread Kristian Rink
Hi Yann;

and thanks for your feedback.

Am Mittwoch, den 22.02.2017, 15:44 +0100 schrieb Yann Leboulanger:
> 
> Unfortunatly, there is no debug information printed by this plugin.
> Could you tell me how you configured it, what you expect exactly and
> what happens so I can reproduce your problem and try to fix it?
> 

Ok - basically I am looking for a cross-platform XMPP client that allows
for bringing the chat window to front whenever a new message in a group
arrives. So far, I have gajim configured to have roster and all chats in
one window (which works rather fine), and I have a trigger rule
configured as attached. So by now, for 1:1 messages, I receive at least
a popup (GNOME) for each new message which also stays active until I
manually dismiss it. However, for messages in group chats, this doesn't
work - I always miss group messages because I never get notified.

Anything that can be done about that?
TIA and all the best,
Kristian

PS I tried to subscribe to the gajim xmpp chat group but that doesn't
seem to work anymore?___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

[Gajim-devel] debugging triggers plugin

2017-02-20 Thread Kristian Rink
Folks;

I'm trying to use the triggers plugin with gajim (Linux) to make a
notification pop up whenever I receive a new message in one of my group
chats. However, it seems that "nothing" happens at all. This is a pretty
dumb error report I guess - is there any way to figure out whether / if
triggers plugin actually does anything?

TIA and all the best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Re: [Gajim-devel] group chat handling?

2015-09-01 Thread Kristian Rink

Am 01.09.2015 um 21:54 schrieb Yann Leboulanger:

Looking at my configuration, I just have print_status_in_muc/_chat
>around. I suppose these are the ones you mean? I'm on 0.16 off the
>Ubuntu 15.04 package repo.:)

>

Yes that's the one. Sorry for the wrong name.


Thanks for clarifying. :)
Best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel


Re: [Gajim-devel] group chat handling?

2015-09-01 Thread Kristian Rink

Yann;

first off, thanks loads for your help.

Am 01.09.2015 um 21:33 schrieb Yann Leboulanger:

>(1) In user-to-user chat, I have gajim configured to pop up a new
>window whenever a new message comes in, which is just how I want. With
>the team window minimized or hidden however, I regularly miss messages
>because I haven't found any way to make the group chat window come up
>whenever there's any activity in there. Is there a way to configure
>this behaviour?

>>

Try to install the trigger plugin. You can configure several things
there about this kind of behaviour.


Great, that seems to be pretty much what I was looking for. Seems 
astoundingly powerful, I'll see how far I get with this. :)



>
>(2) In the group chat, important messages usually get lost among loads
>of "user  has joined the group" and "user  has left the
>group". Can the group chat be configured to suppress such messages?
>They aren't of much use but greatly distract from actual content...;)

>>

There are 2 advanced options to control that:
show_status_in_muc / show_status_in_chats


Looking at my configuration, I just have print_status_in_muc/_chat 
around. I suppose these are the ones you mean? I'm on 0.16 off the 
Ubuntu 15.04 package repo. :)


Thanks again and all the best,
Kristian
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel


[Gajim-devel] group chat handling?

2015-09-01 Thread Kristian Rink

Folks;

first, sorry if I am filling the wrong place with user questions but to 
me this seems the only place to post these; most of the other means of 
contacts listed in the community wiki [1] seem not active or existent 
anymore... :(


Questions: We use an openfire server internally, for user-to-user 
communication and for one or two chat groups for communicating 
"important" things the whole team needs to know.


(1) In user-to-user chat, I have gajim configured to pop up a new window 
whenever a new message comes in, which is just how I want. With the team 
window minimized or hidden however, I regularly miss messages because I 
haven't found any way to make the group chat window come up whenever 
there's any activity in there. Is there a way to configure this behaviour?


(2) In the group chat, important messages usually get lost among loads 
of "user  has joined the group" and "user  has left the group". 
Can the group chat be configured to suppress such messages? They aren't 
of much use but greatly distract from actual content... ;)


Thanks in advance and all the best,
Kristian


[1]https://trac.gajim.org/wiki/GajimCommunity
___
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel