Home
last modified time | relevance | path

Searched refs:ASK_UNSUBSCRIBE (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/roster/
H A DRosterItem.java207 public static final AskType ASK_UNSUBSCRIBE = AskType.UNSUBSCRIBE; field in RosterItem
293 return RosterItem.ASK_UNSUBSCRIBE; in getAskStatus()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/webapp/
H A Duser-roster-edit.jsp203 …<option value="<%= RosterItem.ASK_UNSUBSCRIBE.getValue() %>"<%= item.getAskStatus() == RosterItem.
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/handler/
H A DPresenceSubscribeHandler.java436 ….put(Presence.Type.unsubscribe, new Change(null, RosterItem.SUB_NONE, RosterItem.ASK_UNSUBSCRIBE)); in subsTable.put() argument
469 ….put(Presence.Type.unsubscribe, new Change(null, RosterItem.SUB_FROM, RosterItem.ASK_UNSUBSCRIBE)); in subsTable.put() argument