comparison idavoll/backend.py @ 200:2189c663ba44

Epytext fixes.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 10 Jun 2008 18:40:04 +0000
parents e404775b12df
children d829db6095d6
comparison
equal deleted inserted replaced
199:569e4dac9bc3 200:2189c663ba44
6 """ 6 """
7 Generic publish-subscribe backend. 7 Generic publish-subscribe backend.
8 8
9 This module implements a generic publish-subscribe backend service with 9 This module implements a generic publish-subscribe backend service with
10 business logic as per 10 business logic as per
11 L{XEP-0060<http://www.xmpp.org/extensions/xep-0060.html>)} that interacts with 11 U{XEP-0060<http://www.xmpp.org/extensions/xep-0060.html>} that interacts with
12 a given storage facility. It also provides an adapter from the XMPP 12 a given storage facility. It also provides an adapter from the XMPP
13 publish-subscribe protocol. 13 publish-subscribe protocol.
14 """ 14 """
15 15
16 import uuid 16 import uuid