Jehan | 1 Apr 04:10
Gravatar

Re: Wordpress plugin

Hello all,

just to say that the first version of the code is available. It is 
working, yet basically, but it is working. I will improve it soon, but 
not before 2 weeks because I am leaving in a few hours in holidays.

http://jehan.zemarmot.net/blog/2008/04/01/more-than-just-instant-messaging-publication-and-notification-using-jabberxmpp/
http://svn.wp-plugins.org/jabber-feed/

See you then! I will probably unsubscribe from this ml the time of my 
holidays and will subscribe back in 2 weeks because I don't want my 
mailbox being overflowed by emails! :-/
Bye.

Jehan

Nick Vidal a écrit :
> On Tue, Mar 25, 2008 at 7:39 PM, Jehan <jehan <at> zemarmot.net 
> <mailto:jehan <at> zemarmot.net>> wrote:
> 
>     So for a blog-like node, you can subscribe to the node but configure
>     your subscription so that you only receive items with specific tags.
> 
> 
> Hi Jehan,
> 
> ISS has some ideas on this regard:
> 
> http://iss.im
> 
(Continue reading)

Florian Jensen | 1 Apr 12:29
Gravatar

Re: Wordpress plugin

Hey,

I tried to install it, but got the following error upon activating it.

Plugin could not be activated because it triggered a *fatal error*.

