Kurztipp: Bot reconnect statusnet

Setzt man status.net 1.1.0 ein und nutzt den xmpp Bot, hat man eventuell das Problem, dass der Bot alle zwei Minuten reconnected. Abhilfe hat bei mir ein hoch setzen des Wertes PING_INTERVAL in der Datei  /plugins/Xmpp/xmppmanager.php gebracht. Zusätzlich habe ich auch die xmpp resource direkt in der config.php gesetzt  also:

$config['xmpp']['resource'] = 'cabal';

Innerhalb der xmpp  addPlugin Sektion der Datei findet  man den Eintrag auch nochmal. Erst danach hat der Bot richtig funktioniert und  Nachrichten von followern gesendet und auch eigene via xmpp gepostete Nachrichten zur Bestätigung an den Absender geschickt. Natürlich gibt es da noch etliche andere Bugs, aber ich bin schon froh, dass der Bot jetzt an sich gut funktioniert, da spare ich mir vielleicht doch die xmpp -> WordPress Lösung.

StautsNet 0.9.7

Ja Laconica fand ich besser aber egal. Mexdc laeuft jetzt auf jeden Fall mit der neuen Version

 

Notable changes this version:

– GroupPrivateMessage plugin lets users send private messages
to a group. (Similar to „private groups“ on Yammer.)
– Support for Twitter streaming API in Twitter bridge plugin
– Support for a new Activity Streams-based API using AtomPub, allowing
richer API data. See http://status.net/wiki/AtomPub for details.
– Unified Facebook plugin, replacing previous Facebook application
and Facebook Connect plugin.
– A plugin to send out a daily summary email to network users.
– In-line thumbnails of some attachments (video, images) and oEmbed objects.
– Local copies of remote profiles to let moderators manage OStatus users.
– Upgrade upstream JS, minify everything.
– Allow pushing plugin JS, CSS, and static files to a CDN.
– Configurable nickname rules.
– Better support for bit.ly URL shortener.
– InProcessCache plugin for additional caching on top of memcached.
– Support for Activity Streams JSON feeds on many streams.
– User-initiated backup and restore of account data in Activity Streams
format.
– Bookmark plugin for making del.icio.us-like social bookmarking sites,
including del.icio.us backup file import. Supports OStatus.
– SQLProfile plugin to tune SQL queries.

A full changelog is available at http://status.net/wiki/StatusNet_0.9.7.