You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Pidgin successfully with Facebook, and notice Pidgin uses this username format:
-100006230325259@chat.facebook.com
100006230325259 is the Facebook id of the person.
Yes, the id contains a - caracter, so I guess it must be escaped so that bash does not interfer with it.
Maybe using the same format in your command line would work better?
I'm using the github master on Ubuntu 12.10.
echo hallo | ./sendxmpp -v -t someother.user@facebook.com
sendxmpp: config: 'password' => 'somepw'
sendxmpp: config: 'component' => 'chat.facebook.com'
sendxmpp: config: 'jserver' => 'chat.facebook.com'
sendxmpp: config: 'port' => '0'
sendxmpp: config: 'username' => 'someuser'
sendxmpp: ssl_verify: 1
sendxmpp: tls_ca_path:
sendxmpp: Connect: 1
No SASL mechanism found
at /usr/share/perl5/Authen/SASL.pm line 77
at /usr/share/perl5/XML/Stream.pm line 2155
/root/.sendxmpprc:
someuser@chat.facebook.com somepw chat.facebook.com
I have installed libauthen-sasl-perl 2.1500-1
In /usr/share/perl5/Authen/SASL/Perl I have:
ANONYMOUS.pm CRAM_MD5.pm DIGEST_MD5.pm EXTERNAL.pm GSSAPI.pm LOGIN.pm PLAIN.pm
Do you have any ideas how to solve this issue?
Thanks!
(Google Talk is working without any problems)
The text was updated successfully, but these errors were encountered: