<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1307</id>
	<title>Nabble - Pidgin (Old Gaim)</title>
	<updated>2009-11-14T04:16:31Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Pidgin-(Old-Gaim)-f1307.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pidgin-%28Old-Gaim%29-f1307.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pidgin&lt;/a&gt;&amp;nbsp;is a modular Instant Messaging client capable of using AIM, ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once. 
&lt;br&gt;In the past, Pidgin was called Gaim.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26349551</id>
	<title>Setting status to mobile in libpurple</title>
	<published>2009-11-14T04:16:31Z</published>
	<updated>2009-11-14T04:16:31Z</updated>
	<author>
		<name>michaelcbrook@msn.com</name>
	</author>
	<content type="html">I've been messing with the status and presence functions, but I can't 
&lt;br&gt;seem to give an account the &amp;quot;mobile&amp;quot; status, where others would see the 
&lt;br&gt;little phone icon. &amp;nbsp;Right now, I have:
&lt;br&gt;&lt;br&gt;purple_account_set_status(account, &amp;quot;mobile&amp;quot;, TRUE, &amp;quot;message&amp;quot;, 
&lt;br&gt;status_message, NULL);
&lt;br&gt;&lt;br&gt;but that's not working... Any ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349551&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-status-to-mobile-in-libpurple-tp26349551p26349551.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26348618</id>
	<title>Re: #2466: incorrect tray icon sizes (and clipping)</title>
	<published>2009-11-14T01:48:51Z</published>
	<updated>2009-11-14T01:48:51Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#2466: incorrect tray icon sizes (and clipping)
&lt;br&gt;----------------------+-----------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jgxenite &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;charkins &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.5.8 &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;docklet &amp;nbsp; | &amp;nbsp;
&lt;br&gt;----------------------+-----------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by jithin1987):
&lt;br&gt;&lt;br&gt;&amp;nbsp;Sorry for not mentioning. 22x22 is the desired size. There is no
&lt;br&gt;&amp;nbsp;docklet_height=0 line in the debug messages. The ones I posted are the
&lt;br&gt;&amp;nbsp;only ones.
&lt;br&gt;&lt;br&gt;&amp;nbsp;On session start(reboot one) if I disable the system tray icon and enable
&lt;br&gt;&amp;nbsp;it again the correct size is picked up. These are the docket ones in the
&lt;br&gt;&amp;nbsp;debug window when I do that.
&lt;br&gt;&amp;nbsp;{{{
&lt;br&gt;&amp;nbsp;(15:11:00) docklet: docklet_height=200 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:00) docklet: docklet_height=48 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:19) docklet: docklet_height=48 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:21) docklet: destroyed
&lt;br&gt;&amp;nbsp;(15:11:21) prefs: /pidgin/docklet/show changed, scheduling save.
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=48 - height=200 - width=200
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: created
&lt;br&gt;&amp;nbsp;(15:11:23) prefs: /pidgin/docklet/show changed, scheduling save.
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=200 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=48 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: embedded
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=48 - height=48 - width=48
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=48 - height=22 - width=22
&lt;br&gt;&amp;nbsp;(15:11:23) docklet: docklet_height=22 - height=22 - width=22
&lt;br&gt;&amp;nbsp;}}}
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/2466#comment:43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/2466#comment:43&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26348618&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-2466%3A-Tray-icon-size-wrong-on-session-start%2C-but-correct-after-close-and-re-open-tp12043753p26348618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347988</id>
	<title>Re: (no subject)</title>
	<published>2009-11-14T00:01:56Z</published>
	<updated>2009-11-14T00:01:56Z</updated>
	<author>
		<name>Fenris</name>
	</author>
	<content type="html">On Fri, 13 Nov 2009 18:44:06 -0500
&lt;br&gt;&amp;quot;Anne Kalogritsas&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347988&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;akalogritsas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Thanks for your response. &amp;nbsp;What I meant is when Pidgin is running
&lt;br&gt;&amp;gt; and your boss comes around and you want to hide it but not
&lt;br&gt;&amp;gt; disconnect it. &amp;nbsp;In MSN it's called Boss Protection.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there any such thing for Pidgin.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;There might be something in the plugin pack, see here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://plugins.guifications.org/trac/wiki/PluginPack&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://plugins.guifications.org/trac/wiki/PluginPack&lt;/a&gt;&lt;br&gt;&lt;br&gt;BTW, could you reply to the support mailing list rather than to any
&lt;br&gt;individual. That way the discussions stay on the list and can be seen
&lt;br&gt;by a wider audience. I've Cc'd you as I'm not sure if you're subscribed.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Brian Morrison
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;I am not young enough to know everything&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Oscar Wilde
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347988&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26341725p26347988.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347917</id>
	<title>#10737: Conversation window title</title>
	<published>2009-11-13T23:41:42Z</published>
	<updated>2009-11-13T23:41:42Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10737: Conversation window title
&lt;br&gt;-----------------------------------------------------+----------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;karate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;rekkanoryo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;enhancement &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Component: &amp;nbsp;unclassified &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;window list, conversation window, title &amp;nbsp;| &amp;nbsp;
&lt;br&gt;-----------------------------------------------------+----------------------
&lt;br&gt;&amp;nbsp;I have a conversation window with several tabs open. In the window list
&lt;br&gt;&amp;nbsp;(gtk panel applet) when i receive a message, the flashing button should
&lt;br&gt;&amp;nbsp;display the nickname of the buddy that talked, and not the one that has
&lt;br&gt;&amp;nbsp;focus.
&lt;br&gt;&amp;nbsp;Maybe the title of the conversation window should change, or the tab of
&lt;br&gt;&amp;nbsp;the conversation should become active.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10737&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10737&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10737%3A-Conversation-window-title-tp26347917p26347917.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347857</id>
	<title>Re: #8547: right click view window list not working after moving tab</title>
	<published>2009-11-13T23:29:36Z</published>
	<updated>2009-11-13T23:29:36Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#8547: right click view window list not working after moving tab
