Kopete/Jabber Muc

From KDE UserBase Wiki
Revision as of 01:14, 11 June 2011 by MarcusGama (talk | contribs) (Created page with "==Favoritos==")
Other languages:

Bate-papo em grupo na Internet Bate-papo em grupo do Jabber, também chamado MUC (da sigla em inglês para bate-papo com vários usuários) é o equivalente do Jabber para os canais IRC.


Warning

Algumas destas informações são antigas e podem estar obsoletas. Se você for um usuário do Kopete, por favor edite diretamente esta página ou adicione notas na página de discussão anexa


O suporte do Kopete ao MUC é apenas parcial. Isto ocorre porque a nossa biblioteca XMPP de infraestrutura (iris) somente suporta o antigo protocolo GroupChat. De qualquer modo, o Kopete funciona muito bem e algumas boas melhorias foram feitas na versão 0.12

Esta página irá descrever algumas características ocultas do Kopete.

O MUC é realmente uma boa alternativa para o IRC. Ele suporta quase tudo o que o IRC suporta e muito mais.

Junte-se a um bate-papo em grupo

Primeiramente, os usuários do Kopete às vezes perguntam como participar de um bate-papo em grupo. Isto é feito com a ação entrar no bate-papo em grupo no menu do Jabber. Lá, uma janela solicita que você informe a sala, o servidor e seu apelido. Imagine que você deseja se juntar ao [email protected]. O "kde" é a sala e o "conference.kdetalk.net" é o servidor.

Estilo

Usar o estilo padrão para bate-papos é um pouco chato, devido ao desperdício de espaço. Felizmente, alguns estilos de bate-papo parecem bem melhores.

Para o Kopete 0.12 eu recomendaria estes estilos:

  • O estilo Gaim com a variante Cor de contato.
  • O estilo Kone com a variante Cor de contato sem ícones compactos (disponível em kde-look)

Convite

Você sabia que a partir do Kopete v.0.12 é possivel convidar um contato para o um MUC ? Basta arrastar e soltar o contato para a janela de bate-papo do MUC.

Favoritos

Kopete uses JEP-0048 for showing the chat bookmark menu. There is no Kopete interface to remove or edit bookmarks. Each chat you join is automatically added to your bookmarks.

You could anyway use the send RAW XML dialog (in the jabber account menu) to edit the bookmark in XML on the server, as explained in JEP-0048 and JEP-0049

Example, to erase your bookmarks, enter

  <query xmlns='jabber:iq:private'>
    <storage xmlns='storage:bookmarks'>
  </query>

Then disconnect and reconnect in order the changes take effect.


Auto-JOIN

Kopete does also support auto-joining groupchat when connecting. This still follow the bookmark specification of JEP-0048.

Example, if you want to automatically join [email protected] when starting Kopete, you can send the following

  <query xmlns='jabber:iq:private'>
    <storage xmlns='storage:bookmarks'>
      <conference name='Kde channel'>
                  autojoin='true'
                  jid='[email protected]'>
        <nick>Puck</nick>
      </conference>
    </storage>
  </query>

XML

More generally, most of moderation and admin features are available with the XML console, although you need to have compiled kde with debug in order to see the result in the debug output. Run kdebugdialog and make sure jabber raw (14131) is checked.

All the MUC protocol is described in JEP-0045


Notifications

By default, messages in a group chat are notified with the "not important message" notification. If someone types your nick in the channel, the message will be highlighted, and the "highlight" notification will be emitted.

The Highlight plugin has great value in group chat. Go into the configure plugins menu, and enable highlight. You can add filters to match some word or regular expression in a chat and you can change the notification level of such messages.

Thus, you can stay idle in a groupchat and be notified when someone talks about a subject you are interested in.