[Pidgin] #119: Flesh out XMPP MUC functionality/UI

Pidgin trac at pidgin.im
Mon Mar 14 13:09:23 EDT 2011


#119: Flesh out XMPP MUC functionality/UI
-------------------------+--------------------------------------------------
 Reporter:  mogul        |        Owner:  deryni
     Type:  enhancement  |       Status:  new   
Milestone:               |    Component:  XMPP  
  Version:  2.0          |   Resolution:        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by xnyhps):

 I've attached a patch which adds the functions:

 {{{
 gboolean jabber_muc_set_role(PurpleConversation *conv, char
 **participants, char *role);
 gboolean jabber_muc_set_affiliation(PurpleConversation *conv, char
 **participants, char *affiliation);
 void jabber_muc_configure_room(PurpleConversation *conv);
 }}}

 to libpurple for APIs to use to change roles/affiliations and configure
 the room. It's just these functions, someone with more Gtk experience
 would have to add menus to Pidgin to use them.

 Also, there should be a way to retrieve a list of names per
 role/participants, but I'll add that later.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/119#comment:13>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list