Uses of Class
org.exoplatform.services.xmpp.bean.ConfigRoomBean

Packages that use ConfigRoomBean
org.exoplatform.services.xmpp.connection   
org.exoplatform.services.xmpp.connection.impl   
org.exoplatform.services.xmpp.rest   
 

Uses of ConfigRoomBean in org.exoplatform.services.xmpp.connection
 

Methods in org.exoplatform.services.xmpp.connection with parameters of type ConfigRoomBean
 org.jivesoftware.smackx.muc.MultiUserChat XMPPSession.configRoom(java.lang.String room, ConfigRoomBean configRoom)
          Configure the group chat.
 

Uses of ConfigRoomBean in org.exoplatform.services.xmpp.connection.impl
 

Methods in org.exoplatform.services.xmpp.connection.impl with parameters of type ConfigRoomBean
 org.jivesoftware.smackx.muc.MultiUserChat XMPPSessionImpl.configRoom(java.lang.String room, ConfigRoomBean cr)
          Configure the group chat.
 

Uses of ConfigRoomBean in org.exoplatform.services.xmpp.rest
 

Methods in org.exoplatform.services.xmpp.rest with parameters of type ConfigRoomBean
 org.exoplatform.services.rest.Response RESTXMPPService.configRoom(java.lang.String username, java.lang.String room, ConfigRoomBean configRoom)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.