타사 XMPP 클라이언트를 Cisco Jabber Video에 어떻게 연결합니까?


10

Cisco Jabber Video 클라이언트는 Linux를 지원하지 않습니다. Pidgin과 같은 타사 XMPP 클라이언트를 사용하여 회사의 나머지 사용자에게 연결하고 싶습니다. 이게 가능해?

설정 용어는 약간 다르므로 혼동됩니다.

재버 비디오 설정 화면 :

여기에 이미지 설명을 입력하십시오

피진 설정 화면 :

여기에 이미지 설명을 입력하십시오

여기에 이미지 설명을 입력하십시오

이 문제를 해결하는 방법이 있습니까? 지금까지 Pidgin의 다양한 필드를 채우는 것은 성공하지 못했지만 아마도 뭔가 빠진 것 같습니다 ...


내가 그 기사에서 언급 한 후-그것은 나를 위해 작동 csh.us/2012/07/09/pidgin-support-for-cisco-webex-im

답변:


8

사람들의 시간을 절약하려면 :

Cisco Webex Connect IM은 Jabber를 채팅 프로토콜로 사용하므로 Pidgin (또는 Jabber 클라이언트)이이를 사용할 수 있어야합니다. Pidgin에서 Webex Connect 계정을 구성하는 방법은 다음과 같습니다.

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 (및 명백하게 Pidgin)는 컨퍼런스 / 채팅룸을 지원하며 사용자 정의 컨퍼런스 서버를 통해 Webex Connect도 지원합니다.

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.

출처 : http://csh.us/2012/07/09/pidgin-support-for-cisco-webex-im/

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.