I was using a google apps account for the laconica bot, and had all sorts of trouble. occasionally it would lock up the laconica xmpp daemon, and I'd have to actually kill and restart the laconica services to get it back online.
I downloaded and installed ejabberd and in less than ten minutes, I was back online, and it was stable. It hasn't died once since. Using Google Apps Jabber for the bot is not possible AFAIK. Now I use gtalk as a user, to speak to the bot, and that has always worked fine. Sending notices to and receiving notices from both work. It's the main way I use Laconica. On Tue, Jan 13, 2009 at 08:27, Tommie Podzemski <[email protected]> wrote: > Anyone experiencing the same issues? The confirmation-message which is > send to the Jabber/XMPP-account when assigning the account works. But > sending updates/notifications from other people don't. > > Posting notifications works fine. Everything worked fine until somewhere > later November. > > Thanks, > Tommie > > Tommie Podzemski wrote: >> Same problem here. Posting notifications via Jabber works, recieveing >> notifications don't. >> >> Issue started somewhere late November. >> >> Regards, >> Tommie >> >> siddharth pawar wrote: >>> Hi, >>> >>> >>> >>> We have downloaded latest version of Laconica : : >>> http://laconi.ca/trac/wiki/Laconica_0.6.3 >>> <file:///C:\Documents%20and%20Settings\siddharth_pawar\Desktop\Microblogs\:%20http:\laconi.ca\trac\wiki\Laconica_0.6.3>. >>> >>> >>> >>> We have also deployed it successfully on Apache Xampp server and with >>> Mysql as Database. >>> >>> >>> >>> We are facing issues in integrating gTalk with Laconica application. >>> >>> >>> >>> We have performed following Steps. : >>> >>> >>> >>> 1) We used a php class XMPPHP. >>> >>> >>> >>> Step1: We have an existing account at Google Talk which is a >>> Jabber-enabled service. >>> >>> >>> >>> Step2: Downloaded the XMPPHP >>> >>> >>> >>> Step3: In that, opened folder XMPPHP and made following changes in >>> 'sendmessage_example.php' >>> >>> >>> >>> <?php >>> >>> >>> >>> include 'XMPPHP/XMPP.php'; >>> >>> >>> >>> require_once $basepath.'XMPPHP/Log.php'; >>> >>> >>> >>> $username = "MyUserName"; >>> >>> >>> >>> $password = "MyPassword″; >>> >>> >>> >>> $to = "[email protected]"; >>> >>> >>> >>> $message = "This is a sample test message"; >>> >>> >>> >>> $conn = new XMPPHP_XMPP('talk.google.com', 5222, "$username", >>> "$password", 'xmpphp', 'gmail.com', >>> >>> >>> >>> $printlog=false, $loglevel=XMPPHP_Log::LEVEL_INFO); >>> >>> try { >>> >>> $conn->connect(); >>> >>> $conn->processUntil('session_start'); >>> >>> $conn->presence(); >>> >>> $conn->message($to, $message); >>> >>> $conn->disconnect(); >>> >>> } catch(XMPPHP_Exception $e) { >>> >>> die($e->getMessage()); >>> >>> } >>> >>> >>> >>> To not use SSL/TLS encryption if available, set >>> >>> >>> >>> $conn->use_encryption = False; >>> >>> before calling >>> >>> $conn->connect();Now you can test. Enjoy jabber! >>> >>> >>> >>> >>> >>> However its not working. >>> >>> >>> >>> Kindly help to solve this issue ASAP.. >>> >>> >>> >>> Regards, >>> >>> Siddharth >>> >>> >>> >>> DISCLAIMER ========== This e-mail may contain privileged and >>> confidential information which is the property of Persistent Systems >>> Ltd. It is intended only for the use of the individual or entity to >>> which it is addressed. If you are not the intended recipient, you are >>> not authorized to read, retain, copy, print, distribute or use this >>> message. If you have received this communication in error, please notify >>> the sender and delete all copies of this message. Persistent Systems >>> Ltd. does not accept any liability for virus infected mails. >>> >>> >>> ------------------------------------------------------------------------ >>> >>> This body part will be downloaded on demand. >> > _______________________________________________ > 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
