Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

coccinella(1) [debian man page]

coccinella(1)							 Instant Messaging						     coccinella(1)

NAME
coccinella - a Jabber based IM client with integrated whiteboard SYNOPSIS
coccinella DESCRIPTION
The-Coccinella (coccinella) is a communication tool with a built-in whiteboard for improved collaboration with other people. The-Coccinella is available cross-platform (Windows, MacOS X, Linux, NetBSD). Its special feature--the built-in whiteboard--allows people to exchange multimedia elements like graphics, sketches, video or audio files while being in an online discussion. The-Coccinella uses the XMPP (Jabber) protocol for inter-client communication and data exchange. SEE ALSO
/usr/share/doc/coccinella AUTHOR
This manual has been written for the Debian package of The-Coccinella by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>. Version 0.96.20 Dec 2011 coccinella(1)

Check Out this Related Man Page

POE::Component::Jabber::Legacy(3pm)			User Contributed Perl Documentation		       POE::Component::Jabber::Legacy(3pm)

NAME
POE::Component::Jabber::Legacy - connect using the pre-XMPP Jabber protocol SYNOPSIS
PCJ::Legacy is a Protocol implementation for the legacy (ie. Pre-XMPP) Jabber protocol. DESCRIPTION
PCJ::Legacy implements the simple iq:auth authentication mechanism defined in the deprecated XEP at http://www.xmpp.org/extensions/xep-0078.html. This Protocol class is mainly used for connecting to legacy jabber servers that do not conform the to XMPP1.0 RFC. METHODS
Please see PCJ::Protocol for what methods this class supports. EVENTS
Listed below are the exported events that end up in PCJ's main session: set_auth This handles construction and sending of the iq:auth query. init_input_handler This is our main entry point. This is used by PCJ to deliver all input events until we are finished. Also handles responses to authentication. NOTES AND BUGS
Ideally, this class wouldn't be necessary, but there is a large unmoving mass of entrenched users and administrators that refuse to migrate to XMPP. It largely doesn't help that debian still ships jabberd 1.4.3 which does NOT support XMPP. The underlying backend has changed this release to now use a new Node implementation based on XML::LibXML::Element. Please see POE::Filter::XML::Node documentation for the relevant API changes. AUTHOR
Copyright (c) 2003-2009 Nicholas Perez. Distributed under the GPL. perl v5.12.4 2011-08-09 POE::Component::Jabber::Legacy(3pm)
Man Page