Mercurial > libervia-pubsub
comparison idavoll/idavoll.py @ 89:ccf699adae5e
Merge from RELENG_0: Fix bug in handling uncaught exceptions.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 16 Nov 2004 12:16:04 +0000 |
parents | ec557449d1aa |
children | 47ee5369c410 |
comparison
equal
deleted
inserted
replaced
88:41247e59b55c | 89:ccf699adae5e |
---|---|
72 iq.query.children = info | 72 iq.query.children = info |
73 | 73 |
74 return iq | 74 return iq |
75 | 75 |
76 def _error(self, results, iq): | 76 def _error(self, results, iq): |
77 return xmpp_error.error_from_iq(iq, 'internal-error') | 77 return xmpp_error.error_from_iq(iq, 'internal-server-error') |
78 | 78 |
79 def onDiscoItems(self, iq): | 79 def onDiscoItems(self, iq): |
80 dl = [] | 80 dl = [] |
81 node = iq.query.getAttribute("node") | 81 node = iq.query.getAttribute("node") |
82 | 82 |