Commit 795932c1 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

1. Roster items can now be transient or persistent.

2. Added support for roster events. JM-807

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4965 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5b7714a5
......@@ -229,7 +229,7 @@ public class PresenceSubscribeHandler extends BasicModule implements ChannelHand
// an unknown user
return false;
}
item = roster.createRosterItem(target, false);
item = roster.createRosterItem(target, false, true);
newItem = true;
}
// Get a snapshot of the item state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment