Norton and Bonjour

2015-01-30 Thread Stephanie Stalcup
Hello:

I have been having a problem with receiving new conversations from Mac
users on Bonjour.  I am currently using Norton and have configured it to
allow Pidgin connections to and from any computers, and I have tried both
protocol all and TCP and UDP for 5298.  Both ways I am still having the
same problem.  When I have people that try to start a conversation with me,
I receive an error in the debug window:

(14:08:15) *bonjour:* Received incoming connection from 0.0.0.0.
(14:08:15) *bonjour:* We don't like invisible buddies, this is not a
superheroes comic

But, if I start the message with a Mac user, the debug window shows it
connecting to an actual IP address.  I have not been able to find a
solution online to this problem.  I am not sure if there is a work around,
or a patch available to solve this problem.

Sincerely,

Stephanie
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Hello World, how to use bonjour

2014-11-09 Thread Ethan Blanton
David Woolley spake unto us the following wisdom:
 Another thing that is normally bad practice, but can be essential on
 this list, is to CC the OP.

For the record, CC the original poster (and/or other involved parties)
is not at all bad practice.  People with crappy mail clients *think*
it's bad practice.  It is trivial to de-duplicate on Message-Id:, and
in fact this is one of the purposes of said field.

Ethan

Ethan

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Hello World, how to use bonjour

2014-11-03 Thread Tres Finocchiaro

  my question goes into how to use it


First, please reply all when emailing this list so that your responses go
the entire list.

Secondly, the Bonjour protocol (or more properly known as ZeroConfig) is
already supported in Pidgin, so when you say I would love to see more
features on this IM it leads me to believe that you don't know that it is
already supported.  But please be aware that Bonjour does a lot more than
chat.  For example, Pidgin won't help you find a Bonjour-supported printer,
or find AirPlay devices on your network. :)

Here is the wikipedia article on ZeroConfig:
http://en.wikipedia.org/wiki/Zero-configuration_networking

From an implementation perspective, your network complexity can make or
break a Bonjour roll-out. This is because of the way discovery works.
Unless you have an mDNS reflector, running Bonjour from different subnets
can have problems.  http://linux.die.net/man/5/avahi-daemon.conf

From a Linux-desktop perspective, install avahi-discover and it should work
automatically.

I do believe there is a lack of documentation on this topic, but from a
functionality perspective, it already works very well!

Below is a screenshot of Windows 8 talking to Ubuntu 12.04 using the
Bonjour protocol.

-Tres





- tres.finocchi...@gmail.com

On Sun, Nov 2, 2014 at 10:26 PM, Alexandro Colorado j...@oooes.org wrote:

 Hi thanks, this is not really what I am looking for, I use linux. And
 my question goes into how to use it, not into what do I need.

 On 11/2/14, Tres Finocchiaro tres.finocchi...@gmail.com wrote:
 
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 


 --
 Alexandro Colorado
 Apache OpenOffice Contributor
 882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Hello World, how to use bonjour

2014-11-03 Thread Alexandro Colorado
On 11/3/14, Tres Finocchiaro tres.finocchi...@gmail.com wrote:

  my question goes into how to use it


 First, please reply all when emailing this list so that your responses go
 the entire list.

Seems the mailing list is not configured the reply-to variable to the
mailing list by default.


 Secondly, the Bonjour protocol (or more properly known as ZeroConfig) is
 already supported in Pidgin, so when you say I would love to see more
 features on this IM it leads me to believe that you don't know that it is
 already supported.  But please be aware that Bonjour does a lot more than
 chat.  For example, Pidgin won't help you find a Bonjour-supported printer,
 or find AirPlay devices on your network. :)

If you read carefully you could see that I already knew all that. I
was asking for Pidgin Bonjour documentation and not Bonjour
documentation. Which is why I was addressing this mailing list.


 Here is the wikipedia article on ZeroConfig:
 http://en.wikipedia.org/wiki/Zero-configuration_networking

 From an implementation perspective, your network complexity can make or
 break a Bonjour roll-out. This is because of the way discovery works.
 Unless you have an mDNS reflector, running Bonjour from different subnets
 can have problems.  http://linux.die.net/man/5/avahi-daemon.conf

 From a Linux-desktop perspective, install avahi-discover and it should work
 automatically.

 I do believe there is a lack of documentation on this topic, but from a
 functionality perspective, it already works very well!

This is my point. A more specific questions goes on the lines of:
- How do I create an account.
- What do I need to be running t make the account work (you said to
install avahi-discover) but I think this is more complex than flipping
a switch on the preferences. IE seems this is a gtk app and I use KDE.
- What is the process to discover users, is there a 'scan' tool or
does users just show up on my buddy list.
- I see that the users show up on a bonjour group. Is this the default?

 Below is a screenshot of Windows 8 talking to Ubuntu 12.04 using the
 Bonjour protocol.

 -Tres





 - tres.finocchi...@gmail.com

 On Sun, Nov 2, 2014 at 10:26 PM, Alexandro Colorado j...@oooes.org wrote:

 Hi thanks, this is not really what I am looking for, I use linux. And
 my question goes into how to use it, not into what do I need.

 On 11/2/14, Tres Finocchiaro tres.finocchi...@gmail.com wrote:
 
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 


 --
 Alexandro Colorado
 Apache OpenOffice Contributor
 882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614




-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Hello World, how to use bonjour

2014-11-03 Thread David Woolley

On 03/11/14 18:29, Alexandro Colorado wrote:



Seems the mailing list is not configured the reply-to variable to the
mailing list by default.


That is normally considered a bad idea, although this list might be an 
exception http://www.unicom.com/pw/reply-to-harmful.html.  I have 
certainly made private replies on list on ones set to reply to list. 
It also doesn't necessarily work. I forced it on a reply I made and the 
OP still replied to me.


Another thing that is normally bad practice, but can be essential on 
this list, is to CC the OP.


What makes this list special is that most people posting to it have 
never used a mailing list before, and they are nearly all unsubscribed. 
 Many think they are talking to some Pidgin support contact centre.  As 
a result, they don't see replies that are not CCed to them and they 
think that anyone answering is their personal support person.


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Hello World, how to use bonjour

2014-11-03 Thread Tres Finocchiaro

 This is my point. A more specific questions goes on the lines of:
 - How do I create an account.

You don't. Adium's tutorial
ftp://ftp.cs.stanford.edu/pub/Mac/Adium.app/Contents/Resources/AdiumHelp/pgs/Account-Bonjour.htmlis
a bit better in this regard (the software differs slightly, but same idea)


 - What do I need to be running t make the account work (you said to
 install avahi-discover) but I think this is more complex than flipping
 a switch on the preferences. IE seems this is a gtk app and I use KDE.

Pidgin already requires GTK and avahi-discover uses GTK w/ what appears to
be a python-gtk GUI.  I'm not sure if there is a gui-less version, you'll
have to contact the avahi list, but as a KDE user I doubt this is the first
GTK app you've installed.


 - What is the process to discover users, is there a 'scan' tool or does
 users just show up on my buddy list.

They just show up.  It's part of the protocol.  You can use the command
line tool avahi-discover as well, if you are ok with installing it.


 - I see that the users show up on a bonjour group. Is this the default?

Yes.

If you read carefully you could see that I already knew all that. I was
 asking for Pidgin Bonjour documentation and not Bonjour documentation.
 Which is why I was addressing this mailing list.

And I stated that documentation is lacking in this regard.  Do you normally
criticize those that help you? :)
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Hello World, how to use bonjour

2014-11-02 Thread Alexandro Colorado
Hi this is my first email to the list. I would love to become part of
the community.  I have used pidgin since the gaim days. I love the IM
but for some reason I never join the community. Time for that to
change. I would love to see some features on this IM but also would
like to get some info about special protocols.

Bonjour, SIMPLE and other lesser used protocols come to mind. And
would love to get more info on how to use them efficiently.