&lt;br&gt;-------------------------------------+--------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;gogul2k &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;rekkanoryo &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;unclassified
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.5.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;tab display window list &amp;nbsp;| &amp;nbsp;
&lt;br&gt;-------------------------------------+--------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by karate):
&lt;br&gt;&lt;br&gt;&amp;nbsp;Same here. Not only with right-click. If I move a tab and want to view the
&lt;br&gt;&amp;nbsp;other tab, I have to click it twice.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/8547#comment:4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/8547#comment:4&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-8547%3A-right-click-view-window-list-not-working-after-moving-tab-tp22276235p26347857.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347287</id>
	<title>Re: #10736: Problem configuring pidgin 2.6.3</title>
	<published>2009-11-13T21:12:25Z</published>
	<updated>2009-11-13T21:12:25Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10736: Problem configuring pidgin 2.6.3
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;pierre &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;rekkanoryo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;libpurple 
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&amp;nbsp; * component: &amp;nbsp;unclassified =&amp;gt; libpurple
&lt;br&gt;&lt;br&gt;&lt;br&gt;Old description:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; checking for mono/metadata/object.h... yes
&lt;br&gt;&amp;gt; checking for perl... /usr/local/bin/perl
&lt;br&gt;&amp;gt; checking for Perl compile flags... ok
&lt;br&gt;&amp;gt; checking for libperl... checking for perl_run... no
&lt;br&gt;&amp;gt; checking EXTERN.h usability... yes
&lt;br&gt;&amp;gt; checking EXTERN.h presence... yes
&lt;br&gt;&amp;gt; checking for EXTERN.h... yes
&lt;br&gt;&amp;gt; checking for perl.h... yes
&lt;br&gt;&amp;gt; configure: error:
&lt;br&gt;&amp;gt; Perl development headers not found.
&lt;br&gt;&amp;gt; Use --disable-perl if you do not need Perl scripting support.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&amp;gt; but I have perl 5.11 installed
&lt;br&gt;&lt;br&gt;New description:
&lt;br&gt;&lt;br&gt;&amp;nbsp;{{{
&lt;br&gt;&amp;nbsp;[...]
&lt;br&gt;&amp;nbsp;checking for mono/metadata/object.h... yes
&lt;br&gt;&amp;nbsp;checking for perl... /usr/local/bin/perl
&lt;br&gt;&amp;nbsp;checking for Perl compile flags... ok
&lt;br&gt;&amp;nbsp;checking for libperl... checking for perl_run... no
&lt;br&gt;&amp;nbsp;checking EXTERN.h usability... yes
&lt;br&gt;&amp;nbsp;checking EXTERN.h presence... yes
&lt;br&gt;&amp;nbsp;checking for EXTERN.h... yes
&lt;br&gt;&amp;nbsp;checking for perl.h... yes
&lt;br&gt;&amp;nbsp;configure: error:
&lt;br&gt;&amp;nbsp;Perl development headers not found.
&lt;br&gt;&amp;nbsp;Use --disable-perl if you do not need Perl scripting support.
&lt;br&gt;&amp;nbsp;}}}
&lt;br&gt;&lt;br&gt;&amp;nbsp;but I have perl 5.11 installed
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Perl's development headers are typically packaged separately from the
&lt;br&gt;&amp;nbsp;'perl' executable. &amp;nbsp;For example, in Debian/Ubuntu, they're provided by the
&lt;br&gt;&amp;nbsp;libperl-dev package.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10736#comment:1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10736#comment:1&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10736%3A-Problem-configuring-pidgin-2.6.3-tp26346539p26347287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347253</id>
	<title>Re: #10720: Date change not displayed in XMPP log files spanning multiple days</title>
	<published>2009-11-13T21:02:33Z</published>
	<updated>2009-11-13T21:02:33Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10720: Date change not displayed in XMPP log files spanning multiple days
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;piggin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;deryni &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;libpurple
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;time stamp timestamp date chat window log file logfile &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Replying to [comment:8 piggin]:
&lt;br&gt;&amp;nbsp;&amp;gt; Replying to [comment:7 darkrain42]:
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;gt; What other protocols does it ''not'' occur for? (and are you comparing
&lt;br&gt;&amp;nbsp;chats with IMs?)
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;snip&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;You didn't actually answer the first question in amongst your rant.
&lt;br&gt;&lt;br&gt;&amp;nbsp;And, with all due respect, the second question was valid. I did not know
&lt;br&gt;&amp;nbsp;what assumptions you have or have not made about how logging works. In
&lt;br&gt;&amp;nbsp;fact, the logging is very unified, so comparing one to the other would be
&lt;br&gt;&amp;nbsp;(as a first order approximation) valid.
&lt;br&gt;&lt;br&gt;&amp;nbsp;While it does not directly replicate what you are attempting to
&lt;br&gt;&amp;nbsp;accomplish, the Message Timestamp Formats plugin will allow you to have
&lt;br&gt;&amp;nbsp;date information for every line of chats/IMs.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10720#comment:9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10720#comment:9&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347253&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10720%3A-Date-change-not-displayed-in-XMPP-log-files-spanning-multiple-days-tp26303356p26347253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346539</id>
	<title>#10736: Problem configuring pidgin 2.6.3</title>
	<published>2009-11-13T18:30:05Z</published>
	<updated>2009-11-13T18:30:05Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10736: Problem configuring pidgin 2.6.3
