Re: Problem Installing Pidgin with google talk

2013-05-15 Thread Phil Hannent
Good morning,

The not authorized message is usually that your password is wrong or that
you have 2 factor authentication on your account.

What does the output of the debug window in the help menu tell you about
what is happening?

Regards
Phil Hannent



On 14 May 2013 19:46, Michel Spiero michel.spi...@gmail.com wrote:

 Dear Sirs,

 I am looking for days at the discussions in the forum but nothing solved
 the problem. I get that my user is not authorized. Also, when I send a
 message I get XMPP error (404). I have a Asus and I am working on Windows
 8. How do I solve it?

 best,

 Michel

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

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

Re: pidgin and VPN issues.

2013-05-15 Thread Richard Allen

 Expect gdb backtraces the next time this happens :)

Got them.   And things look a bit diffrent:

#0  0x003b56c0e627 in __libc_send (fd=17, buf=0x1e2f2a0, n=427, flags=-1)
at ../sysdeps/unix/sysv/linux/x86_64/send.c:32
#1  0x0037b5225b8b in pt_Send () from /lib64/libnspr4.so
#2  0x0037b5e1cd5c in ssl_DefSend () from /lib64/libssl3.so
#3  0x0037b5e20e2e in ssl_SendSavedWriteData () from /lib64/libssl3.so
#4  0x0037b5e22240 in ssl_SecureSend () from /lib64/libssl3.so
#5  0x0037b5e26197 in ssl_Write () from /lib64/libssl3.so
#6  0x7f0d6df57b57 in ssl_nss_write (gsc=optimized out, data=optimized 
out, len=optimized out)
at ssl-nss.c:496
#7  0x7f0d7132b294 in transport_write () from /usr/lib64/purple-2/libsipe.so
#8  0x7f0d7132bade in sipe_backend_transport_flush () from 
/usr/lib64/purple-2/libsipe.so
#9  0x7f0d71306230 in sipe_core_deallocate () from 
/usr/lib64/purple-2/libsipe.so
#10 0x7f0d712f3dc2 in sipe_purple_close () from 
/usr/lib64/purple-2/libsipe.so
#11 0x003b6045fee6 in _purple_connection_destroy (gc=0x1fad8c0) at 
connection.c:275
#12 0x003b60446606 in purple_account_disconnect 
(account=account@entry=0x192ce90) at account.c:1284
#13 0x003b6045ebd5 in purple_connection_disconnect_cb (data=0x192ce90,
data@entry=error reading variable: value has been optimized out) at 
connection.c:523
#14 0x003b58c485db in g_timeout_dispatch (source=source@entry=0x1b3d700, 
callback=optimized out,
user_data=optimized out) at gmain.c:4026
#15 0x003b58c47a55 in g_main_dispatch (context=0x1494830) at gmain.c:2715
#16 g_main_context_dispatch (context=context@entry=0x1494830) at gmain.c:3219
#17 0x003b58c47d88 in g_main_context_iterate (context=0x1494830, 
block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at gmain.c:3290
---Type return to continue, or q return to quit---
#18 0x003b58c48182 in g_main_loop_run (loop=0x1c3c7e0) at gmain.c:3484
#19 0x003b6ed4b077 in IA__gtk_main () at gtkmain.c:1257
#20 0x00431491 in main (argc=1, argv=0x7fff65b7df38) at gtkmain.c:934


I did a few contiune's and ctrl+c's but always the same bt.

Step 0 lists fd 17:

[ra@hamburger ~]$ ll /proc/2863/fd/17
lrwx--. 1 ra ra 64 May 14 00:04 /proc/2863/fd/17 - socket:[155804]


This time a socket which makes more sense.  the last time I checked what the fd 
was pidgin had already recovered so perhaps some fd's had been closed and 
reopened throwing off the numbers?

[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill 2863
[ra@hamburger ~]$ kill -9 2863
[ra@hamburger ~]$ kill -9 2863
bash: kill: (2863) - No such process


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


hello

2013-05-15 Thread David Hagler
How can I send and receive pic's and webcam on Pidgen.I use the 
Linux Operating System.

David

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


Re: pidgin and VPN issues.

2013-05-15 Thread Ethan Blanton
Richard Allen spake unto us the following wisdom:
  Expect gdb backtraces the next time this happens :)
 
 Got them.   And things look a bit diffrent:
 #8  0x7f0d7132bade in sipe_backend_transport_flush () from 
 /usr/lib64/purple-2/libsipe.so
 #9  0x7f0d71306230 in sipe_core_deallocate () from 
 /usr/lib64/purple-2/libsipe.so
 #10 0x7f0d712f3dc2 in sipe_purple_close () from 
 /usr/lib64/purple-2/libsipe.so

Unfortunately, Pidgin-SIPE is an unsupported third party plugin.
Without looking too closely, I'm guessing there's an error on the
socket and it's not handling that gracefully.

 I did a few contiune's and ctrl+c's but always the same bt.
 
 Step 0 lists fd 17:
 
 [ra@hamburger ~]$ ll /proc/2863/fd/17
 lrwx--. 1 ra ra 64 May 14 00:04 /proc/2863/fd/17 - socket:[155804]
 
 This time a socket which makes more sense.  the last time I checked
 what the fd was pidgin had already recovered so perhaps some fd's had
 been closed and reopened throwing off the numbers?

Yes, it makes much more sense.  I suspect your analysis is correct.

Ethan

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


Setting Up Pidgin

2013-05-15 Thread Pravin
 

Hi,

I need help in setting up few features in Pidgin 2.10.7

I need to disable other chat tools other than Gtalk and Yahoo Messenger,
also need to know if we can save the chat conversation in our server.

We are using Openfire 3.7.1 version.

Please contact me via email or give me a call to 732-947-4865.

 

Thanks

M.Pravin 

System Administrator

 

India Office :

EP Software Technologies [P] Ltd.,

583/1, Sree Kumaran Salai,

Avinashi Road,

Civil Aerodrome Post,

Coimbatore: 641 014

Tel:  +91 422 3229993

+91 422 3229994

Offices 

New Jersey, Coimbatore

 

 

 

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