Versions in this module Expand all Collapse all v0 v0.1.3 Feb 9, 2015 v0.1.2 Feb 9, 2015 Changes in this version + type Group struct + func CreateGroup(name string, owner *identity.Identity, server *identity.Address, ...) (*Group, error) + func CreateGroupFromInvitation(invite *message.Mail, router routing.Router) (*Group, error) + func RequestJoinGroup(address string) (*Group, error) + func (g *Group) Delete() error + func (g *Group) GetMessages(since uint64) ([]*message.Mail, error) + func (g *Group) Invite(user string, rekey bool) error + func (g *Group) Kick(user string) error + func (g *Group) Leave(user *identity.Identity, alert bool) error + func (g *Group) PostMessage(msg *message.Mail, sender *identity.Identity) (string, error) + func (g *Group) RemoveMessage(name string) error