#1568 How to get rooms list in Pidgin client from prosody?

Reporter TIm
Owner Nobody
Created
Updated
Stars ★ (1)
Tags
  • Priority-Medium
  • Type-Task
  • Status-Invalid
  1. TIm on

    I installed prosody on FreeBSD 12 OS and set this config: pidfile="/var/run/prosody/prosody.pid" c2s_ports = { 5222 } plugin_paths = { "/usr/local/prosody/plugins/", "/usr/local/prosody/lib/prosody/modules/" } modules_enabled = { "roster"; "saslauth"; "dialback"; "disco"; "private"; "vcard"; "legacyauth"; "version"; "uptime"; "time"; "ping"; "pep"; "adhoc"; "groups"; "admin_adhoc"; "posix"; "admin_telnet"; "mam"; } modules_disabled = { } disco_items = { { "conference.morty.domain.local", "The Jabber morty MUC" }; } allow_registration = false authentication = "md5" log = { debug = "*syslog"; } groups_file = "/data/settings/prosody/sharedgroups.txt" allow_unencrypted_plain_auth = true VirtualHost "morty.domain.local" admins = { "admin@morty.domain.local" } Component "conference.morty.domain.local" "muc" admins = { "admin@morty.domain.local", "outuser@morty.domain.local" } restrict_room_creation = true -- -- morty.domain.local Why I can't get/see conference's list when I click on "show rooms" button in Pidgin?

  2. Zash on

    Please consult Pidgins support.

    Changes
    • tags Status-Invalid

New comment

Not published. Used for spam prevention and optional update notifications.