diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-06-09 16:48:47 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-06-09 16:50:14 +0200 |
commit | 4825f5d6ae9b9c4266d4b694d6fda1c71a7f04a1 (patch) | |
tree | 8d4eaf5d4e00420ba01313cf7d4ce2cb6c38ca2c | |
parent | b5247cc255d0e5fa1afe9760dca8c026c3539586 (diff) | |
download | pykolab-4825f5d6ae9b9c4266d4b694d6fda1c71a7f04a1.tar.gz |
Add commentary with the RFC references (since "OPTIONAL" and "REQUIRED" were changed to "OPT-PARTICIPANT" and "REQ-PARTICIPANT")
-rw-r--r-- | pykolab/xml/attendee.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/xml/attendee.py b/pykolab/xml/attendee.py index 877f810..b496899 100644 --- a/pykolab/xml/attendee.py +++ b/pykolab/xml/attendee.py @@ -22,6 +22,7 @@ class Attendee(kolabformat.Attendee): #"IN-PROCESS": , } + # See RFC 2445, 5445 role_map = { "CHAIR": kolabformat.Chair, "REQ-PARTICIPANT": kolabformat.Required, |