Start with Bonjour, AFAIK bonjour come from the zeroconf protocol and
uses services similar to Avahi. However I never fully understand it in
action and would like to test it with other laptops in my LAN.

I havent been able to find reliant information about how to use the
Bonjour protocol with pidgin and would love to get it working.

Many thanks and keep up the good work.

-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Hello World, how to use bonjour

2014-11-02 Thread Tres Finocchiaro
https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

RE: Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-09 Thread Mark A. Ristich
Thank you Tres for your reply.

 

I agree that bonjour 2.0.2 from Apple includes both 32 and 64 bit versions
(as I used the same executable to install Bonjour on my 32 bit systems), the
problem is it doesn't give you the option for installing the 32 bit version
on a 64 bit OS (I have both 32 bit and 64 bit Windows 7 machines on my home
network and it installed the corresponding version of Bonjour on each).  All
the 32 bit Windows machines (3 of them), and my iMAC (64bit but has Bonjour
already installed and I'm using the Messages application there) are working
with Pidgin/Bonjour fine.  The issue is still with my 64 bit Windows 7
system.

 

So your statement: When you install, you will see two items in the control
panel. is the part that isn't what I see.  When I install Bonjour on my 64
bit system, I see one item for Bonjour (the other item is the Bonjour Print
Services).  When I run the installer it explicitly says Welcome to the
Bonjour Print Services Installer, and lists 2.0.2.0 x64 at the bottom right
near the Cancel button (with no option to modify that).

 

Any help you can provide is very much appreciated.

 

Regards,

Mark

 

 

From: Tres Finocchiaro [mailto:tres.finocchi...@gmail.com] 
Sent: Sunday, December 08, 2013 9:57 AM
To: Mark A. Ristich
Cc: support@pidgin.im
Subject: Re: Can not find 32 bit bonjour that installs on 64 bit windows so
I can use bonjour with Pidgin

 

@Mark,

 

I can confirm that the recommended download for 64-bit Bonjour for Windows
(Bonjour 2.0.2 from Apple) also included the 32-bit version.

 

When you install, you will see two items in the control panel, and when you
add a Bonjour account in Pidgin and enable it, you should notice the error
message has gone away.

 

In order to start using Bonjour, you need at least one other device on your
network (same subnet allowing broadcast traffic) running Bonjour as well.

 

The wiki article on the Pidgin page says to install both 64-bit and 32-bit,
but from the best of my knowledge, it appears Bonjour 2.0.2 includes both.

 

If this is incorrect, please correct me.

 

-Tres




- tres.finocchi...@gmail.com

 

On Sat, Dec 7, 2013 at 2:18 PM, Tres Finocchiaro
tres.finocchi...@gmail.com wrote:

Mark,

I was under the impression the 64-bit came bundled with the 32-bit plugin as
well.

Have you tried it with the 64-bit?  Did it not work?

We have a few 64-bit Windows workstations at my job and we were able to get
it working without much effort.

-Tres

On Dec 7, 2013 2:14 PM, Mark A. Ristich marist...@yahoo.com wrote:

I want to use Pidgin on my local network between windows, mac and Ubuntu
machines.

 

As pidgin supports Bonjour, this would be perfect, except that some of my
windows machines are 64 bit.

 

The advice to also install the 32 bit version of Bonjour is impossible to
follow, as the Apple site with Bonjour only has the single install file
which does not ask what version to install but simple installs as it sees
fit.

http://support.apple.com/kb/DL999

 

I did finally find a 32 bit bonjour.msi (via a download of FileMaker Pro -
which has separate 32 and 64 bit versions of bonjour included) but that
wouldn't install either (saying I need to install the 64 bit version).

 

I've seen various mentions that not 64 bit version of pidgin is needed, but
given that it is impossible to install a 32 bit of bonjour on a 64 bit
windows machine, I don't understand how to follow the advice given here.

https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWind
owsPidginforBonjour

 

http://pidgin.im/pipermail/support/2009-October/019104.html

 

So how do I manage to find a 32 bit version of bonjour to install on my 64
bit windows 7 machines so I can get pidgin to work with bonjour.

 

I've never used a forum or asked for help, so don't really understand the
protocol.  Hope this method works.

 

Thank you so much for your help,

Mark

 

 

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

 

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-09 Thread Tres Finocchiaro
@Mark,

My testing was done on Windows 8 64-bit .  As you can see in the below
linked screenshot, a *Program Files\ *as well as as *Program Files
(x86)\*directory was created.

The two items listed in your control panel sound accurate with mine.  They
have different names, but one uninstalls the 32-bit, the other uninstalls
the 64-bit.

http://i.imgur.com/oHhBfuP.png

This should be pretty trivial.  I also assume you've completely closed
Pidgin and restarted it (via Tray Icon) to no avail.

Perhaps someone else on the list can confirm it work with Windows 7 64-bit,
since our OSs are different.

-Tres




- tres.finocchi...@gmail.com


On Mon, Dec 9, 2013 at 12:00 PM, Mark A. Ristich marist...@yahoo.comwrote:

 Thank you Tres for your reply.



 I agree that bonjour 2.0.2 from Apple includes both 32 and 64 bit versions
 (as I used the same executable to install Bonjour on my 32 bit systems),
 the problem is it doesn’t give you the option for installing the 32 bit
 version on a 64 bit OS (I have both 32 bit and 64 bit Windows 7 machines on
 my home network and it installed the corresponding version of Bonjour on
 each).  All the 32 bit Windows machines (3 of them), and my iMAC (64bit but
 has Bonjour already installed and I’m using the Messages application there)
 are working with Pidgin/Bonjour fine.  The issue is still with my 64 bit
 Windows 7 system.



 So your statement: “When you install, you will see two items in the
 control panel…” is the part that isn’t what I see.  When I install Bonjour
 on my 64 bit system, I see one item for Bonjour (the other item is the
 “Bonjour Print Services”).  When I run the installer it explicitly says
 “Welcome to the Bonjour Print Services Installer”, and lists 2.0.2.0 x64 at
 the bottom right near the “Cancel” button (with no option to modify that).



 Any help you can provide is very much appreciated.



 Regards,

 Mark





 *From:* Tres Finocchiaro [mailto:tres.finocchi...@gmail.com]
 *Sent:* Sunday, December 08, 2013 9:57 AM
 *To:* Mark A. Ristich
 *Cc:* support@pidgin.im
 *Subject:* Re: Can not find 32 bit bonjour that installs on 64 bit
 windows so I can use bonjour with Pidgin



 @Mark,



 I can confirm that the recommended download for 64-bit Bonjour for Windows
 (Bonjour 2.0.2 from Apple) also included the 32-bit version.



 When you install, you will see two items in the control panel, and when
 you add a Bonjour account in Pidgin and enable it, you should notice the
 error message has gone away.



 In order to start using Bonjour, you need at least one other device on
 your network (same subnet allowing broadcast traffic) running Bonjour as
 well.



 The wiki article on the Pidgin page says to install both 64-bit and
 32-bit, but from the best of my knowledge, it appears Bonjour 2.0.2
 includes both.



 If this is incorrect, please correct me.



 -Tres


 - tres.finocchi...@gmail.com



 On Sat, Dec 7, 2013 at 2:18 PM, Tres Finocchiaro 
 tres.finocchi...@gmail.com wrote:

 Mark,

 I was under the impression the 64-bit came bundled with the 32-bit plugin
 as well.

 Have you tried it with the 64-bit?  Did it not work?

 We have a few 64-bit Windows workstations at my job and we were able to
 get it working without much effort.

 -Tres

 On Dec 7, 2013 2:14 PM, Mark A. Ristich marist...@yahoo.com wrote:

 I want to use Pidgin on my local network between windows, mac and Ubuntu
 machines.



 As pidgin supports Bonjour, this would be perfect, except that some of my
 windows machines are 64 bit.



 The advice to also install the 32 bit version of Bonjour is impossible to
 follow, as the Apple site with Bonjour only has the single install file
 which does not ask what version to install but simple installs as it sees
 fit.

 http://support.apple.com/kb/DL999



 I did finally find a 32 bit bonjour.msi (via a download of FileMaker Pro –
 which has separate 32 and 64 bit versions of bonjour included) but that
 wouldn’t install either (saying I need to install the 64 bit version).



 I’ve seen various mentions that not 64 bit version of pidgin is needed,
 but given that it is impossible to install a 32 bit of bonjour on a 64 bit
 windows machine, I don’t understand how to follow the advice given here.


 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour



 http://pidgin.im/pipermail/support/2009-October/019104.html



 So how do I manage to find a 32 bit version of bonjour to install on my 64
 bit windows 7 machines so I can get pidgin to work with bonjour.



 I’ve never used a forum or asked for help, so don’t really understand the
 protocol.  Hope this method works.



 Thank you so much for your help,

 Mark





 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 https://pidgin.im/cgi-bin/mailman/listinfo/support



___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link

Re: Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-09 Thread Tres Finocchiaro

 As they say, a picture is worth 1000 words.  I see what you mean now, I
 was looking for two instances in the Programs Control Panel.

 Given what you said about closing Pidgin, I realize I hadn’t, so
 reinstalled Bonjour, verified Bonjour was in both directories and rebooted,
 just for good measure, and now all is good in the world!

 Thank you s much!  I really appreciate the time you took to help me.

 Kind regards,
 Mark


Glad it worked out!  Thanks for the update.

-Tres

- tres.finocchi...@gmail.com


On Mon, Dec 9, 2013 at 4:48 PM, Mark A. Ristich marist...@yahoo.com wrote:

 As they say, a picture is worth 1000 words.  I see what you mean now, I
 was looking for two instances in the Programs Control Panel.



 Given what you said about closing Pidgin, I realize I hadn’t, so
 reinstalled Bonjour, verified Bonjour was in both directories and rebooted,
 just for good measure, and now all is good in the world!



 Thank you s much!  I really appreciate the time you took to help me.



 Kind regards,

 Mark





 *From:* Tres Finocchiaro [mailto:tres.finocchi...@gmail.com]
 *Sent:* Monday, December 09, 2013 3:28 PM

 *To:* Mark A. Ristich
 *Cc:* support@pidgin.im
 *Subject:* Re: Can not find 32 bit bonjour that installs on 64 bit
 windows so I can use bonjour with Pidgin



 @Mark,



 My testing was done on Windows 8 64-bit .  As you can see in the below
 linked screenshot, a *Program Files\ *as well as as *Program Files 
 (x86)\*directory was created.



 The two items listed in your control panel sound accurate with mine.  They
 have different names, but one uninstalls the 32-bit, the other uninstalls
 the 64-bit.



 http://i.imgur.com/oHhBfuP.png



 This should be pretty trivial.  I also assume you've completely closed
 Pidgin and restarted it (via Tray Icon) to no avail.



 Perhaps someone else on the list can confirm it work with Windows 7
 64-bit, since our OSs are different.



 -Tres








 - tres.finocchi...@gmail.com



 On Mon, Dec 9, 2013 at 12:00 PM, Mark A. Ristich marist...@yahoo.com
 wrote:

 Thank you Tres for your reply.



 I agree that bonjour 2.0.2 from Apple includes both 32 and 64 bit versions
 (as I used the same executable to install Bonjour on my 32 bit systems),
 the problem is it doesn’t give you the option for installing the 32 bit
 version on a 64 bit OS (I have both 32 bit and 64 bit Windows 7 machines on
 my home network and it installed the corresponding version of Bonjour on
 each).  All the 32 bit Windows machines (3 of them), and my iMAC (64bit but
 has Bonjour already installed and I’m using the Messages application there)
 are working with Pidgin/Bonjour fine.  The issue is still with my 64 bit
 Windows 7 system.



 So your statement: “When you install, you will see two items in the
 control panel…” is the part that isn’t what I see.  When I install Bonjour
 on my 64 bit system, I see one item for Bonjour (the other item is the
 “Bonjour Print Services”).  When I run the installer it explicitly says
 “Welcome to the Bonjour Print Services Installer”, and lists 2.0.2.0 x64 at
 the bottom right near the “Cancel” button (with no option to modify that).



 Any help you can provide is very much appreciated.



 Regards,

 Mark





 *From:* Tres Finocchiaro [mailto:tres.finocchi...@gmail.com]
 *Sent:* Sunday, December 08, 2013 9:57 AM
 *To:* Mark A. Ristich
 *Cc:* support@pidgin.im
 *Subject:* Re: Can not find 32 bit bonjour that installs on 64 bit
 windows so I can use bonjour with Pidgin



 @Mark,



 I can confirm that the recommended download for 64-bit Bonjour for Windows
 (Bonjour 2.0.2 from Apple) also included the 32-bit version.



 When you install, you will see two items in the control panel, and when
 you add a Bonjour account in Pidgin and enable it, you should notice the
 error message has gone away.



 In order to start using Bonjour, you need at least one other device on
 your network (same subnet allowing broadcast traffic) running Bonjour as
 well.



 The wiki article on the Pidgin page says to install both 64-bit and
 32-bit, but from the best of my knowledge, it appears Bonjour 2.0.2
 includes both.



 If this is incorrect, please correct me.



 -Tres


 - tres.finocchi...@gmail.com



 On Sat, Dec 7, 2013 at 2:18 PM, Tres Finocchiaro 
 tres.finocchi...@gmail.com wrote:

 Mark,

 I was under the impression the 64-bit came bundled with the 32-bit plugin
 as well.

 Have you tried it with the 64-bit?  Did it not work?

 We have a few 64-bit Windows workstations at my job and we were able to
 get it working without much effort.

 -Tres

 On Dec 7, 2013 2:14 PM, Mark A. Ristich marist...@yahoo.com wrote:

 I want to use Pidgin on my local network between windows, mac and Ubuntu
 machines.



 As pidgin supports Bonjour, this would be perfect, except that some of my
 windows machines are 64 bit.



 The advice to also install the 32 bit version of Bonjour is impossible to
 follow, as the Apple site with Bonjour only has the single

Re: Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-08 Thread Tres Finocchiaro
@Mark,

I can confirm that the recommended download for 64-bit Bonjour for Windows
(Bonjour 2.0.2 from Apple) also included the 32-bit version.

When you install, you will see two items in the control panel, and when you
add a Bonjour account in Pidgin and enable it, you should notice the error
message has gone away.

In order to start using Bonjour, you need at least one other device on your
network (same subnet allowing broadcast traffic) running Bonjour as well.

The wiki article on the Pidgin page says to install both 64-bit and 32-bit,
but from the best of my knowledge, it appears Bonjour 2.0.2 includes both.

If this is incorrect, please correct me.

-Tres

- tres.finocchi...@gmail.com


On Sat, Dec 7, 2013 at 2:18 PM, Tres Finocchiaro tres.finocchi...@gmail.com
 wrote:

 Mark,

 I was under the impression the 64-bit came bundled with the 32-bit plugin
 as well.

 Have you tried it with the 64-bit?  Did it not work?

 We have a few 64-bit Windows workstations at my job and we were able to
 get it working without much effort.

 -Tres
 On Dec 7, 2013 2:14 PM, Mark A. Ristich marist...@yahoo.com wrote:

 I want to use Pidgin on my local network between windows, mac and Ubuntu
 machines.



 As pidgin supports Bonjour, this would be perfect, except that some of my
 windows machines are 64 bit.



 The advice to also install the 32 bit version of Bonjour is impossible to
 follow, as the Apple site with Bonjour only has the single install file
 which does not ask what version to install but simple installs as it sees
 fit.

 http://support.apple.com/kb/DL999



 I did finally find a 32 bit bonjour.msi (via a download of FileMaker Pro
 – which has separate 32 and 64 bit versions of bonjour included) but that
 wouldn’t install either (saying I need to install the 64 bit version).



 I’ve seen various mentions that not 64 bit version of pidgin is needed,
 but given that it is impossible to install a 32 bit of bonjour on a 64 bit
 windows machine, I don’t understand how to follow the advice given here.


 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour



 http://pidgin.im/pipermail/support/2009-October/019104.html



 So how do I manage to find a 32 bit version of bonjour to install on my
 64 bit windows 7 machines so I can get pidgin to work with bonjour.



 I’ve never used a forum or asked for help, so don’t really understand the
 protocol.  Hope this method works.



 Thank you so much for your help,

 Mark



 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 https://pidgin.im/cgi-bin/mailman/listinfo/support


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-07 Thread Mark A. Ristich
I want to use Pidgin on my local network between windows, mac and Ubuntu
machines.

 

As pidgin supports Bonjour, this would be perfect, except that some of my
windows machines are 64 bit.

 

The advice to also install the 32 bit version of Bonjour is impossible to
follow, as the Apple site with Bonjour only has the single install file
which does not ask what version to install but simple installs as it sees
fit.

http://support.apple.com/kb/DL999

 

I did finally find a 32 bit bonjour.msi (via a download of FileMaker Pro -
which has separate 32 and 64 bit versions of bonjour included) but that
wouldn't install either (saying I need to install the 64 bit version).

 

I've seen various mentions that not 64 bit version of pidgin is needed, but
given that it is impossible to install a 32 bit of bonjour on a 64 bit
windows machine, I don't understand how to follow the advice given here.

https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWind
owsPidginforBonjour

 

http://pidgin.im/pipermail/support/2009-October/019104.html

 

So how do I manage to find a 32 bit version of bonjour to install on my 64
bit windows 7 machines so I can get pidgin to work with bonjour.

 

I've never used a forum or asked for help, so don't really understand the
protocol.  Hope this method works.

 

Thank you so much for your help,

Mark

 

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can not find 32 bit bonjour that installs on 64 bit windows so I can use bonjour with Pidgin

2013-12-07 Thread Tres Finocchiaro
Mark,

I was under the impression the 64-bit came bundled with the 32-bit plugin
as well.

Have you tried it with the 64-bit?  Did it not work?

We have a few 64-bit Windows workstations at my job and we were able to get
it working without much effort.

-Tres
On Dec 7, 2013 2:14 PM, Mark A. Ristich marist...@yahoo.com wrote:

 I want to use Pidgin on my local network between windows, mac and Ubuntu
 machines.



 As pidgin supports Bonjour, this would be perfect, except that some of my
 windows machines are 64 bit.



 The advice to also install the 32 bit version of Bonjour is impossible to
 follow, as the Apple site with Bonjour only has the single install file
 which does not ask what version to install but simple installs as it sees
 fit.

 http://support.apple.com/kb/DL999



 I did finally find a 32 bit bonjour.msi (via a download of FileMaker Pro –
 which has separate 32 and 64 bit versions of bonjour included) but that
 wouldn’t install either (saying I need to install the 64 bit version).



 I’ve seen various mentions that not 64 bit version of pidgin is needed,
 but given that it is impossible to install a 32 bit of bonjour on a 64 bit
 windows machine, I don’t understand how to follow the advice given here.


 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour



 http://pidgin.im/pipermail/support/2009-October/019104.html



 So how do I manage to find a 32 bit version of bonjour to install on my 64
 bit windows 7 machines so I can get pidgin to work with bonjour.



 I’ve never used a forum or asked for help, so don’t really understand the
 protocol.  Hope this method works.



 Thank you so much for your help,

 Mark



 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 https://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Bonjour

2013-08-27 Thread Alvise Migotto
Hello,

I'm having trouble setting up Pidgin on Windows 7 using Bonjour. We have a 
mixed Mac/Windows environment - which is why we're trying to use Bonjour. 
However, Pidgin users on Windows can only communicate with each other, and not 
with Macs (using iChat / Messages under Bonjour). Mac users can also 
communicate with each other fine. All machines are on the same network.

Any ideas to get this working cross platform? Is this possible?

Thanks 
AM


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour

2013-08-27 Thread Daniel Atallah
On Tue, Aug 27, 2013 at 1:57 PM, Alvise Migotto amigo...@farearte.com.brwrote:

 Hello,

 I'm having trouble setting up Pidgin on Windows 7 using Bonjour. We have a
 mixed Mac/Windows environment - which is why we're trying to use Bonjour.
 However, Pidgin users on Windows can only communicate with each other, and
 not with Macs (using iChat / Messages under Bonjour). Mac users can also
 communicate with each other fine. All machines are on the same network.

 Any ideas to get this working cross platform? Is this possible?


What is the specific problem?

Do the Mac users not appear online on the Windows machines and vice versa,
or is it that they appear online but you can't initiate a conversation?

If they are actually on the same subnet (note that this part is important -
network may mean something different depending on how you use the word),
and there are no firewalls interfering, it should just work - there isn't
anything platform-specific going on.

-D
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Cannot find Bonjour SDK For Windows 3.0 requested by prepare-workspace.sh

2013-05-31 Thread Ronal Andadinata
The latest source i get from mercurial require Bonjour SDK For Windows 3.0
. Has the SDK been removed from Apple ? Because i can only finds 2.0.4. And
yes, i was already logged in using Apple ID. This direct link that i found,
results in Access Denied
http://adcdownload.apple.com/Developer_Tools/bonjour_sdk_for_windows_v3.0/bonjoursdksetup.exe

Thanks
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Cannot find Bonjour SDK For Windows 3.0 requested by prepare-workspace.sh

2013-05-31 Thread Tres Finocchiaro
Ronal,

I was unable to find it either.

The downloadable Bonjour client version seems to be v2.0.2 and the SDK
offered on the developer page goes as high as v2.0.4.

I'm not sure what v3.0 is, but softpedia claims to have a mirror of it, if
you trust downloading SDKs from 3rd party sites.

You may get further asking on an apple developer forum, there may be a
licensing level or membership needed for that download to appear under your
apple developer account.

-Tres


-- 
- tres.finocchi...@gmail.com
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Bonjour for Windows??

2012-11-09 Thread Elizabeth
Hello,I am trying to install Pidgin for an office IM system. We have all Windows computers. I would like to use Bonjour for Windows to use between the computers (all networked), but I could not find Bonjour for Windows. I followed the link here:https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour and the Apple link led me to a page to install a Bonjour Print Services for Windows. Is this Bonjour for Windows? How do I use this for logging into Pidgin with a Bonjour account? Can I create a Bonjour account through this, or is this not even possible anymore?Thank you,Elizabeth

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Bonjour for Windows??

2012-11-09 Thread Daniel Atallah
On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print Services for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through this,
 or is this not even possible anymore?


Apple's Bonjour for Windows is now distributed with Bonjour Print
Services and not as a standalone installation.  You should be able to
install that and use it to enable the Bonjour functionality in Pidgin.

-D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour for Windows??

2012-11-09 Thread Daniel Atallah
On Fri, Nov 9, 2012 at 5:14 PM, Elizabeth Vecseri
hungariannarn...@gmail.com wrote:
 So how does one set up an account with Bonjour then? And what are the details 
 for entering that into Pidgin?

Please reply to the mailing list instead of to me directly (so that
others can help and/or see the question and answer).

You would just create an account in Pidgin, set your status to
Available, then you should see other people on your network in your
buddy list (and they should see you).

There is no real setup apart from adding an account.

You probably will need to restart Pidgin after installing Bonjour.


 Elizabeth

 Sent from my iPhone

 On Nov 9, 2012, at 4:06 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print Services for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through this,
 or is this not even possible anymore?


 Apple's Bonjour for Windows is now distributed with Bonjour Print
 Services and not as a standalone installation.  You should be able to
 install that and use it to enable the Bonjour functionality in Pidgin.

 -D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour for Windows??

2012-11-09 Thread Anderz Olsson
Just don't overflow a buffer in yer chat window, it'll make the
application crash and whatnot.

Cheers

2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:14 PM, Elizabeth Vecseri
 hungariannarn...@gmail.com wrote:
 So how does one set up an account with Bonjour then? And what are the 
 details for entering that into Pidgin?

 Please reply to the mailing list instead of to me directly (so that
 others can help and/or see the question and answer).

 You would just create an account in Pidgin, set your status to
 Available, then you should see other people on your network in your
 buddy list (and they should see you).

 There is no real setup apart from adding an account.

 You probably will need to restart Pidgin after installing Bonjour.


 Elizabeth

 Sent from my iPhone

 On Nov 9, 2012, at 4:06 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com 
 wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print Services for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through 
 this,
 or is this not even possible anymore?


 Apple's Bonjour for Windows is now distributed with Bonjour Print
 Services and not as a standalone installation.  You should be able to
 install that and use it to enable the Bonjour functionality in Pidgin.

 -D

 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour for Windows??

2012-11-09 Thread Daniel Atallah
On Fri, Nov 9, 2012 at 5:20 PM, Anderz Olsson anderz.ols...@gmail.com wrote:
 Just don't overflow a buffer in yer chat window, it'll make the
 application crash and whatnot.

Yes, please be aware that if you hold down the Z key on your keyboard
continuously for several hours, you may encounter unexpected behavior.

You also may run into issues if you try to use your keyboard in the
shower, or microwave your mouse - be advised.



 Cheers

 2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:14 PM, Elizabeth Vecseri
 hungariannarn...@gmail.com wrote:
 So how does one set up an account with Bonjour then? And what are the 
 details for entering that into Pidgin?

 Please reply to the mailing list instead of to me directly (so that
 others can help and/or see the question and answer).

 You would just create an account in Pidgin, set your status to
 Available, then you should see other people on your network in your
 buddy list (and they should see you).

 There is no real setup apart from adding an account.

 You probably will need to restart Pidgin after installing Bonjour.


 Elizabeth

 Sent from my iPhone

 On Nov 9, 2012, at 4:06 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com 
 wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all 
 Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print Services 
 for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through 
 this,
 or is this not even possible anymore?


 Apple's Bonjour for Windows is now distributed with Bonjour Print
 Services and not as a standalone installation.  You should be able to
 install that and use it to enable the Bonjour functionality in Pidgin.

 -D

 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Fwd: Bonjour for Windows??

2012-11-09 Thread Anderz Olsson
Forgot to tell all in the list.
Sorry!


-- Forwarded message --
From: Anderz Olsson anderz.ols...@gmail.com
Date: 2012/11/9
Subject: Re: Bonjour for Windows??
To: Daniel Atallah datal...@pidgin.im


Mmm, but the shower doesn't have a program, coded by people, has it?
Just set a byte limit and let it go to peace.

Hard, ey?



2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:20 PM, Anderz Olsson anderz.ols...@gmail.com wrote:
 Just don't overflow a buffer in yer chat window, it'll make the
 application crash and whatnot.

 Yes, please be aware that if you hold down the Z key on your keyboard
 continuously for several hours, you may encounter unexpected behavior.

 You also may run into issues if you try to use your keyboard in the
 shower, or microwave your mouse - be advised.



 Cheers

 2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:14 PM, Elizabeth Vecseri
 hungariannarn...@gmail.com wrote:
 So how does one set up an account with Bonjour then? And what are the 
 details for entering that into Pidgin?

 Please reply to the mailing list instead of to me directly (so that
 others can help and/or see the question and answer).

 You would just create an account in Pidgin, set your status to
 Available, then you should see other people on your network in your
 buddy list (and they should see you).

 There is no real setup apart from adding an account.

 You probably will need to restart Pidgin after installing Bonjour.


 Elizabeth

 Sent from my iPhone

 On Nov 9, 2012, at 4:06 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com 
 wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all 
 Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print Services 
 for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging 
 into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through 
 this,
 or is this not even possible anymore?


 Apple's Bonjour for Windows is now distributed with Bonjour Print
 Services and not as a standalone installation.  You should be able to
 install that and use it to enable the Bonjour functionality in Pidgin.

 -D

 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour for Windows??

2012-11-09 Thread Anderz Olsson
I have responded to two persons:
1. I solved a problem in minutes, dispite you.
2. I told a guy that your application has a bug, that is actually has.

Then you are telling me to stop harassing people? Why is that? Am I
wrong, or something?

2012/11/9 Daniel Atallah datal...@pidgin.im:
 Just to be clear, there isn't a static buffer to overflow or anything
 like that; you most likely ran into a memory limit or a numeric
 overflow of some internal GTK+ type.

 I'm sorry you lost a message that was important to you.  I suggest you
 enable logging if you think this type of thing is likely to happen
 again in your use case (I also suggest you try to avoid holding the
 key down that long).

 Perhaps there should be a hard limit on the size of the entry field,
 but really what you were doing is outside of the normal target
 behavior of any program.

 Please don't harass and confuse other users who are coming here for help.

 Thanks,
 -D


 On Fri, Nov 9, 2012 at 5:39 PM, Anderz Olsson anderz.ols...@gmail.com wrote:
 Mmm, but the shower doesn't have a program, coded by people, has it?
 Just set a byte limit and let it go to peace.

 Hard, ey?



 2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:20 PM, Anderz Olsson anderz.ols...@gmail.com 
 wrote:
 Just don't overflow a buffer in yer chat window, it'll make the
 application crash and whatnot.

 Yes, please be aware that if you hold down the Z key on your keyboard
 continuously for several hours, you may encounter unexpected behavior.

 You also may run into issues if you try to use your keyboard in the
 shower, or microwave your mouse - be advised.



 Cheers

 2012/11/9 Daniel Atallah datal...@pidgin.im:
 On Fri, Nov 9, 2012 at 5:14 PM, Elizabeth Vecseri
 hungariannarn...@gmail.com wrote:
 So how does one set up an account with Bonjour then? And what are the 
 details for entering that into Pidgin?

 Please reply to the mailing list instead of to me directly (so that
 others can help and/or see the question and answer).

 You would just create an account in Pidgin, set your status to
 Available, then you should see other people on your network in your
 buddy list (and they should see you).

 There is no real setup apart from adding an account.

 You probably will need to restart Pidgin after installing Bonjour.


 Elizabeth

 Sent from my iPhone

 On Nov 9, 2012, at 4:06 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Fri, Nov 9, 2012 at 4:54 PM, Elizabeth hungariannarn...@gmail.com 
 wrote:
 Hello,

 I am trying to install Pidgin for an office IM system.  We have all 
 Windows
 computers.  I would like to use Bonjour for Windows to use between the
 computers (all networked), but I could not find Bonjour for Windows.  I
 followed the link here:
 https://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#CanIuseWindowsPidginforBonjour
 and the Apple link led me to a page to install a Bonjour Print 
 Services for
 Windows.  Is this Bonjour for Windows?  How do I use this for logging 
 into
 Pidgin with a Bonjour account?  Can I create a Bonjour account through 
 this,
 or is this not even possible anymore?


 Apple's Bonjour for Windows is now distributed with Bonjour Print
 Services and not as a standalone installation.  You should be able to
 install that and use it to enable the Bonjour functionality in Pidgin.

 -D

 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Pidgin and Bonjour for Windows

2012-03-19 Thread Rachel
I've downloaded Bonjour for Windows and Pidgin for Windows. When I first
set up a Bonjour account, I was able to see all iChat/Bonjour users on my
list. After about an hour, they all disappeared. An iChat user tells me
they can see me on their list, but can't IM me. I've made sure Pidgin is
added as an exception to my Windows Firewall. Is there another reason I
suddenly can't see iChat users on my list?
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Pidgin + Bonjour + 2 Networks

2012-03-13 Thread Jan Dörrenbächer

Dear Sir or Madam,

we are testing pidgin with bonjour for fast mailings in our company. In 
the IT we have some pcs with more than one network interface card 
because we have a testnet. It seems to be pure chance wich nic is used 
by pidgin. Is there any way to change the used nic?


Best regards,

Jan Dörrenbächer
--
Personello GmbH, Zum Lokschuppen, D-66424 Homburg/Saar
Tel: +49 (0) 6841-979 149; Fax: +49 (0) 6841-979 205
Email: j.doerrenbaec...@personello.com 
mailto:j.doerrenbaec...@personello.com, Web: http://Personello.com

Registergericht: Saarbrücken HRB 13583, Geschäftsführer: Ulf Unbehaun
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin + Bonjour + 2 Networks

2012-03-13 Thread Daniel Atallah
On Tue, Mar 13, 2012 at 05:51, Jan Dörrenbächer
j.doerrenbaec...@personello.com wrote:
 we are testing pidgin with bonjour for fast mailings in our company. In the
 IT we have some pcs with more than one network interface card because we
 have a testnet. It seems to be pure chance wich nic is used by pidgin. Is
 there any way to change the used nic?

No, it isn't possible to control that in Pidgin itself, however I
wouldn't expect it to cause problems (apart from perhaps using a
different network than you want it to).

