Pidgin's accounts.xml

2012-09-05 Thread Jean-Samuel Christophe
Hi all,

Experimenting with roaming profile sync for applications over multiple
platform I've stumbled upon a quirk (not a bug technically) that is
preventing me from obtaining the desired results with Pidgin.


My setup

host 1
- Linux Debian Squeeze (xfce)
- DropBox ( ~/DropBox)
- Encfs (encfs ~/DropBox/INMTXX/encrypted ~/BoxCryptor)
- Pidgin (ln -s ~/BoxCryptor/profiles/.pidgin/accounts.xml
~/.purple/accounts.xml)

host 2
- Windows 7 x64
- DropBox (c:\Users\dar00st3r\Documents\DropBox)
- BoxCryptor (mounted c:\Users\dar00st3r\Documents\DropBox\INMTXX\encrypted
as z:)
- Pidgin (mklink C:\Users\dar00st3r\AppData\Roaming\.purple\accounts.xml
z:\profiles\.pidgin\accounts.xml)


My Issue

When starting Pidgin (linux or windows) or adding a new account, the
accounts.xml seems to be overwritten by the application (it overwrites the
created symlink and replaces it by a hard copy of the file in the .purple
folder) instead of saving the changes to the linked file. This breaks the
sync process for this specific file and new accounts created in Pidgin are
not propagated to the other clients.

I'm almost sure this has nothing to do with Encfs, BoxCryptor or DropBox as
I've had the same behavior (linux and windows) while removing each element
out of the equation.
Also, using the exact same setup I have successfully synced Pidgin's logs
and certificates folders as well as the sitemanager.xml file for the
FileZilla application (which serves the same purpose than the accounts.xml
file in Pidgin).


My Question

1 - Is there a way to prevent this behavior and have Pidgin save the
accounts.xml file transparently without breaking symlinks?

Please don't hesitate to get back to me if you require more info.

Thanks in advance,

Jean-Samuel

-- 

*Jean-Samuel Christophe*
Route du Jorat, 25
1052 Le Mont-Sur-Lausanne

Mob:   +41 79 634 0348
Email:  j.christo...@gmail.com

Keyserver = None
Key = 4096R/D6DE576B 2009-05-29
Key fingerprint = 1C50 9699 6912 CB6C D083  EA04 6D44 BAC0 D6DE 576B
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Automated Message as soon as anyone joins a chatroom

2012-09-05 Thread Ajay Singh
Hello Everyone,

May i please seek your help on this. I am using latest pidgin version.

We use chatrooms within our organization. Our requirement is that as soon
as anyone joins a chatroom, they should get an automated message that we
draft.

Is it possible

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

Re: Automated Message as soon as anyone joins a chatroom

2012-09-05 Thread Shlomi Fish
Hi Ajay,

On Wed, 5 Sep 2012 19:25:56 +0530
Ajay Singh ajay.scor...@gmail.com wrote:

 Hello Everyone,
 
 May i please seek your help on this. I am using latest pidgin version.
 
 We use chatrooms within our organization. Our requirement is that as
 soon as anyone joins a chatroom, they should get an automated message
 that we draft.
 

I don't know which protocol you are using, but you can normally solve this 
problem
by writing a robot (bot), which will monitor the chatrooms for events.

See for example:

http://perl-begin.org/uses/chat-scripting/

(This is for Perl, there are probably similar resources for other languages).

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
The Human Hacking Field Guide - http://shlom.in/hhfg

XSLT is the worst thing since non‐sliced bread.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

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

Re: Automated Message as soon as anyone joins a chatroom

2012-09-05 Thread Ajay Singh
Hi,

I am using XMPP protocol.

Issue is that i just need 1 time message that any person would get as soon
as he joins a chatroom.

Regards
Ajay

On Wed, Sep 5, 2012 at 7:44 PM, Shlomi Fish shlo...@shlomifish.org wrote:

 Hi Ajay,

 On Wed, 5 Sep 2012 19:25:56 +0530
 Ajay Singh ajay.scor...@gmail.com wrote:

  Hello Everyone,
 
  May i please seek your help on this. I am using latest pidgin version.
 
  We use chatrooms within our organization. Our requirement is that as
  soon as anyone joins a chatroom, they should get an automated message
  that we draft.
 

 I don't know which protocol you are using, but you can normally solve this
 problem
 by writing a robot (bot), which will monitor the chatrooms for events.

 See for example:

 http://perl-begin.org/uses/chat-scripting/

 (This is for Perl, there are probably similar resources for other
 languages).

 Regards,

 Shlomi Fish

 --
 -
 Shlomi Fish   http://www.shlomifish.org/
 The Human Hacking Field Guide - http://shlom.in/hhfg

 XSLT is the worst thing since non‐sliced bread.

 Please reply to list if it's a mailing list post - http://shlom.in/reply .

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

