--- openfire-TOT//src/java/org/jivesoftware/openfire/pubsub/NodeAffiliate.java 2008-01-24 11:23:41.000000000 -0800 +++ openfire_3_4_4/src/java/org/jivesoftware/openfire/pubsub/NodeAffiliate.java 2008-01-24 09:29:47.000000000 -0800 @@ -274,6 +274,10 @@ */ owner, /** + * A member can subscribe and publish items to the node with whitelist access. + */ + member, + /** * A publisher can subscribe and publish items to the node. */ publisher,