ServerInfo: Add PubSub discovery
This commit is contained in:
parent
e79af35e9c
commit
149522dcee
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ class ServerInfoDialog(Gtk.Dialog):
|
||||||
Feature('XEP-0016: Privacy Lists', con.privacy_rules_supported, None),
|
Feature('XEP-0016: Privacy Lists', con.privacy_rules_supported, None),
|
||||||
Feature('XEP-0045: Multi-User Chat', con.muc_jid, None),
|
Feature('XEP-0045: Multi-User Chat', con.muc_jid, None),
|
||||||
Feature('XEP-0054: vcard-temp', con.vcard_supported, None),
|
Feature('XEP-0054: vcard-temp', con.vcard_supported, None),
|
||||||
|
Feature('XEP-0060: PubSub', con.pubsub_supported, None),
|
||||||
|
Feature('XEP-0060: Publish Options', con.pubsub_publish_options_supported, None),
|
||||||
Feature('XEP-0163: Personal Eventing Protocol', con.pep_supported, None),
|
Feature('XEP-0163: Personal Eventing Protocol', con.pep_supported, None),
|
||||||
Feature('XEP-0191: Blocking Command', con.blocking_supported, nbxmpp.NS_BLOCKING),
|
Feature('XEP-0191: Blocking Command', con.blocking_supported, nbxmpp.NS_BLOCKING),
|
||||||
Feature('XEP-0198: Stream Management', con.sm.enabled, nbxmpp.NS_STREAM_MGMT),
|
Feature('XEP-0198: Stream Management', con.sm.enabled, nbxmpp.NS_STREAM_MGMT),
|
||||||
|
|
Loading…
Add table
Reference in a new issue