Re: Automated Message as soon as anyone joins a chatroom

2012-09-05 Thread Ajay Singh
Just to clarify. We need this message to flash to the person who joins the
chatroom as an individual ping and not in the chatroom


On Wed, Sep 5, 2012 at 9:01 PM, Ajay Singh ajay.scor...@gmail.com wrote:

 Hi,

 I am using XMPP protocol.

 Issue is that i just need 1 time message that any person would get as soon
 as he joins a chatroom.

 Regards
 Ajay


 On Wed, Sep 5, 2012 at 7:44 PM, Shlomi Fish shlo...@shlomifish.orgwrote:

 Hi Ajay,

 On Wed, 5 Sep 2012 19:25:56 +0530
 Ajay Singh ajay.scor...@gmail.com wrote:

  Hello Everyone,
 
  May i please seek your help on this. I am using latest pidgin version.
 
  We use chatrooms within our organization. Our requirement is that as
  soon as anyone joins a chatroom, they should get an automated message
  that we draft.
 

 I don't know which protocol you are using, but you can normally solve
 this problem
 by writing a robot (bot), which will monitor the chatrooms for events.

 See for example:

 http://perl-begin.org/uses/chat-scripting/

 (This is for Perl, there are probably similar resources for other
 languages).

 Regards,

 Shlomi Fish

 --
 -
 Shlomi Fish   http://www.shlomifish.org/
 The Human Hacking Field Guide - http://shlom.in/hhfg

 XSLT is the worst thing since non‐sliced bread.

 Please reply to list if it's a mailing list post - http://shlom.in/reply.



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

Pidgin and security leaks

2012-09-05 Thread auto59872302
Is it true that Pidgin has a bug that causes it to leak the IP address
and DNS inquiries even when connected to a Tor proxy? Are there any
workarounds? Thanks.

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


jose A

2012-09-05 Thread José Alberto Suarez
Como se usa el programa chaoo responderme

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

Re: Pidgin and security leaks

2012-09-05 Thread Daniel Atallah
On Wed, Sep 5, 2012 at 4:52 PM, auto59872302 auto59872...@hushmail.com wrote:
 Is it true that Pidgin has a bug that causes it to leak the IP address
 and DNS inquiries even when connected to a Tor proxy? Are there any
 workarounds? Thanks.

I believe that you're referring to
http://developer.pidgin.im/ticket/0, which was resolved with the
2.8.0 release.

-D

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


RE: Pidgin and security leaks

2012-09-05 Thread Carrie Smith
Can someone please remove me from this mailing list?
Thank you.

Carrie C. Smith
Accounting Manager
PetFlow, Inc.
1140 Broadway
New York, NY 10001
(347) 344-6284 x 238
car...@petflow.com
http://www.petflow.com/
 Please consider the environment before printing this e-mail.

-Original Message-
From: support-boun...@pidgin.im [mailto:support-boun...@pidgin.im] On Behalf Of 
Daniel Atallah
Sent: Wednesday, September 05, 2012 6:29 PM
To: auto59872302
Cc: support@pidgin.im
Subject: Re: Pidgin and security leaks

On Wed, Sep 5, 2012 at 4:52 PM, auto59872302 auto59872...@hushmail.com wrote:
 Is it true that Pidgin has a bug that causes it to leak the IP address 
 and DNS inquiries even when connected to a Tor proxy? Are there any 
 workarounds? Thanks.

I believe that you're referring to
http://developer.pidgin.im/ticket/0, which was resolved with the
2.8.0 release.

-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: Pidgin and security leaks

2012-09-05 Thread Dave Warren

On 9/5/2012 3:42 PM, Carrie Smith wrote:

Can someone please remove me from this mailing list?
Thank you.



Have you attempted to unsubscribe yourself using the instructions in the 
footer of every single message? -- This usually works, and should let 
you resolve the issue yourself immediately.


Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


--
Dave Warren
http://www.hireahit.com/
http://ca.linkedin.com/in/davejwarren

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