Jabber Stuff
| More Jabber pubsub stuff. There's been quite a bit of activity in the Jabber and
pubsub area recently; here's a few pointers to things that have been going ... |
#!/usr/bin/perl # jann - a simple command line Jabber admin ...
| #!/usr/bin/perl # jann - a simple command line Jabber admin message client # (c)
2001 DJ Adams, April 2001 use Net::Jabber; use Getopt::Std; use strict; ... |
XMLRPC over Jabber
| Update Sep 2001: XML-RPC over Jabber has now been formalized and is known as
Jabber-RPC. This page you are reading is now obsolete. ... |
Jabber-RPC
| Jabber-RPC. Ok, based upon the formalisation of how we're going to transport
XML-RPC encoded messages over Jabber, I've put together a library to do this in ... |
Jabber::Component::Proxy
| Jabber::Component::Proxy. Jabber::Component::Proxy is a new and experimental Perl
library for Jabber that provides a mechanism for selectively allowing ... |
Jabber::Connection
| Jabber::Connection. Jabber::Connection is a new Perl library for Jabber that
provides the basic features for client and component connectivity, ... |
Index of /jabber/sjabber
| [DIR] Parent Directory - [DIR] required_for_0.3/ 15-Jan-2001 13:49 - [DIR]
required_for_0.4/ 28-Mar-2001 09:41 - [ ] sjabber-0.2.tar.gz 15-Jan-2001 13:50 ... |
Jabber::RPC
| Jabber::RPC. Jabber::RPC is a Perl library that implements Jabber-RPC. It relies
upon the Jabber::Connection library. ... |
Fun With Jabber: Incoming Mail Notifier
| Introduction. In this article, I'd like to show you how easy it is to put together
a simple system for 'pager' style notification of incoming mail, ... |
Fun With Jabber: A More Sensitive Mail Notifier
| This article is a follow-up to a previous article and contains the following main
sections:. Introduction; Jabber Presence; Presence Subscription ... |