Follow-up Comment #7, bug #37963 (project weechat): No join message is sent to the client by the server. A presence message for each person in the room is sent to the client (I stripped all the personal information):
│08:24:17 xmlconsole | RX: <presence to="<username>@imserver/BitlBee" from="<room>@<server>/<user>"><show>away</show><status>Away</status><c xmlns="http://jabber.org/protocol/caps" node="http://pidgin.im/" │ | hash="sha-1" ver="DdnydQG7RGhP9E3k9Sf+b+bF0zo="/><x xmlns="http://jabber.org/protocol/muc#user"><item jid="<username>@<server>/<client>" affiliation="<affiliation>" role="<role>"/></x></presence> And a groupchat message: │08:24:17 xmlconsole | RX: <presence to="<username>@<server>/<client>" id="<id>" from="<room>@<server>/<nick>"><x xmlns="http://jabber.org/protocol/muc#user"><item jid="<username>@<server>/<client>" │ | affiliation="<affiliation>" role="<role>"/></x></presence> This works in irssi because it creates a buffer based on the /join command (a buffer is created even if the room is not actually joined). _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?37963> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ Weechat-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/weechat-dev
