Re: [Twisted-Python] Unknown constants

2011-12-29 Thread Glyph
On Dec 26, 2011, at 12:21 PM, Ralph Meijer wrote: > Hi, > > I've been looking into using twisted.python.constants for representing > the status codes of the XMPP Multi-User Chat protocol [1]. I will have > objects representing messages, of which one of the attributes is > 'mucStatuses', a set

[Twisted-Python] Unknown constants

2011-12-26 Thread Ralph Meijer
Hi, I've been looking into using twisted.python.constants for representing the status codes of the XMPP Multi-User Chat protocol [1]. I will have objects representing messages, of which one of the attributes is 'mucStatuses', a set of status codes. This works out great for the initial set of a