&lt;br&gt;--------------------------+-------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;pierre &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;rekkanoryo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Component: &amp;nbsp;unclassified &amp;nbsp;| &amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------------+-------------------------------------------------
&lt;br&gt;&amp;nbsp;[...]
&lt;br&gt;&amp;nbsp;checking for mono/metadata/object.h... yes
&lt;br&gt;&amp;nbsp;checking for perl... /usr/local/bin/perl
&lt;br&gt;&amp;nbsp;checking for Perl compile flags... ok
&lt;br&gt;&amp;nbsp;checking for libperl... checking for perl_run... no
&lt;br&gt;&amp;nbsp;checking EXTERN.h usability... yes
&lt;br&gt;&amp;nbsp;checking EXTERN.h presence... yes
&lt;br&gt;&amp;nbsp;checking for EXTERN.h... yes
&lt;br&gt;&amp;nbsp;checking for perl.h... yes
&lt;br&gt;&amp;nbsp;configure: error:
&lt;br&gt;&amp;nbsp;Perl development headers not found.
&lt;br&gt;&amp;nbsp;Use --disable-perl if you do not need Perl scripting support.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;but I have perl 5.11 installed
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10736&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10736&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346539&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10736%3A-Problem-configuring-pidgin-2.6.3-tp26346539p26346539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346372</id>
	<title>#10735: [REQEST] Adjust/Resize Text Box in IM Window</title>
	<published>2009-11-13T18:02:20Z</published>
	<updated>2009-11-13T18:02:20Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10735: [REQEST] Adjust/Resize Text Box in IM Window
