~ubuntu-branches/ubuntu/trusty/ejabberd/trusty-proposed

« back to all changes in this revision

Viewing changes to src/mod_shared_roster.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2010-08-03 19:55:25 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100803195525-dix2icz1w2fkew0n
Tags: 2.1.5-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsolete erlang-otp-r14-ssl.patch
* Refresh patches: reopen-log.patch, shared_roster_online.patch
  shared_roster_recent.patch
* Bump standards version to 3.9.0.
* Remove COPYING file installed by upstream Makefile
* Remove autogenerated src/ejabberd.init
* Add upstream patch fixing EJAB-1284 (closes: #591431).

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
    UserGroups = get_user_displayed_groups(LUser, LServer, GroupsOpts),
656
656
    lists:foreach(
657
657
      fun(Group) ->
 
658
              remove_user_from_group(LServer, {LUser, LServer}, Group),
658
659
              GroupOpts = proplists:get_value(Group, GroupsOpts, []),
659
660
              GroupName = proplists:get_value(name, GroupOpts, Group),
660
661
              lists:foreach(