The reason I wasn't using Google Talk for my Jabber bot was that Google truncates/rewrites the end of the resource name, which breaks the xmpp daemon scripts in Laconica. There was probably more to it, but I encountered too many roadblocks trying to use a Google Talk account for my Laconica Jabber bot.
2009/3/24 Patrick Phelan <[email protected]>: > Bjorn, > > Thank you very much. Your email was very helpful. My email and > registration is working again now. Thanks! My next step is to get the > Jabber/XMPP part working. I've got talk enabled with Google and have made > the proper DNS updates. Now time to play around with the config settings. > > Thanks again for your response and the other emails from the team. > > - patrick > > On Tue, Mar 24, 2009 at 11:03 AM, Bjorn Stromberg <[email protected]> > wrote: >> >> Hi Patrick, >> >> I use google apps to host my e-mail and it works great. It was a >> little tricky to set up, here's my mail settings from config.php >> >> $config['mail']['backend'] = 'SMTP'; >> $config['mail']['notifyfrom'] = '"Laconica At Svenbilt" >> <[email protected]>'; >> $config['mail']['domain'] = 'svenbilt.com'; >> $config['mail']['params'] = array ( >> 'host' => 'smtp.gmail.com', >> 'port' => '587', >> 'auth' => true, >> 'username' => '[email protected]', >> 'password' => 'password', >> 'debug' => false >> ); >> >> Hope that helps, >> - Bjorn Stromberg >> >> On Tue, Mar 24, 2009 at 10:27 AM, Patrick Phelan <[email protected]> >> wrote: >> > Hello everyone, >> > >> > I am receiving database error messages when registering new accounts and >> > saving email information. It seems that my email config setup may be >> > incorrect. I am using google apps to host my email. Is anyone else >> > using >> > google apps and having success? >> > >> > -- >> > Patrick_______________________________________________ >> > Laconica-dev mailing list >> > [email protected] >> > http://mail.laconi.ca/mailman/listinfo/laconica-dev >> > > > > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > > _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
