Copyright © 2006-2012 ProcessOne
Version: 3.0.0-alpha-5, May 23 2012 07:15:12
Behaviours: gen_pubsub_node.
Authors: Christophe romain (christophe.romain@process-one.net) [web site: http://www.process-one.net/].
| create_node/2 | |
| create_node_permission/6 | |
| delete_item/4 | |
| delete_node/1 | |
| features/0 | |
| get_affiliation/2 | |
| get_entity_affiliations/2 | |
| get_entity_subscriptions/2 | |
| get_item/2 | |
| get_item/7 | |
| get_item_name/3 | |
| get_items/2 | |
| get_items/6 | |
| get_node_affiliations/1 | |
| get_node_subscriptions/1 | |
| get_pending_nodes/2 | |
| get_state/2 | |
| get_states/1 | |
| get_subscriptions/2 | |
| init/3 | The node_dispatch module is a PubSub plugin whose goal is to republished each published item to all its children. |
| node_to_path/1 | |
| options/0 | |
| path_to_node/1 | |
| publish_item/6 | |
| purge_node/2 | |
| remove_extra_items/3 | |
| set_affiliation/3 | |
| set_item/1 | |
| set_state/1 | |
| set_subscriptions/4 | |
| subscribe_node/8 | |
| terminate/2 | |
| unsubscribe_node/4 |
create_node(NodeId, Owner) -> any()
create_node_permission(Host, ServerHost, Node, ParentNode, Owner, Access) -> any()
delete_item(NodeId, Publisher, PublishModel, ItemId) -> any()
delete_node(Removed) -> any()
features() -> any()
get_affiliation(NodeId, Owner) -> any()
get_entity_affiliations(Host, Owner) -> any()
get_entity_subscriptions(Host, Owner) -> any()
get_item(NodeId, ItemId) -> any()
get_item(NodeId, ItemId, JID, AccessModel, PresenceSubscription, RosterGroup, SubId) -> any()
get_item_name(Host, Node, Id) -> any()
get_items(NodeId, From) -> any()
get_items(NodeId, JID, AccessModel, PresenceSubscription, RosterGroup, SubId) -> any()
get_node_affiliations(NodeId) -> any()
get_node_subscriptions(NodeId) -> any()
get_pending_nodes(Host, Owner) -> any()
get_state(NodeId, JID) -> any()
get_states(NodeId) -> any()
get_subscriptions(NodeId, Owner) -> any()
init(Host, ServerHost, Opts) -> any()
The node_dispatch module is a PubSub plugin whose goal is to republished each published item to all its children.
Users cannot subscribe to this node, but are supposed to subscribe to its children.
This module can not work with virtual nodetreenode_to_path(Node) -> any()
options() -> any()
path_to_node(Path) -> any()
publish_item(NodeId, Publisher, Model, MaxItems, ItemId, Payload) -> any()
purge_node(NodeId, Owner) -> any()
remove_extra_items(NodeId, MaxItems, ItemIds) -> any()
set_affiliation(NodeId, Owner, Affiliation) -> any()
set_item(Item) -> any()
set_state(State) -> any()
set_subscriptions(NodeId, Owner, Subscription, SubId) -> any()
subscribe_node(NodeId, Sender, Subscriber, AccessModel, SendLast, PresenceSubscription, RosterGroup, Options) -> any()
terminate(Host, ServerHost) -> any()
unsubscribe_node(NodeId, Sender, Subscriber, SubId) -> any()
Generated by EDoc, May 23 2012, 07:15:12.