Review request for 'iptux'

@review-team

Hi,

I need someone to review my package iptux[1], which need a dbus slot[2].

URL: Details for iptux (snapcraft.io)

thanks

[1] iptux is an “IP Messenger” client for Linux.
.
It can:
- auto-detect other clients on the intranet.
- send message to other clients.
- send file to other clients.
.
It is (supposedly) compatible with 飞鸽传书 (Feige) and 飞秋 (FeiQ)
from China, and with the original “IP Messenger” clients from Japan
as listed on http://ipmsg.org/ including g2ipmsg and xipmsg in Debian.

[2] slot info:

slots:
  dbus-iptux:
    interface: dbus
    bus: session
    name: io.github.iptux-src.iptux

apps:
  iptux:
    command: usr/bin/iptux
    desktop: usr/share/applications/iptux.desktop
    extensions: [gnome-3-28]
    slots:
      - dbus-iptux
    plugs: [home, network, gsettings]

The use of the well-known DBus name, io.github.iptux-src.iptux, was already granted to this snap earlier today.

FYI there is no need to create a forum topic for any dbus request. As stated in the dbus interface doc, a reviewer will take a look at the review on the store, and grant it accordingly without any further explanation (provided the claimed name makes sense for the snap).

Thanks for your clarification.