Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DOfferConfirmation.java99 String roomName; field in OfferConfirmation.NotifyServicePacket
101 NotifyServicePacket(String workgroup, String roomName) { in NotifyServicePacket() argument
105 this.roomName = roomName; in NotifyServicePacket()
109 …return "<offer-confirmation roomname=\"" + roomName + "\" xmlns=\"http://jabber.org/protocol/work… in getChildElementXML()