Re: ANNOUNCE: gossip-telepathy branch in Gossip CVS
"Aurélien Naldi" <[email protected]>
| Newsgroups | gmane.comp.gnome.gossip.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/28/06, Eitan Isaacson <[email protected]> wrote: > First of all, a thousand apologies to the people who have been waiting > for this to arrive. I had very little time to work on this in the last > few months. > > Please start complaining about it not compiling/working so we could fix > some of the issues. And please start sending in patches. > The code is not very pretty, there is a _bunch_ of work to be done. > > gossip-telepathy.c needs alot of love and re factoring. but the good > news is we work with Telepathy spec 0.13. > > Telepathy is a compile-time option, so make sure you use > --enable-telepathy. > > As for prerequisites: > telepathy-gabble 0.3.* > libtelepathy 0.3.* > > You could find out how to install those at: > http://telepathy.freedesktop.org/wiki/TelepathySetup > > As for the CVS checkout: > cvs -z3 -d :pserver:[email protected]:/cvs/gnome co -r > TELEPATHY gossip > > Cheers! Hi, Greetings for your work, I have just tried it out (on ubuntu edgy, where telepathy packages are available). I can connect to a "normal" jabber account (with some weird behaviour) but it doesn't work with google talk. The telepathy debug messages show that the connection should be encrypted, can gabble do it now or is it a missing feature/bad config in gossip-telepathy ?? output of LM_DEBUG=net GABBLE_PERSIST=1 telepathy-gabble: ** (telepathy-gabble:11928): DEBUG: started version 0.3.1 ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value [email protected] for param account ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value <hidden> for param password ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value talk.google.com for param server ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value Telepathy for param resource ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 0 for param priority ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 5222 for param port ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 0 for param old-ssl ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 0 for param register ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 0 for param low-bandwidth ** (telepathy-gabble:11928): DEBUG: parse_parameters: using default value for param https-proxy-server ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 443 for param https-proxy-port ** (telepathy-gabble:11928): DEBUG: parse_parameters: using default value for param fallback-conference-server ** (telepathy-gabble:11928): DEBUG: parse_parameters: using default value for param stun-server ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 3478 for param stun-port ** (telepathy-gabble:11928): DEBUG: parse_parameters: accepted value 0 for param ignore-ssl-errors Going to connect to talk.google.com Trying 66.102.11.125 port 5222... Connection success. SEND: ----------------------------------- <?xml version='1.0' encoding='UTF-8'?> ----------------------------------- SEND: ----------------------------------- <stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="gmail.com" id="msg_4"> ----------------------------------- RECV [125]: ----------------------------------- '<stream:stream from="gmail.com" id="X545A3D17C521822A" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">' ----------------------------------- SEND: ----------------------------------- <iq type="get" id="msg_5"> <query xmlns="jabber:iq:auth"> <username>aurelien.naldi</username> </query> </iq> ----------------------------------- RECV [312]: ----------------------------------- '<iq type="error" id="msg_5"> <query xmlns="jabber:iq:auth"> <username>aurelien.naldi</username> </query> <error code="405" type="cancel"><not-allowed xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">Connection must be encrypted.</text></error></iq></stream:stream>' ----------------------------------- SEND: ----------------------------------- <iq type="set" id="msg_6"> <query xmlns="jabber:iq:auth"> <username>aurelien.naldi</username> <resource>Telepathy</resource> </query> </iq> ----------------------------------- ** (telepathy-gabble:11928): DEBUG: connection_disconnected_cb: dereferenced connection -- aurelien naldi