Hi guys,
I searched and found some hack level solutions for this, but has this been officially solved or could it be implemented?
XMPP/Jabber notifications.
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: XMPP/Jabber notifications.
Maybe via smtp to jabber/xmpp gateway or web services. (in 3.1 I'd probably vote for web services).
Don't ask me how, though.
Don't ask me how, though.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 21
- Joined: 24 Aug 2012, 18:58
- Znuny Version: 6.4.4
- Real Name: Pawel Tyll
- Company: Nitronet sp. z o.o.
Re: XMPP/Jabber notifications.
Hm, could you explain in a bit more detail what do you mean with 'web services'?
Edit: Found it, looking into it.
Edit: Found it, looking into it.

-
- Znuny newbie
- Posts: 21
- Joined: 24 Aug 2012, 18:58
- Znuny Version: 6.4.4
- Real Name: Pawel Tyll
- Company: Nitronet sp. z o.o.
Re: XMPP/Jabber notifications.
Well, I hacked around a bit, and managed to add the thing by adding preferences fields UserJabberID and UserUseJabber with options yes/no/only, and modyfying article.pm - too bad I now have another change to track during updates. Any chance of getting this upstream? It's very trivial to add XMPP support.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: XMPP/Jabber notifications.
It depends on what you mean by "jabber support".ofca wrote:Any chance of getting this upstream? It's very trivial to add XMPP support.
If you want to have a field that indicates the customer's jabber username and have a link to it, you can do that from Config.pm
viewtopic.php?f=60&t=7787
If you want notifications to go to a customer's jabber account, you may look at an smtp-to-xmpp gateway.
You *probably* don't want to add to article.pm. What you might want to do is create a Ticket Event that does this thing after the article action.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 21
- Joined: 24 Aug 2012, 18:58
- Znuny Version: 6.4.4
- Real Name: Pawel Tyll
- Company: Nitronet sp. z o.o.
Re: XMPP/Jabber notifications.
I want notifications about new ticker/follow-up and other events to go to agent's jabber client, instead of e-mail. I already added it the best way I could, but I would love to have it in some future-proof way that doesn't require maintenance on every release. To restate it: I already hacked it around during the night and it works as I wanted. I just want to do it the right way. 

-
- Znuny newbie
- Posts: 1
- Joined: 03 Jan 2013, 18:03
- Znuny Version: 3.1.12
- Real Name: Matthias Baur
- Company: dmc digital media center GmbH
Re: XMPP/Jabber notifications.
Did you find a solution for this?
-
- Znuny newbie
- Posts: 6
- Joined: 17 Oct 2013, 10:10
- Znuny Version: 3.2.9
- Real Name: Zeus Panchenko
- Company: I.B.S. LTD
Re: XMPP/Jabber notifications.
not officially but, what about http://otrsaddons.com/content/jabbernotification ?ofca wrote:I searched and found some hack level solutions for this, but has this been officially solved or could it be implemented?
OTRS 3.2.x (private) on FreeBSD with PostgreSQL backend and LDAP as auth.