Como eu conecto um cliente XMPP de terceiros ao Jabber Video da Cisco?

10
O

cliente Jabber Video da Cisco não suporta Linux. Gostaria de me conectar ao restante dos usuários da minha empresa com um cliente XMPP de terceiros, como o Pidgin. Isso é possível?

A terminologia de configuração é um pouco diferente, o que também é confuso.

Tela de configuração de vídeo do Jabber:

EcrãsdeconfiguraçãodoPidgin:

Alguma sugestão de como fazer isso? Preencher os vários campos do Pidgin até agora não foi bem-sucedido, mas talvez esteja faltando alguma coisa ...

    
por ChaimKut 03.12.2013 / 07:17

1 resposta

8

Para economizar tempo das pessoas:

Cisco Webex Connect IM uses Jabber as its chat protocol, so Pidgin (or any Jabber client) should be able to work with it. Here’s how to configure a Webex Connect account in Pidgin:

XMPP protocol
    Basic tab
        Username: first part of your Webex username before the @domain
        Domain: the part of your webex username after the @ sign.
        Resource: blank
        Password: your Webex IM password
        Local alias: whatever you want to show up for you locally in
            the chat window when you send messages, such as your
            username, instead of the lengthy Jabber ID string
    Advanced tab
        Connect port: 5222
        Connect server: c2s.<your domain>.webexconnect.com

Jabber (and obviously Pidgin) has conference/chat room support, and so does Webex Connect via a custom conference server:

Buddies menu: Join a chat
    Account: choose the XMPP Webex account
    Room name: whatever you want, or a known existing one
    Server: conference.isj1.webex.com (should already be filled in)
    Handle: whatever username you want
Inviting people once in the room:
    Conversation menu: Invite
    Buddy: enter their email address. Should show a list of matching names to select and invite.

Fonte: link

    
por 02.05.2014 / 02:29