在我的情况下,我可能让 userA 和 userB 使用 us@gmail.com 登录到 google talk,而 userC 和 userD 使用 them@gmail.com 登录到 google talk。
userA 如何发送只有 userC 才能看到的消息,并且 userC 会验证给定消息是否来自 userA?
我还是 xmpp 的新手,我无法判断这是否需要 muc。任何建议,将不胜感激。
到目前为止,我有很多用 python 编写的代码来解释消息,所以如果有一个简单的方法可以用 xmpppy 或类似的方法来做到这一点,请告诉我。