Projects tagged ‘jabber’ and ‘python’


Jump to tag:

Projects tagged ‘jabber’ and ‘python’

Filtered by Project Tags jabber python

Refine results Project Tags xmpp (18) instant_messaging (9) twisted (6) component (6) transport (5) irc (3) bot (3) chat (3) smtp (2) console (2) email (2) rss (2)

[21 total ]

55USERS
   

The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run.

11USERS
   

Plugin based multi-IM communicator. ncurses or gtk2 (in progress) based GUI. Support for different protocols: irc, jabber (including gmail), gg (gadu-gadu largest polish IM), tlen, nntp (read only).

9USERS
   

PyICQt is an ICQ transport written for XMPP/Jabber written in Python/Twisted. It provides a mechanism for XMPP users to log in to their ICQ accounts and communicate with friends from ICQ.

5USERS
 

PyYIMt is an Yahoo! transport written for XMPP/Jabber written in Python/xmpppy. It provides a mechanism for XMPP users to log in to their Yahoo! accounts and communicate with friends from Yahoo!.

5USERS
   

PyAIMt is an AIM transport written for XMPP/Jabber written in Python/Twisted. It provides a mechanism for XMPP users to log in to their AIM accounts and communicate with friends from AIM.

4USERS
   

PyIRCt is an IRC transport written for XMPP/Jabber written in Python/xmpppy. It provides a mechanism for XMPP users to log in to an IRC server and communicate with friends from IRC.

4USERS
   

CJC is a Jabber/XMPP client for text terminals. It uses pyxmpp library for XMPP comunication and curses for screen output. It is not fully-featured yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.

3USERS
 

JMC is a jabber service to check email from POP3 and IMAP4 server and retrieve them or just a notification of new emails. Jabber users can register multiple email accounts.

2USERS
 

jablit is designed to be an effective text mode jabber client, it's written in Python

1USERS

Wokkel is collection of enhancements on top of the Twisted networking framework, written in Python. It mostly provides a testing ground for enhancements to the Jabber/XMPP protocol implementation as found in Twisted Words, that are meant to eventually move there.

1USERS
   

PyMailt is an email transport written for XMPP/Jabber written in Python/xmpppy. It provides a mechanism for XMPP users to send and receive email. Emails are sent via local SMTP, and are received from a local maildir.

1USERS

A generic XMPP publish-subscribe service component.

1USERS

This is a Jabber bot to use with Pownce written in Python. It's implemented as a reusable Django app, using Django's signal framework and database backend.

0USERS
 

An extension for Gentoo Portage to notify system administrators of new ELOG events via XMPP.

0USERS

Uses Twisted for all the networking

0USERS

Pretzel is a Jabber/XMPP server designed to be able to be easily extensible. It is built on top of the Twisted and is designed to be a platform on top of which Jabber Extension Proposals can easily be implemented, in order to drive client adoption ... [More] and testing. Why Pretzel? * the need for a scripty-language Jabber server * the Twisted framework is kind of pretzel-y * the first big batch of code was committed in Stuttgart, Germany, birthplace of the pretzel [Less]

0USERS

Eggrevenger is a Jabber bot written in Python using Twisted framework. It supports plugins as well.

0USERS

you need:     * a shell     * python 2.4 or higher     * if you want mysql support: the py-MySQLdb module     * if you want jabber support: the xmpppy module why ... [More] gozerbot?     * user management by userhost     * fleet .. use more than one bot in a program     * relaying between fleet bots     * use the bot through dcc chat     * fetch rss feeds.     * keep todo and shop lists     * karma     * quote     * remember items     * program your own plugins     * builtin webserver     * collective, run commands on other bots using their webserver     * other stuff we are on channel #dunkbots on IRCnet .. try irc.xs4all.nl [Less]

0USERS

WARNINGThe code I'm working on here is for prototyping ONLY There are problems with authentication that are not solvable at this time, however there are standardization movements in place within the jabber community to provide the kinds of tools I ... [More] would need to make this safe. SO! please don't use this in your own service, but feel free to play with it and see what you think. DescriptionXmpp-psn is a simple web service running on Django (for now) that allows you to easily use jabber as your backend for your latest social networking projects. By doing this you allow your users to easily traverse the web space of any other service that similarly supports jabber. On top of this, it allows for you to easily provide chat and presence support to your application with very little added code. Installationget an svn pull of the source svn checkout http://xmpp-psn.googlecode.com/svn/trunk/ xmpp-psndrop the application into any existing Django project (or create a new one for it). xmpp-psn doesn't use any models, so there are no database requirements, installation is drop in. DependenciesThere are only three dependencies that I can think of Django xmpppy dnspython [Less]

0USERS

SleekXMPP is a pet project of an XMPP enthusiast. The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage. Ideally the community will be able to use this for bots, easy XEP protocoling, etc. ... [More] Please note that the repository is not hosted by Google Code. Feel free to check out the code at: svn://netflint.net/sleekxmpp I know the documentation is currently sparse. We're very early in the game. Feel free to add me to your jabber contact list: fritzy@netflint.net and I'll answer any questions you have. [Less]

0USERS

PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber (http://www.jabber.org/protocol/) implementation. It is based on libxml2 -- fast and fully-featured XML parser. PyXMPP provides most core features of the XMPP protocol and several JSF-defined ... [More] extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP streams, handle incoming events and create outgoing stanzas (XMPP "packets"). [Less]