如何將第 3 方 XMPP 用戶端連線到 Cisco Jabber Video?

如何將第 3 方 XMPP 用戶端連線到 Cisco Jabber Video?

思科的 Jabber 視頻客戶端不支援Linux。我想使用第 3 方 XMPP 用戶端(例如 Pidgin)連線到公司的其他使用者。這可能嗎?

設定術語略有不同,這也令人困惑。

Jabber 視訊設定畫面:

在此輸入影像描述

洋涇浜設定畫面:

在此輸入影像描述

在此輸入影像描述

有什麼建議如何解決這個問題嗎?到目前為止,在洋涇浜中填寫各個字段尚未成功,但也許我遺漏了一些東西...

答案1

為了節省人們的時間:

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.

來源: https://web.archive.org/web/20160917231224/http://csh.us/2012/07/09/pidgin-support-for-cisco-webex-im/

相關內容