*Warning*: require_once(Auth/SASL/DigestMD5.php) [function.require-once 
<http://florianjensen.com/wp-admin/function.require-once>]: failed to 
open stream: No such file or directory in

*/var/www/vhosts/florianjensen.com/httpdocs/wp-content/plugins/jabber_feed/xmpp_stream.php* 
on line *23*

*Fatal error*: require_once() [function.require 
<http://florianjensen.com/wp-admin/function.require>]: Failed opening 
required 'Auth/SASL/DigestMD5.php' (include_path='.:.:.:.:') in

*/var/www/vhosts/florianjensen.com/httpdocs/wp-content/plugins/jabber_feed/xmpp_stream.php* 
on line *23*

Greets,

Florian Jensen

Jehan wrote:
> Hello all,
>
> just to say that the first version of the code is available. It is 
> working, yet basically, but it is working. I will improve it soon, but 
> not before 2 weeks because I am leaving in a few hours in holidays.
(Continue reading)

Jehan | 1 Apr 15:05
Gravatar

Re: Wordpress plugin

Hello,

there is a dependency for the SASL authentication: Auth_SASL PEAR module 
("pear install Auth_SASL" or install with your distribution's package 
manager). If you don't have it and don't have the right to install it, 
it is not possible to use because this is the only authentication system 
I implemented currently (And only the Digest-MD5 mechanism, I may try to 
implement others later).

I am leaving in 2 hours by now! :-)

Jehan

Florian Jensen a écrit :
> Hey,
> 
> I tried to install it, but got the following error upon activating it.
> 
> Plugin could not be activated because it triggered a *fatal error*.
> 
> *Warning*: require_once(Auth/SASL/DigestMD5.php) [function.require-once 
> <http://florianjensen.com/wp-admin/function.require-once>]: failed to 
> open stream: No such file or directory in 
>
*/var/www/vhosts/florianjensen.com/httpdocs/wp-content/plugins/jabber_feed/xmpp_stream.php* 
> on line *23*
> 
> *Fatal error*: require_once() [function.require 
> <http://florianjensen.com/wp-admin/function.require>]: Failed opening 
> required 'Auth/SASL/DigestMD5.php' (include_path='.:.:.:.:') in 
(Continue reading)

Peter Saint-Andre | 1 Apr 16:58
Favicon

Re: GSoC proposal - open web XMPP client

Pedro Melo wrote:
> 
> On Mar 30, 2008, at 11:13 AM, Tomasz Sterna wrote:
>> Dnia 2008-03-29, sob o godzinie 22:20 +0100, Paweł Pacana pisze:
>>> I would like to propose/extend your GSoC idea of "open web based
>>> Jabber/XMPP client"
>>
>> Maybe this is kind of off-topic, but...
>>
>> Why another web client? What is wrong with JWChat?
>> And if there is something, maybe it's better to put the efforts in
>> extending/fixing JWChat?
> 
> That's just not how human nature works. Unless you are being chased by
> very large and terrifying beasts, that will eat your young, humans don't
> rally and join forces. And in our little world, I don't think MSN and
> Yahoo are out to eat our young, at least not anymore.
> 
> I love the fact that new developers come to XMPP with fresh enthusiasm
> and ideas, look around and say "I can do better than that". I love to
> see them try and do it all from the start. Most will fail, but some will
> succeed and will gain a respect by the small details in the XMPP specs,
> they will gain a experience that you cannot get anywhere else.

And the point of Google Summer of Code is for the students to learn, not
primarily for students to contribute to an existing project. At the same
time, I think it's good to impeove existing projects rather than
starting something new all the time. :)

Peter
(Continue reading)

Kevin Smith | 1 Apr 17:11
Picon

Re: GSoC proposal - open web XMPP client

On Tue, Apr 1, 2008 at 3:58 PM, Peter Saint-Andre <stpeter <at> stpeter.im> wrote:
>  And the point of Google Summer of Code is for the students to learn, not
>  primarily for students to contribute to an existing project.

And also for them to participate in opensource comminities - I think
the XSF is in the minority in being a mentoring org. where it's
possible to start a new project.

/K

Peter Saint-Andre | 1 Apr 17:35
Favicon

console MUC client

Does anyone know of a good console MUC client, along the lines of irssi?
I know DJ Adams had one ages ago, but I'm not aware of any more modern
versions.

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 7338 bytes
Kevin Smith | 1 Apr 17:37
Picon

Re: console MUC client

On Tue, Apr 1, 2008 at 4:35 PM, Peter Saint-Andre <stpeter <at> stpeter.im> wrote:
> Does anyone know of a good console MUC client, along the lines of irssi?
>  I know DJ Adams had one ages ago, but I'm not aware of any more modern
>  versions.

Irssi can be used, either with plugins, or a jabber branch, from what
I understand.

/K

Etan Reisner | 1 Apr 17:35

Re: console MUC client

On Tue, Apr 01, 2008 at 09:35:57AM -0600, Peter Saint-Andre wrote:
> Does anyone know of a good console MUC client, along the lines of irssi?
> I know DJ Adams had one ages ago, but I'm not aware of any more modern
> versions.
>
> Peter

And there's always finch (console libpurple client). =)

    -Etan

Peter Saint-Andre | 1 Apr 17:47
Favicon

Re: console MUC client

Kevin Smith wrote:
> On Tue, Apr 1, 2008 at 4:35 PM, Peter Saint-Andre <stpeter <at> stpeter.im> wrote:
>> Does anyone know of a good console MUC client, along the lines of irssi?
>>  I know DJ Adams had one ages ago, but I'm not aware of any more modern
>>  versions.
> 
> Irssi can be used, either with plugins, or a jabber branch, from what
> I understand.

Indeed:

http://cybione.org/~irssi-xmpp/

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 7338 bytes
Peter Saint-Andre | 1 Apr 17:58
Favicon

[Fwd: [jadmin] Jabber Server Comparison (archived)]

FYI.

-------- Original Message --------
Date: Tue, 01 Apr 2008 09:56:59 -0600
From: Peter Saint-Andre <stpeter <at> stpeter.im>
To: Jabber server administration list <jadmin <at> jabber.org>
Subject: [jadmin] Jabber Server Comparison (archived)

By popular demand, I have archived the old Jabber Server Comparison
chart here:

http://www.saint-andre.com/jabber/jsc/

Probably that information is very much out of date. If you want to
maintain the chart, feel free to download the files from that URL and
improve it, then post to the list with a new URL.

Thanks!

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

_______________________________________________
JAdmin mailing list
JAdmin <at> jabber.org
(Continue reading)


Gmane