After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557040 - Neighbours tab in roster does not exist in Windows
Neighbours tab in roster does not exist in Windows
Status: RESOLVED DUPLICATE of bug 597305
Product: ekiga
Classification: Applications
Component: Presence stack
unspecified
Other Windows
: Low enhancement
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-20 07:59 UTC by Eugen Dedu
Modified: 2010-04-30 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eugen Dedu 2008-10-20 07:59:22 UTC
Hi,

One of my colleagues has just installed ekiga svn 7205 on windows vista.  I know I cannot connect to exterior world because of the NAT type.  I wanted to use Neighbours, but it is not shown in the roster.
Comment 1 Snark 2008-10-20 09:00:20 UTC
Yes, from configure.ac :
dnl ###############################
dnl   Avahi / mDNS Support
dnl ###############################
AVAHI="disabled"

if test "x${gm_platform}" != "xmingw" ; then
  AC_ARG_ENABLE(avahi, [  --disable-avahi               Disable mDNS support],,enable_avahi=yes)

  if test "x$enable_avahi" = "xyes"; then
    PKG_CHECK_MODULES([AVAHI], [avahi-client >= 0.6 avahi-glib >= 0.6], [found_avahi=yes])
    AC_SUBST(AVAHI_CFLAGS)
    AC_SUBST(AVAHI_LIBS)
    AVAHI="enabled"
    AC_DEFINE(HAVE_AVAHI,1,[Avahi support])
  fi
fi

AM_CONDITIONAL(HAVE_AVAHI, test "x$found_avahi" = "xyes")


In fact, avahi doesn't exist on win32 (see http://avahi.org/ticket/123 ). Apple's bonjour does exist, but we don't have code for that.

Setting the priority as low... it's not that we're not interested, it's that it depends on an external project :-(
Comment 2 Eugen Dedu 2010-04-30 08:55:52 UTC

*** This bug has been marked as a duplicate of bug 597305 ***