If you're not using Windows, it may be possible to configure avahi
(http://avahi.org/) to restrict which interfaces it will use and have
that affect Pidgin.

-D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Can't see Bonjour

2012-03-05 Thread mark kolpack
I have a windows XP laptop that was having its processor taxed to 100% on
2.4 and 2.10.01.  With each of these I was able to setup Bonjour to use at
work.

I then installed *Pidgin 2.10.1.P14955* (libpurple 2.10.1)  The problem is
gone but I no longer have the ability to see or use Bonjour.

How do I change this?  I need Bonjour but can't have my machine proc
running at 100% solid all day.

Sincerely,
Mark

-- 
Mark Kolpack
VFX Supervisor
818-634-7542 C.
www.markkolpack.com
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can't see Bonjour

2012-03-05 Thread Daniel Atallah
On Mon, Mar 5, 2012 at 19:23, mark kolpack markkolp...@gmail.com wrote:
 I have a windows XP laptop that was having its processor taxed to 100% on
 2.4 and 2.10.01.  With each of these I was able to setup Bonjour to use at
 work.

 I then installed Pidgin 2.10.1.P14955 (libpurple 2.10.1)  The problem is
 gone but I no longer have the ability to see or use Bonjour.

Where did you get this P14955 build of Pidgin?


 How do I change this?  I need Bonjour but can't have my machine proc running
 at 100% solid all day.

Hard to say what the issue is without more information (such as a
debug log) as to what might be causing the high CPU usage.

The first thing to establish is which version of Pidgin you're
actually using and if it is a custom build, where it came from.

-D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can't see Bonjour

2012-03-05 Thread Daniel Atallah
On Mon, Mar 5, 2012 at 20:27, mark kolpack markkolp...@gmail.com wrote:
 Hi Daniel:

 It was on-line and found under a site that others have used to fix or get
 around this problem.  Just google that version and you'll find it.  I have
 since uninstalled it and reinstalled the installer 2.10.1 from Pidgin. I'm
 back to having my processor at 100% but my bonjour connects can be seen.
 Not sure what to do now.

Please reply to the support list and not to me directly.

It looks like the patched third party build that you're using is known
to not have Bonjour support.

You probably can grab the libbonjour.dll from the plugins directory of
the official 2.10.1 version and put it in the plugins directory of the
installed third party version to add bonjour support to that version.

It's worth noting that we can't provide much support for any issues
you run into using third party builds.


 Mark


 On Mon, Mar 5, 2012 at 4:52 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Mon, Mar 5, 2012 at 19:23, mark kolpack markkolp...@gmail.com wrote:
  I have a windows XP laptop that was having its processor taxed to 100%
  on
  2.4 and 2.10.01.  With each of these I was able to setup Bonjour to use
  at
  work.
 
  I then installed Pidgin 2.10.1.P14955 (libpurple 2.10.1)  The problem is
  gone but I no longer have the ability to see or use Bonjour.

 Where did you get this P14955 build of Pidgin?

 
  How do I change this?  I need Bonjour but can't have my machine proc
  running
  at 100% solid all day.

 Hard to say what the issue is without more information (such as a
 debug log) as to what might be causing the high CPU usage.

 The first thing to establish is which version of Pidgin you're
 actually using and if it is a custom build, where it came from.

 -D




 --
 Mark Kolpack
 VFX Supervisor
 818-634-7542 C.
 www.markkolpack.com


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can't see Bonjour

2012-03-05 Thread mark kolpack
Thanks for the info. I'd rather just deal with Pidgin 2.10.1 first with
regards to making my processor not run at 100%.  If support has a way to
fix this issue other than applying bonjour into the patched version of
Pidgin that would be my first choice.

Let me know how this has been dealt with.

Mark

On Mon, Mar 5, 2012 at 5:39 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Mon, Mar 5, 2012 at 20:27, mark kolpack markkolp...@gmail.com wrote:
  Hi Daniel:
 
  It was on-line and found under a site that others have used to fix or get
  around this problem.  Just google that version and you'll find it.  I
 have
  since uninstalled it and reinstalled the installer 2.10.1 from Pidgin.
 I'm
  back to having my processor at 100% but my bonjour connects can be seen.
  Not sure what to do now.

 Please reply to the support list and not to me directly.

 It looks like the patched third party build that you're using is known
 to not have Bonjour support.

 You probably can grab the libbonjour.dll from the plugins directory of
 the official 2.10.1 version and put it in the plugins directory of the
 installed third party version to add bonjour support to that version.

 It's worth noting that we can't provide much support for any issues
 you run into using third party builds.

 
  Mark
 
 
  On Mon, Mar 5, 2012 at 4:52 PM, Daniel Atallah datal...@pidgin.im
 wrote:
 
  On Mon, Mar 5, 2012 at 19:23, mark kolpack markkolp...@gmail.com
 wrote:
   I have a windows XP laptop that was having its processor taxed to 100%
   on
   2.4 and 2.10.01.  With each of these I was able to setup Bonjour to
 use
   at
   work.
  
   I then installed Pidgin 2.10.1.P14955 (libpurple 2.10.1)  The problem
 is
   gone but I no longer have the ability to see or use Bonjour.
 
  Where did you get this P14955 build of Pidgin?
 
  
   How do I change this?  I need Bonjour but can't have my machine proc
   running
   at 100% solid all day.
 
  Hard to say what the issue is without more information (such as a
  debug log) as to what might be causing the high CPU usage.
 
  The first thing to establish is which version of Pidgin you're
  actually using and if it is a custom build, where it came from.
 
  -D
 
 
 
 
  --
  Mark Kolpack
  VFX Supervisor
  818-634-7542 C.
  www.markkolpack.com
 




-- 
Mark Kolpack
VFX Supervisor
818-634-7542 C.
www.markkolpack.com
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Can't see Bonjour

2012-03-05 Thread Daniel Atallah
On Mon, Mar 5, 2012 at 20:58, mark kolpack markkolp...@gmail.com wrote:
 Thanks for the info. I'd rather just deal with Pidgin 2.10.1 first with
 regards to making my processor not run at 100%.  If support has a way to fix
 this issue other than applying bonjour into the patched version of Pidgin
 that would be my first choice.

Pidgin 2.10.1 is the current version.
If you're running to the specific issue that the the patched version
attempts to work around (http://developer.pidgin.im/ticket/14743 -
related to being in large IRC channels), there is not currently a
released fix for the issue.
If that ticket doesn't describe the issues you're seeing, then you
probably need to get a debug log and file a ticket
(http://d.pidgin.im/wiki/TipsForBugReports).

-D




 Let me know how this has been dealt with.

 Mark


 On Mon, Mar 5, 2012 at 5:39 PM, Daniel Atallah datal...@pidgin.im wrote:

 On Mon, Mar 5, 2012 at 20:27, mark kolpack markkolp...@gmail.com wrote:
  Hi Daniel:
 
  It was on-line and found under a site that others have used to fix or
  get
  around this problem.  Just google that version and you'll find it.  I
  have
  since uninstalled it and reinstalled the installer 2.10.1 from Pidgin.
  I'm
  back to having my processor at 100% but my bonjour connects can be seen.
  Not sure what to do now.

 Please reply to the support list and not to me directly.

 It looks like the patched third party build that you're using is known
 to not have Bonjour support.

 You probably can grab the libbonjour.dll from the plugins directory of
 the official 2.10.1 version and put it in the plugins directory of the
 installed third party version to add bonjour support to that version.

 It's worth noting that we can't provide much support for any issues
 you run into using third party builds.

 
  Mark
 
 
  On Mon, Mar 5, 2012 at 4:52 PM, Daniel Atallah datal...@pidgin.im
  wrote:
 
  On Mon, Mar 5, 2012 at 19:23, mark kolpack markkolp...@gmail.com
  wrote:
   I have a windows XP laptop that was having its processor taxed to
   100%
   on
   2.4 and 2.10.01.  With each of these I was able to setup Bonjour to
   use
   at
   work.
  
   I then installed Pidgin 2.10.1.P14955 (libpurple 2.10.1)  The problem
   is
   gone but I no longer have the ability to see or use Bonjour.
 
  Where did you get this P14955 build of Pidgin?
 
  
   How do I change this?  I need Bonjour but can't have my machine proc
   running
   at 100% solid all day.
 
  Hard to say what the issue is without more information (such as a
  debug log) as to what might be causing the high CPU usage.
 
  The first thing to establish is which version of Pidgin you're
  actually using and if it is a custom build, where it came from.
 
  -D
 
 
 
 
  --
  Mark Kolpack
  VFX Supervisor
  818-634-7542 C.
  www.markkolpack.com
 




 --
 Mark Kolpack
 VFX Supervisor
 818-634-7542 C.
 www.markkolpack.com


 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

bonjour on pidgin

2010-01-12 Thread Sandeep Kumar

Hi All,
I am running pidgin 2.5.2.fc8 and 2.5.5.fc11 on another machine. But no 
buddies are showing up for bonjour protocol.

Both machines have Avahi daemon  running on them.
With a windows machine running pidgin, the windows machine did find the 
linux machine but the linux machine did not.
I saw libpurple-bonjour for fc versions =7. Do we need any patches for 
running on FC8 and 11?


--
Sandeep

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


pidgin with bonjour on fedora6

2010-01-06 Thread Sandeep Kumar

Hi All,
 I am trying to install pidgin 6.2.4 on fedora6. I have copied 
pidgin.repo to /etc/yum/.repos.d. But i am getting the following error.


Loading installonlyn plugin
Setting up Install Process
Setting up repositories
Could not retrieve mirrorlist 
http://mirrors.fedoraproject.org/mirrorlist?repo=core-6arch=i386 error was

[Errno 4] IOError: urlopen error (-2, 'Name or service not known')
Error: Cannot find a valid baseurl for repo: core

This is offtopic, but would appreciate any help on this.

Thanks,
Sandeep.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: how to package bonjour windows dll with a pidgin plugin

2009-08-05 Thread Mark Doliner
On Tue, Aug 4, 2009 at 4:54 AM, evanescentcoolnu...@gmail.com wrote:
 Hi,
 I have developed a pidgin plugin for windows which uses mDNS to publish and
 discovery the buddies in a zeroconf manner. Actually its almost like Bonjour
 implementation in pidgin.

Hmm, that's interesting.  Does it use the same protocol as our bonjour
plugin?  Like, are they compatible?  I'm wondering what the reasoning
is for creating a separate plugin.

 Right now in order to work my piding plugin, Apple's Bonjour Toolkit should
 have pre-installed on the machine. But I need to eliminate the step
 installing Bonjour win toolkit by an another run if it not install when I
 install my plugin.

Does your code link against Apple's Bonjour Toolkit?  Or do you just
make DNS queries against their server?  If you link against their
toolkit and you distribute your plugin publicly you would need to make
sure their toolkit is compatible with our GPL license (I feel like it
isn't).

 for your info Now I have created a installer using nsis script for the
 plugin also.
 But My problem is now I need to install both Bonjour win toolkit and my
 plugin by a single installer. How can I do this.
 At the momemnt if Bonjour toolkit is not install when i install my plugin
 then I have to install it later which not a good thing I guess.
 I want to bundle the necessary stuffs(dll, scripts etc etc whatever needed)
 coming with  Bonjour windows tool which are needed for zeroconf publish and
 discovery, with my plugin.

Yeah, including the Bonjour toolkit with your installer sounds like a
very user-friendly approach.  Or maybe your installer could detect
whether the toolkit is already installed, and download+install it if
not.  You may also want to verify that the toolkit's license allows
for you to redistribute it.  I am not familiar with NSIS and can not
help you with this.  If no one else responds, you may want to consider
asking the NSIS community.

-Mark

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

how to package bonjour windows dll with a pidgin plugin

2009-08-04 Thread evanescent
Hi,
I have developed a pidgin plugin for windows which uses mDNS to publish and
discovery the buddies in a zeroconf manner. Actually its almost like Bonjour
implementation in pidgin.
Right now in order to work my piding plugin, Apple's Bonjour Toolkit should
have pre-installed on the machine. But I need to eliminate the step
installing Bonjour win toolkit by an another run if it not install when I
install my plugin.


for your info Now I have created a installer using nsis script for the
plugin also.
But My problem is now I need to install both Bonjour win toolkit and my
plugin by a single installer. How can I do this.
At the momemnt if Bonjour toolkit is not install when i install my plugin
then I have to install it later which not a good thing I guess.
I want to bundle the necessary stuffs(dll, scripts etc etc whatever needed)
coming with  Bonjour windows tool which are needed for zeroconf publish and
discovery, with my plugin.

If you are not clear to answer to above description ok no problem. take it
simple.
what are the necessary files and stuffs in Bonjour windows toolkit that is
needed to mDNS publish and discovery ?
And can I link those into my pinding plugin so that i dnt need to install
Bonjour windows toolkit.



-- 
Thank You.

Regards,

Nuwan
Software Engineer

Lanka Software Foundation
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

probleme Pidgin with bonjour

2009-06-08 Thread balyoa
Hello,

I'm using Bonjour with Pidgin client. I have a problem, all my contacts have
a suffix automatic purple. What it may come?

Thanks.

YB
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour Problems

2009-03-25 Thread Daniel Atallah
On Wed, Mar 25, 2009 at 5:04 PM, Chris Hearns chea...@cmpl.org wrote:
 If I put the user back in the bonjour group and reopen pidgin; it correctly
 sees the user online.

 I can’t just have 50 users in the bonjour group.

 Any idea what is going wrong.


Which version of Pidgin are you using?

As far as I know, this should work correctly (with the caveat that
Richard was referring to where you're not guaranteed that Bob is
always the same person).

-D

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Bonjour conference

2009-03-13 Thread sly sly

Is it possible to have a conference call chat with multiple users at the same 
time using Bonjour? If so, how? If not, is there any other way to participate 
in a conference-chat on a local network only?
_
Windows Live™ Contacts: Organize your contact list. 
http://windowslive.com/connect/post/marcusatmicrosoft.spaces.live.com-Blog-cns!503D1D86EBB2B53C!2285.entry?ocid=TXT_TAGLM_WL_UGC_Contacts_032009
___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Bonjour between 2 PC and also Mac not working

2009-02-15 Thread cnovey
I cannot get any messages through between PC--PC and Mac--PC

They all see each other and show online status but messages and files never
go through- PC gives Unable to send the message, the conversation couldn't
be started.

The Mac shows no error but messages never make it through.

This is all on local network behind NAT router.

Bonjour installed fresh on both PC and rebooted- Pidgin 2.5.4- no software
firewalls in use.

Thanks- 

Clifford

 

 

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: problem starting conversation from PC to Mac with Bonjour

2008-07-16 Thread Panagiotis Spiliotis




Daniel Atallah wrote:

  2008/7/15 Panagiotis Spiliotis [EMAIL PROTECTED]:
  
  
Hello,
I recently installed the latest version of pidgin on a windows PC running XP
and and a mac running Leopard 10.5.
Using Bonjour on both I successully created an account on each computer.

The problem is that the PC can't start a conversation with the mac although
the other around works fine: If the mac starts a conversation it shows up
correctly on the PC and the two computers exchange messages correctly.

The message I get from the PC is "Unable to send the message, the
conversation couldn't be started".

I tried installing the latest version of Java and disabled the firewall but
it' didn't fix the problem.
I also looked into the bug tickets and found

http://developer.pidgin.im/ticket/2022

which is closed. Am I doing something wrong? Is there a way to solve this?

thank you in advance for your time and effort, I really appreciate the work
you have done so far with  the development of pidgin :-)

  
  
Which specific version of Pidgin are you using?  What does the Debug
Log (http://d.pidgin.im/wiki/TipsForBugReports) say when it isn't
working right?

-D

  


On the mac I am using version 1.1.4
and on the PC version 2.4.3

the debug window outputs this:


(09:21:10) bonjour: Starting conversation with [EMAIL PROTECTED]

[EMAIL PROTECTED] is the mac
user

(09:21:10) dnsquery: Performing DNS lookup for 192.168.1.65

(09:21:10) dnsquery: IP resolved for 192.168.1.65

(09:21:10) proxy: Attempting connection to 192.168.1.65

(09:21:10) proxy: Connecting to 192.168.1.65:45588 with no proxy

(09:21:10) proxy: Connection in progress

(09:21:11) proxy: Connected to 192.168.1.65:45588.

(09:21:11) proxy: Error connecting to 192.168.1.65:45588 (Connection
refused.).

(09:21:11) proxy: Connection attempt failed: Connection refused.

(09:21:11) bonjour: Error connecting to buddy [EMAIL PROTECTED] at
192.168.1.65:45588 error: Connection refused.

(09:21:36) prefs: /pidgin/filelocations/last_save_folder changed,
scheduling save.


I hope this helpfull to you



-- 
Panagiotis
Spiliotis 
elix 
t/f: (+30)210.76.10.616-1720 
m: (+30)6973.43.16.25
e: [EMAIL PROTECTED]
w: www.elix.gr





___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: problem starting conversation from PC to Mac with Bonjour [FIXED]

2008-07-16 Thread Panagiotis Spiliotis




Daniel Atallah wrote:

  2008/7/15 Panagiotis Spiliotis [EMAIL PROTECTED]:
  
  
Hello,
I recently installed the latest version of pidgin on a windows PC running XP
and and a mac running Leopard 10.5.
Using Bonjour on both I successully created an account on each computer.

The problem is that the PC can't start a conversation with the mac although
the other around works fine: If the mac starts a conversation it shows up
correctly on the PC and the two computers exchange messages correctly.

The message I get from the PC is "Unable to send the message, the
conversation couldn't be started".

I tried installing the latest version of Java and disabled the firewall but
it' didn't fix the problem.
I also looked into the bug tickets and found

http://developer.pidgin.im/ticket/2022

which is closed. Am I doing something wrong? Is there a way to solve this?

thank you in advance for your time and effort, I really appreciate the work
you have done so far with  the development of pidgin :-)

  
  
Which specific version of Pidgin are you using?  What does the Debug
Log (http://d.pidgin.im/wiki/TipsForBugReports) say when it isn't
working right?

-D

  


On the mac I am using version 1.1.4
and on the PC version 2.4.3

the debug window outputs this:


(09:21:10) bonjour: Starting conversation with [EMAIL PROTECTED]

[EMAIL PROTECTED] is the mac
user

(09:21:10) dnsquery: Performing DNS lookup for 192.168.1.65

(09:21:10) dnsquery: IP resolved for 192.168.1.65

(09:21:10) proxy: Attempting connection to 192.168.1.65

(09:21:10) proxy: Connecting to 192.168.1.65:45588 with no proxy

(09:21:10) proxy: Connection in progress

(09:21:11) proxy: Connected to 192.168.1.65:45588.

(09:21:11) proxy: Error connecting to 192.168.1.65:45588 (Connection
refused.).

(09:21:11) proxy: Connection attempt failed: Connection refused.

(09:21:11) bonjour: Error connecting to buddy [EMAIL PROTECTED] at
192.168.1.65:45588 error: Connection refused.

(09:21:36) prefs: /pidgin/filelocations/last_save_folder changed,
scheduling save.


I hope this helpfull to you



I updated Adium to the latest version and everything works 
fine now. It seems that I had a problem updating adium in the first
place.
Thanks for your time

:-)





___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: problem starting conversation from PC to Mac with Bonjour

2008-07-15 Thread Daniel Atallah
2008/7/15 Panagiotis Spiliotis [EMAIL PROTECTED]:
 Hello,
 I recently installed the latest version of pidgin on a windows PC running XP
 and and a mac running Leopard 10.5.
 Using Bonjour on both I successully created an account on each computer.

 The problem is that the PC can't start a conversation with the mac although
 the other around works fine: If the mac starts a conversation it shows up
 correctly on the PC and the two computers exchange messages correctly.

 The message I get from the PC is Unable to send the message, the
 conversation couldn't be started.

 I tried installing the latest version of Java and disabled the firewall but
 it' didn't fix the problem.
 I also looked into the bug tickets and found

 http://developer.pidgin.im/ticket/2022

 which is closed. Am I doing something wrong? Is there a way to solve this?

 thank you in advance for your time and effort, I really appreciate the work
 you have done so far with  the development of pidgin :-)

Which specific version of Pidgin are you using?  What does the Debug
Log (http://d.pidgin.im/wiki/TipsForBugReports) say when it isn't
working right?

-D

___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Bonjour in Ubuntu and Windows

2008-02-20 Thread Gustavo Adolfo Gomez
Thanks! That was what i had missed checking! Ubuntu 7.10 repositories
don't have the latest Pidgin version yet! 

Greetings!
-Mensaje original-
De: Daniel Atallah [EMAIL PROTECTED]
Para: [EMAIL PROTECTED]
Cc: support@pidgin.im
Asunto: Re: Bonjour in Ubuntu and Windows
Fecha: Wed, 20 Feb 2008 17:01:11 -0500


2008/2/20 Gustavo Adolfo Gomez [EMAIL PROTECTED]:
Hi! I hope anyone can help me on this one!

I'm using Pidgin (2.2.1) in Ubuntu 7.10 and no problems so far,
except that my co-workers are also using Pidgin (2.2.1) in
Windows XP and we talk via Bonjour, but i can't send or receive
files or see their buddy icons. 
Is this some kind of incompability between different OS? Or do i
need something else besides the default options?

Pidgin didn't support Bonjour file transfers until 2.3.0.  Buddy icon
support was added in 2.1.1, but there have been some bugs fixed since,
so you should try with 2.3.1.

-D


___
Support mailing list
Support@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/support