Home | History | Annotate | Download | only in packet

Lines Matching defs:Feature

41     private Feature featureNegotiation;

117 this.featureNegotiation = new Feature(form);
375 * The feature negotiation portion of the StreamInitiation packet.
380 public class Feature implements PacketExtension {
389 public Feature(final DataForm data) {
394 * Returns the dataform associated with the feature negotiation.
396 * @return Returns the dataform associated with the feature negotiation.
403 return "http://jabber.org/protocol/feature-neg";
407 return "feature";
413 .append("<feature xmlns=\"http://jabber.org/protocol/feature-neg\">");
415 buf.append("</feature>");