libpurple/protocols/jabber/presence.c

changeset 20685
039aef89faf6
parent 20684
4daaf3284863
child 21162
8359073125ba
equal deleted inserted replaced
20684:4daaf3284863 20685:039aef89faf6
497 const char *code = xmlnode_get_attrib(z, "code"); 497 const char *code = xmlnode_get_attrib(z, "code");
498 if(code && !strcmp(code, "201")) { 498 if(code && !strcmp(code, "201")) {
499 if((chat = jabber_chat_find(js, jid->node, jid->domain))) { 499 if((chat = jabber_chat_find(js, jid->node, jid->domain))) {
500 chat->config_dialog_type = PURPLE_REQUEST_ACTION; 500 chat->config_dialog_type = PURPLE_REQUEST_ACTION;
501 chat->config_dialog_handle = 501 chat->config_dialog_handle =
502 purple_request_action(js->gc, 502 purple_request_action_with_hint(js->gc,
503 _("Create New Room"), 503 _("Create New Room"),
504 _("Create New Room"), 504 _("Create New Room"),
505 _("You are creating a new room. Would" 505 _("You are creating a new room. Would"
506 " you like to configure it, or" 506 " you like to configure it, or"
507 " accept the default settings?"), 507 " accept the default settings?"),

mercurial