&lt;br&gt;--------------------------+-------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;7121 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;rekkanoryo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;enhancement &amp;nbsp; | &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Component: &amp;nbsp;unclassified &amp;nbsp;| &amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;textbox &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;--------------------------+-------------------------------------------------
&lt;br&gt;&amp;nbsp;[[Image(&lt;a href=&quot;http://img690.imageshack.us/img690/3761/examplev.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://img690.imageshack.us/img690/3761/examplev.jpg&lt;/a&gt;)]]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;yeah, i like to write in big font because my eyes are bad, but if i do
&lt;br&gt;&amp;nbsp;that, my IM window would somehow push my TEXT box to a minimum... i would
&lt;br&gt;&amp;nbsp;have to click on it to make it reopen so i can see what i'm writing.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Is there like a way to adjust that box? hopefully the picture i provided
&lt;br&gt;&amp;nbsp;will show what i mean..
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10735&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10735&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10735%3A--REQEST--Adjust-Resize-Text-Box-in-IM-Window-tp26346372p26346372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346280</id>
	<title>fatal error</title>
	<published>2009-11-13T17:45:34Z</published>
	<updated>2009-11-13T17:45:34Z</updated>
	<author>
		<name>Hans Krueger</name>
	</author>
	<content type="html">&amp;gt; pidgin
&lt;br&gt;librdf fatal - rdf_query_rasqal.c:1207:librdf_query_rasqal_constructor:
&lt;br&gt;fatal error: failed to initialize rasqal
&lt;br&gt;Aborted
&lt;br&gt;any body have any ideas
&lt;br&gt;running suse 11
&lt;br&gt;KDE
&lt;br&gt;&lt;br&gt;4.3.3
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Hans Krueger
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hanskrueger007@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;registered Linux user 289023
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346280&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fatal-error-tp26346280p26346280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346222</id>
	<title>Re: #10720: Date change not displayed in XMPP log files spanning multiple days</title>
	<published>2009-11-13T17:32:38Z</published>
	<updated>2009-11-13T17:32:38Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10720: Date change not displayed in XMPP log files spanning multiple days
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;piggin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;deryni &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;libpurple
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;time stamp timestamp date chat window log file logfile &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;Changes (by piggin):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;pending =&amp;gt; new
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Replying to [comment:7 darkrain42]:
&lt;br&gt;&amp;nbsp;&amp;gt; What other protocols does it ''not'' occur for? (and are you comparing
&lt;br&gt;&amp;nbsp;chats with IMs?)
&lt;br&gt;&lt;br&gt;&amp;nbsp;Here's a list of all the protocols available in my Pidgin that are not
&lt;br&gt;&amp;nbsp;XMPP: AIM, Bonjour, Gadu-Gadu, GroupWise, ICQ, IRC, MSN, MySpaceIM, QQ,
&lt;br&gt;&amp;nbsp;SILC, SIMPLE, Sametime, Yahoo, Zephyr.
&lt;br&gt;&lt;br&gt;&amp;nbsp;And no, I'm not comparing chats to IMs. Such a comparison would be
&lt;br&gt;&amp;nbsp;irrelevant, as the two may indeed be managed differently, which would
&lt;br&gt;&amp;nbsp;render the argument in my previous message invalid. It would be like
&lt;br&gt;&amp;nbsp;comparing apples to oranges, although this analogy does not do justice to
&lt;br&gt;&amp;nbsp;the difference between chats and IMs, as it always makes sense to compare
&lt;br&gt;&amp;nbsp;apples to oranges when a fair comparison is made (for example one prefers
&lt;br&gt;&amp;nbsp;oranges because one finds good oranges better than good apples, and
&lt;br&gt;&amp;nbsp;average oranges better than average apples, and bad oranges better than
&lt;br&gt;&amp;nbsp;bad apples; as you can see, the comparison makes sense because similar-
&lt;br&gt;&amp;nbsp;quality products are compared based on the same person's taste), whereas
&lt;br&gt;&amp;nbsp;comparing chats to IMs with respect to my reported bug is invalid and
&lt;br&gt;&amp;nbsp;useless (not to emphasize that it would be a broken bug report, if not
&lt;br&gt;&amp;nbsp;pretty dumb).
&lt;br&gt;&lt;br&gt;&amp;nbsp;In other words, I'm comparing IMs to IMs and chats to chats, both of which
&lt;br&gt;&amp;nbsp;don't work with XMPP, while they both work (and always have, to my
&lt;br&gt;&amp;nbsp;testing) with other protocols *on the same Pidgin*.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10720#comment:8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10720#comment:8&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10720%3A-Date-change-not-displayed-in-XMPP-log-files-spanning-multiple-days-tp26303356p26346222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26346048</id>
	<title>Re: #10705: failure to reconnect upon resume from sleep</title>
	<published>2009-11-13T17:04:32Z</published>
	<updated>2009-11-13T17:04:32Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10705: failure to reconnect upon resume from sleep
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;lobudgt &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;datallah &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;winpidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;Description changed by lobudgt:
&lt;br&gt;&lt;br&gt;Old description:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I get a failure to reconnect upon resume from sleep nearly 100% of the
&lt;br&gt;&amp;gt; time. &amp;nbsp;I have Vista Home Premium, latest version of Pidgin 2.6.3, clean
&lt;br&gt;&amp;gt; install (only what comes with the software installed). &amp;nbsp;I have had this
&lt;br&gt;&amp;gt; problem with three releases of Pidgin, including 2.5.5, 2.5.8 and 2.6.3.
&lt;br&gt;&amp;gt; FYI - no Google Talk, whatever that is. &amp;nbsp;I saw a lot of reference to it
&lt;br&gt;&amp;gt; in Ticket #5024.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was a bit shocked by my stupidity, as I discovered after adding my
&lt;br&gt;&amp;gt; attachment, that it held oodles of private info. &amp;nbsp;It would sure be nice
&lt;br&gt;&amp;gt; if there were a way to create a debug log file without compromising
&lt;br&gt;&amp;gt; privacy. &amp;nbsp;I edited it after much time, and to the best of my abilities.
&lt;br&gt;&amp;gt; FYI- Four X's are substituted for each bit of private info.
&lt;/div&gt;&lt;br&gt;New description:
&lt;br&gt;&lt;br&gt;&amp;nbsp;As previously indicated by others in the closed &amp;quot;Ticket #5024.&amp;quot; &amp;nbsp;I get a
&lt;br&gt;&amp;nbsp;failure to reconnect upon resume from sleep nearly 100% of the time. &amp;nbsp;I
&lt;br&gt;&amp;nbsp;have Vista Home Premium, latest version of Pidgin 2.6.3, clean install
&lt;br&gt;&amp;nbsp;(only what comes with the software installed). &amp;nbsp;I have had this problem
&lt;br&gt;&amp;nbsp;with three releases of Pidgin, including 2.5.5, 2.5.8 and 2.6.3. &amp;nbsp;FYI - no
&lt;br&gt;&amp;nbsp;Google Talk, whatever that is. &amp;nbsp;I saw a lot of reference to it in Ticket
&lt;br&gt;&amp;nbsp;#5024.
&lt;br&gt;&lt;br&gt;&amp;nbsp;I was a bit shocked by my stupidity, as I discovered after adding my
&lt;br&gt;&amp;nbsp;attachment, that it held oodles of private info. &amp;nbsp;It would sure be nice if
&lt;br&gt;&amp;nbsp;there were a way to create a debug log file without compromising privacy.
&lt;br&gt;&amp;nbsp;I edited it after much time, and to the best of my abilities. &amp;nbsp;FYI- Four
&lt;br&gt;&amp;nbsp;X's are substituted for each bit of private info.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10705#comment:4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10705#comment:4&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26346048&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10705%3A-Ticket--5024-doesn%27t-seem-fixed-to-me-tp26278761p26346048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26345200</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T15:26:57Z</published>
	<updated>2009-11-13T15:26:57Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:12&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26345200&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26345200.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344918</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T14:59:16Z</published>
	<updated>2009-11-13T14:59:16Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by jsled):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;pending =&amp;gt; new
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Sound Method=Automatic, which I'd guess is alsa; no PA here, yet. &amp;nbsp;I'll
&lt;br&gt;&amp;nbsp;disable sounds and give it a go.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:11&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344918&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26344918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344774</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T14:48:32Z</published>
	<updated>2009-11-13T14:48:32Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;What sound method are you using? If you disable all sounds (or use an
&lt;br&gt;&amp;nbsp;external command), does the leak stop?
&lt;br&gt;&lt;br&gt;&amp;nbsp;Are you using PulseAudio? If so, what version?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:10&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26344774.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344558</id>
	<title>Re: (no subject)</title>
	<published>2009-11-13T14:28:47Z</published>
	<updated>2009-11-13T14:28:47Z</updated>
	<author>
		<name>Fenris</name>
	</author>
	<content type="html">On Fri, 13 Nov 2009 14:03:32 -0500
&lt;br&gt;Anne &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;akalogritsas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Is there a privacy mode or boss protection option on pidgin?
&lt;br&gt;&lt;br&gt;That depends what you mean, if you want encrypted communications then
&lt;br&gt;the Off The Record plugin will do what you want.
&lt;br&gt;&lt;br&gt;See &lt;a href=&quot;http://www.cypherpunks.ca/otr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cypherpunks.ca/otr&lt;/a&gt;, I assume you're using Windows, there
&lt;br&gt;is a downloadable installer here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cypherpunks.ca/otr/binaries/windows/pidgin-otr-3.2.0-1.exe&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cypherpunks.ca/otr/binaries/windows/pidgin-otr-3.2.0-1.exe&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Brian Morrison
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;I am not young enough to know everything&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Oscar Wilde
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344558&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26341725p26344558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344525</id>
	<title>Re: MSN wont run on 2.6.3</title>
	<published>2009-11-13T14:26:36Z</published>
	<updated>2009-11-13T14:26:36Z</updated>
	<author>
		<name>Daniel Atallah-2</name>
	</author>
	<content type="html">On Fri, Nov 13, 2009 at 16:23, Keith Judkins &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344525&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;keith.judkins@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I get a connection refused from MSN only. I mirrored the setup I have at
&lt;br&gt;&amp;gt; home, but it just won't connect here at work. I don't have any idea if a
&lt;br&gt;&amp;gt; build/rebuild will work. That was just a solution I found.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Please reply to the list, not to me directly.
&lt;br&gt;&lt;br&gt;Rebuilding isn't going to help - the source will be the same as what
&lt;br&gt;you're already using.
&lt;br&gt;&lt;br&gt;You're going to need to provide information about why it isn't
&lt;br&gt;connecting before anyone can help with your connection issue.
&lt;br&gt;See &lt;a href=&quot;http://d.pidgin.im/wiki/TipsForBugReports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://d.pidgin.im/wiki/TipsForBugReports&lt;/a&gt;&amp;nbsp;for information on how
&lt;br&gt;to gather debug output.
&lt;br&gt;&lt;br&gt;-D
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344525&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MSN-wont-run-on-2.6.3-tp26343625p26344525.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343696</id>
	<title>Re: MSN wont run on 2.6.3</title>
	<published>2009-11-13T13:18:20Z</published>
	<updated>2009-11-13T13:18:20Z</updated>
	<author>
		<name>Daniel Atallah-2</name>
	</author>
	<content type="html">On Fri, Nov 13, 2009 at 16:12, Keith Judkins &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;keith.judkins@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I found the below link looking for solutions and it seems like a long drawn
&lt;br&gt;&amp;gt; out process. It would be easier to just run pidgin and the msn clients
&lt;br&gt;&amp;gt; simultaneously then go through that. Is it the only solution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://developer.pidgin.im/wiki/BuildingWinPidgin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/wiki/BuildingWinPidgin&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;What is the specific problem you're having?
&lt;br&gt;&lt;br&gt;Why do you think that building Pidgin yourself fix whatever problem that is?
&lt;br&gt;&lt;br&gt;-D
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343696&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MSN-wont-run-on-2.6.3-tp26343625p26343696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343625</id>
	<title>MSN wont run on 2.6.3</title>
	<published>2009-11-13T13:12:12Z</published>
	<updated>2009-11-13T13:12:12Z</updated>
	<author>
		<name>Keith Judkins</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PostalCode&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;State&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I found the below link looking for solutions and it seems
like a long drawn out process. It would be easier to just run pidgin and the
msn clients simultaneously then go through that. Is it the only solution?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;http://developer.pidgin.im/wiki/BuildingWinPidgin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=1 color=navy face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:navy;font-weight:bold'&gt;____________________________&lt;br&gt;
Keith Judkins&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=1 color=navy face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:navy'&gt;&lt;br&gt;
IT&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;strong&gt;&lt;b&gt;&lt;i&gt;&lt;font size=2 color=&quot;#0189b4&quot; face=&quot;Arial Black&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Black&quot;;color:#0189B4;font-style:
italic'&gt;VT&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/strong&gt; &lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:gray'&gt;Milcom&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Arial&gt;&lt;span style='font-size:8.0pt;
font-family:Arial;color:gray'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A Business Unit of&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;
&lt;strong&gt;&lt;b&gt;&lt;i&gt;&lt;font size=2 color=&quot;#0189b4&quot; face=&quot;Arial Black&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Black&quot;;color:#0189B4;font-style:
italic'&gt;VT&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/strong&gt; &lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:gray'&gt;Group&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;br&gt;
&lt;st1:Street w:st=&quot;on&quot;&gt;&lt;st1:address w:st=&quot;on&quot;&gt;&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:black'&gt;3185
  Industry Drive&lt;/span&gt;&lt;/font&gt;&lt;/st1:address&gt;&lt;/st1:Street&gt;&lt;font color=blue&gt;&lt;span style='color:blue'&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
  color:black'&gt;North Charleston&lt;/span&gt;&lt;/font&gt;&lt;/st1:City&gt;&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
 color:black'&gt;, &lt;st1:State w:st=&quot;on&quot;&gt;SC&lt;/st1:State&gt;&amp;nbsp;&lt;st1:PostalCode w:st=&quot;on&quot;&gt;29418&lt;/st1:PostalCode&gt;&lt;/span&gt;&lt;/font&gt;&lt;/st1:place&gt;&lt;br&gt;
&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:
Arial;color:black'&gt;(843) 767-1442 Office &lt;/span&gt;&lt;/font&gt;&lt;br&gt;
&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:
Arial;color:black'&gt;(843) 813-8335 Cell &lt;br&gt;
&lt;a href=&quot;www.vtmilcom.com&quot; title=www.vtmilcom.com target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.vtmilcom.com&lt;/a&gt;&amp;nbsp;&amp;nbsp;
&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;strong&gt;&lt;b&gt;&lt;i&gt;&lt;font size=2 color=&quot;#0189b4&quot; face=&quot;Arial Black&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Black&quot;;color:#0189B4;font-style:
italic'&gt;VT&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/strong&gt;&lt;em&gt;&lt;i&gt;&lt;font color=&quot;#0189b4&quot; face=&quot;Times New Roman&quot;&gt;&lt;span style='color:#0189B4'&gt; &lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
color:gray'&gt;Milcom&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#7f8485&quot; face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:8.0pt;color:#7F8485'&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#7f8485&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:#7F8485'&gt;is: &amp;quot;Passionate
about &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#0080c0&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:#0080C0'&gt;PEOPLE&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#7f8485&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:
Arial;color:#7F8485'&gt;,&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#0080c0&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
color:#0080C0'&gt;PARTNERING&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#7f8485&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
color:#7F8485'&gt; and&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#0080c0&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
color:#0080C0'&gt;PERFORMANCE&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=&quot;#7f8485&quot; face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;
color:#7F8485'&gt;!&amp;quot;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=black face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial;color:black'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=navy face=Arial&gt;&lt;span style='font-size:6.0pt;font-family:Arial;color:navy'&gt;&lt;class=MsoNormal&gt;&lt;class=MsoNormal&gt;&lt;class=MsoNormal&gt;&lt;class=MsoNormal&gt;&lt;class=MsoNormal&gt;Attention:&amp;nbsp;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=navy face=Arial&gt;&lt;span style='font-size:6.0pt;font-family:Arial;color:navy'&gt;The information contained
in this message and or attachments is intended only for the person or entity to
which it is addressed and may contain business sensitive and/or privileged
material.&amp;nbsp; Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in error,
please contact the sender and delete the material from any system and destroy
any copies.&lt;/span&gt;&lt;/font&gt;&lt;font size=1 color=navy face=Arial&gt;&lt;span style='font-size:6.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MSN-wont-run-on-2.6.3-tp26343625p26343625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343013</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T12:24:40Z</published>
	<updated>2009-11-13T12:24:40Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by jsled):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;pending =&amp;gt; new
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:8#comment:&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:8#comment:&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343013&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26343013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342893</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T12:16:48Z</published>
	<updated>2009-11-13T12:16:48Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp;Replying to [comment:5 darkrain42]:
&lt;br&gt;&amp;nbsp;&amp;gt; Could you run `lsof -p $(pidof pidgin) -i` and attach the output of
&lt;br&gt;&amp;nbsp;that, please?
&lt;br&gt;&lt;br&gt;&amp;nbsp;Apparently the PID selector doesn't work when -i is also specified (at
&lt;br&gt;&amp;nbsp;least on my system), so you can add a &amp;quot;| grep pidgin&amp;quot; in there, instead.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:7&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26342893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342842</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T12:13:31Z</published>
	<updated>2009-11-13T12:13:31Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * owner: &amp;nbsp;=&amp;gt; darkrain42
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:6&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342842&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26342842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342841</id>
	<title>Re: #10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.</title>
	<published>2009-11-13T12:13:22Z</published>
	<updated>2009-11-13T12:13:22Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10727: pidgin leaks sockets, stops logging, opening urls, connecting, &amp;c.
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jsled &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;pidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Could you run `lsof -p $(pidof pidgin) -i` and attach the output of that,
&lt;br&gt;&amp;nbsp;please?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10727#comment:5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10727#comment:5&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10727%3A-pidgin-leaks-sockets%2C-stops-logging%2C-opening-urls%2C-connecting%2C--c.-tp26324551p26342841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342812</id>
	<title>Re: #10734: Yahoo /buzz doesn't work</title>
	<published>2009-11-13T12:11:19Z</published>
	<updated>2009-11-13T12:11:19Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10734: Yahoo /buzz doesn't work
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;rats &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;sulabh.dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;Yahoo!/Yahoo! JAPAN
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------+-------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * owner: &amp;nbsp;rekkanoryo =&amp;gt; sulabh.dev
&lt;br&gt;&amp;nbsp; * component: &amp;nbsp;unclassified =&amp;gt; Yahoo!/Yahoo! JAPAN
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10734#comment:1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10734#comment:1&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10734%3A-Yahoo--buzz-doesn%27t-work-tp26336721p26342812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342805</id>
	<title>Re: #10720: Date change not displayed in XMPP log files spanning multiple days</title>
	<published>2009-11-13T12:10:43Z</published>
	<updated>2009-11-13T12:10:43Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10720: Date change not displayed in XMPP log files spanning multiple days
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;piggin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;deryni &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;libpurple
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;time stamp timestamp date chat window log file logfile &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Replying to [comment:6 piggin]:
&lt;br&gt;&amp;nbsp;&amp;gt; But then it's strange that this should happen only with XMPP. It's like
&lt;br&gt;&amp;nbsp;some protocols have their own log management. So that's why I assumed it
&lt;br&gt;&amp;nbsp;was an XMPP problem. (Corrected.)
&lt;br&gt;&lt;br&gt;&amp;nbsp;What other protocols does it ''not'' occur for? (and are you comparing
&lt;br&gt;&amp;nbsp;chats with IMs?)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10720#comment:7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10720#comment:7&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342805&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10720%3A-Date-change-not-displayed-in-XMPP-log-files-spanning-multiple-days-tp26303356p26342805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342769</id>
	<title>Re: #9922: Crash on Quit</title>
	<published>2009-11-13T12:07:46Z</published>
	<updated>2009-11-13T12:07:46Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#9922: Crash on Quit
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;rotanid &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;winpidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.1 &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Debug log is different from the crash report, yes.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/9922#comment:33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/9922#comment:33&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-9922%3A-Crash-on-Quit-tp24993690p26342769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342653</id>
	<title>Re: #10723: To add a RSS feed for the ChangeLog page</title>
	<published>2009-11-13T12:01:17Z</published>
	<updated>2009-11-13T12:01:17Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10723: To add a RSS feed for the ChangeLog page
&lt;br&gt;-----------------------------------------+----------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;domarilac &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;kstange
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;task &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;closed 
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;webpage
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp;wontfix
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;add RSS feed ChangeLog page &amp;nbsp;| &amp;nbsp;
&lt;br&gt;-----------------------------------------+----------------------------------
&lt;br&gt;&lt;br&gt;Comment(by fiola):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I am equally interested by the idea of domarilac !
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10723#comment:4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10723#comment:4&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342653&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10723%3A-To-add-a-RSS-feed-for-the-ChangeLog-page-tp26308091p26342653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342353</id>
	<title>Re: #9922: Crash on Quit</title>
	<published>2009-11-13T11:43:30Z</published>
	<updated>2009-11-13T11:43:30Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#9922: Crash on Quit
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;rotanid &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;winpidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.1 &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;Changes (by rotanid):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;pending =&amp;gt; new
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;is this different from what i already attached?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/9922#comment:32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/9922#comment:32&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342353&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-9922%3A-Crash-on-Quit-tp24993690p26342353.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342268</id>
	<title>Re: #10720: Date change not displayed in XMPP log files spanning multiple days</title>
	<published>2009-11-13T11:37:45Z</published>
	<updated>2009-11-13T11:37:45Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10720: Date change not displayed in XMPP log files spanning multiple days
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;piggin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;deryni &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;libpurple
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;time stamp timestamp date chat window log file logfile &amp;nbsp;| &amp;nbsp;
&lt;br&gt;--------------------------------------------------------------------+-------
&lt;br&gt;&lt;br&gt;Comment(by piggin):
&lt;br&gt;&lt;br&gt;&amp;nbsp;But then it's strange that this should happen only with XMPP. It's like
&lt;br&gt;&amp;nbsp;some protocols have their own log management. So that's why I assumed it
&lt;br&gt;&amp;nbsp;was an XMPP problem. (Corrected.)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10720#comment:6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10720#comment:6&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10720%3A-Date-change-not-displayed-in-XMPP-log-files-spanning-multiple-days-tp26303356p26342268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342155</id>
	<title>Re: #9922: Crash on Quit</title>
	<published>2009-11-13T11:30:55Z</published>
	<updated>2009-11-13T11:30:55Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#9922: Crash on Quit
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;rotanid &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;pending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;winpidgin (gtk)
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.1 &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------+------------------------------------------------------
&lt;br&gt;Changes (by darkrain42):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; pending
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Could you attach a
&lt;br&gt;&amp;nbsp;[&lt;a href=&quot;http://developer.pidgin.im/wiki/TipsForBugReports#ObtainingaDebugLog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/wiki/TipsForBugReports#ObtainingaDebugLog&lt;/a&gt;&lt;br&gt;&amp;nbsp;debug log output] from when you quit and it crashes?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/9922#comment:31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/9922#comment:31&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342155&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-9922%3A-Crash-on-Quit-tp24993690p26342155.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341757</id>
	<title>Re: #10287: disappearing gtalk buddy icon</title>
	<published>2009-11-13T11:03:58Z</published>
	<updated>2009-11-13T11:03:58Z</updated>
	<author>
		<name>Pidgin</name>
	</author>
	<content type="html">#10287: disappearing gtalk buddy icon
&lt;br&gt;-----------------------+----------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;migoverde &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owner: &amp;nbsp;darkrain42 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;defect &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp;closed &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Milestone: &amp;nbsp;2.6.4 &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Component: &amp;nbsp;Google Talk
&lt;br&gt;&amp;nbsp; Version: &amp;nbsp;2.6.2 &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Resolution: &amp;nbsp;fixed &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;-----------------------+----------------------------------------------------
&lt;br&gt;Changes (by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341757&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;darkrain42@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; closed
&lt;br&gt;&amp;nbsp; * resolution: &amp;nbsp;=&amp;gt; fixed
&lt;br&gt;&amp;nbsp; * milestone: &amp;nbsp;=&amp;gt; 2.6.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;(In [dbaf898ed87f7d5508c202ad58882dfb4abb9072]):[[BR]]
&lt;br&gt;&amp;nbsp;jabber: Go back to not overwriting avatars if there is not one locally
&lt;br&gt;&amp;nbsp;set.
&lt;br&gt;&lt;br&gt;&amp;nbsp;This isn't quite right yet, because we need to pick up the hash and
&lt;br&gt;&amp;nbsp;advertise
&lt;br&gt;&amp;nbsp;it in our presence.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Fixes #10287.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://developer.pidgin.im/ticket/10287#comment:5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.pidgin.im/ticket/10287#comment:5&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin &amp;lt;&lt;a href=&quot;http://pidgin.im&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im&lt;/a&gt;&amp;gt;
&lt;br&gt;Pidgin
&lt;br&gt;_______________________________________________
&lt;br&gt;Tracker mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341757&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tracker@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/tracker&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin---Tracker-f22655.html&quot; embed=&quot;fixTarget[22655]&quot; target=&quot;_top&quot; &gt;Pidgin - Tracker&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-10287%3A-disappearing-gtalk-buddy-icon-tp25409111p26341757.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341725</id>
	<title>(no subject)</title>
	<published>2009-11-13T11:02:59Z</published>
	<updated>2009-11-13T11:02:59Z</updated>
	<author>
		<name>Anne-36</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#3333ff&quot;&gt;
&lt;font size=&quot;+1&quot;&gt;&lt;font face=&quot;Comic Sans MS&quot;&gt;Is there a privacy mode or
boss protection option on pidgin?&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;/font&gt;&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341725&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26341725p26341725.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341181</id>
	<title>RE: pidgin 2.6.3 misbehaves with chat rooms</title>
	<published>2009-11-13T10:31:06Z</published>
	<updated>2009-11-13T10:31:06Z</updated>
	<author>
		<name>Julia Malkin</name>
	</author>
	<content type="html">I get disconnected from the chat room only but still stay connected to the server.
&lt;br&gt;The protocol is AIM. 
&lt;br&gt;&lt;br&gt;~ Julia
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.atallah@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341181&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.atallah@...&lt;/a&gt;] On Behalf Of Daniel Atallah
&lt;br&gt;Sent: Friday, November 13, 2009 1:24 PM
&lt;br&gt;To: Julia Malkin
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341181&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;
&lt;br&gt;Subject: Re: pidgin 2.6.3 misbehaves with chat rooms
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 13:06, Julia Malkin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341181&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmalkin@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello dear support,
&lt;br&gt;&amp;gt; Please help me or I will personally feel very offended -- pidgin 
&lt;br&gt;&amp;gt; rejects me from chatrooms.
&lt;br&gt;&amp;gt; My team uses a chat room. Once someone invites me, I accept the 
&lt;br&gt;&amp;gt; invitation, but then after 3 or so minutes, it tells me that I was disconnected.
&lt;br&gt;&amp;gt; I cannot rejoin the chat room. This has been very frustrating and also 
&lt;br&gt;&amp;gt; affects me psychologically -- I don't like to be rejected this way.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I cannot find a way to join the chatroom. I also notice that others 
&lt;br&gt;&amp;gt; have a side bar (when the chat room window is open) that shows who is present.
&lt;br&gt;&amp;gt; I don't have it either. Please help,
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Which protocol (AIM/XMPP/MSN) &amp;nbsp;are you seeing this with?
&lt;br&gt;&lt;br&gt;Do you get disconnected from the server or just from the chat room?
&lt;br&gt;&lt;br&gt;-D
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341181&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pidgin-2.6.3-misbehaves-with-chat-rooms-tp26323467p26341181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341143</id>
	<title>Re: (no subject)</title>
	<published>2009-11-13T10:28:16Z</published>
	<updated>2009-11-13T10:28:16Z</updated>
	<author>
		<name>Daniel Atallah-2</name>
	</author>
	<content type="html">On Fri, Nov 13, 2009 at 08:52, Kally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kallykally@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; First of all I would like to thank you for a great product.  I love Pidgin
&lt;br&gt;&amp;gt; and it works well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have one question though that I cannot seem to find a response to.  One of
&lt;br&gt;&amp;gt; my contact is off but it always shows that he is on, which makes it really
&lt;br&gt;&amp;gt; hard to figure out whether he really is online or not.  He does have a
&lt;br&gt;&amp;gt; mobile and not sure if that is the reason why it indicates that he is online
&lt;br&gt;&amp;gt; as I guess he can receive my messages on his cell but that is an extra
&lt;br&gt;&amp;gt; charge and don't want to do that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a setting somewhere that I need to change to make his show offline
&lt;br&gt;&amp;gt; when he is offline?
&lt;/div&gt;&lt;br&gt;I assume you're using MSN with this buddy because this is an issue
&lt;br&gt;that has come up before.
&lt;br&gt;&lt;br&gt;There is no setting that would make Pidgin consider users who are
&lt;br&gt;online only via their Mobile phone to be offline.
&lt;br&gt;&lt;br&gt;We know the current behavior isn't great and this is something that we
&lt;br&gt;hope to improve.
&lt;br&gt;&lt;br&gt;In the mean time, you can look at the emblems at the right side of the
&lt;br&gt;buddy list - you should be able to see a mobile phone emblem to
&lt;br&gt;indicate that the user is connected via a mobile phone.
&lt;br&gt;&lt;br&gt;-D
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341143&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26336900p26341143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341077</id>
	<title>Re: pidgin 2.6.3 misbehaves with chat rooms</title>
	<published>2009-11-13T10:24:18Z</published>
	<updated>2009-11-13T10:24:18Z</updated>
	<author>
		<name>Daniel Atallah-2</name>
	</author>
	<content type="html">On Thu, Nov 12, 2009 at 13:06, Julia Malkin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341077&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmalkin@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello dear support,
&lt;br&gt;&amp;gt; Please help me or I will personally feel very offended -- pidgin rejects me
&lt;br&gt;&amp;gt; from chatrooms.
&lt;br&gt;&amp;gt; My team uses a chat room. Once someone invites me, I accept the invitation,
&lt;br&gt;&amp;gt; but then after 3 or so minutes, it tells me that I was disconnected.
&lt;br&gt;&amp;gt; I cannot rejoin the chat room. This has been very frustrating and also
&lt;br&gt;&amp;gt; affects me psychologically -- I don't like to be rejected this way.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I cannot find a way to join the chatroom. I also notice that others have a
&lt;br&gt;&amp;gt; side bar (when the chat room window is open) that shows who is present.
&lt;br&gt;&amp;gt; I don't have it either. Please help,
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Which protocol (AIM/XMPP/MSN) &amp;nbsp;are you seeing this with?
&lt;br&gt;&lt;br&gt;Do you get disconnected from the server or just from the chat room?
&lt;br&gt;&lt;br&gt;-D
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341077&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Support@...&lt;/a&gt; mailing list
&lt;br&gt;Want to unsubscribe? &amp;nbsp;Use this link:
&lt;br&gt;&lt;a href=&quot;http://pidgin.im/cgi-bin/mailman/listinfo/support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pidgin.im/cgi-bin/mailman/listinfo/support&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Pidgin-Support-List-f26970.html&quot; embed=&quot;fixTarget[26970]&quot; target=&quot;_top&quot; &gt;Pidgin Support List&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pidgin-2.6.3-misbehaves-with-chat-rooms-tp26323467p26341077.html" />
</entry>

</feed>
