telepathy-gabble: sync constants from MC (add SoftwareUpgradeRequired)

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 27 07:08:10 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 6e486cc54090495e1ebc488d39a01a18b9ec1a82
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=6e486cc54090495e1ebc488d39a01a18b9ec1a82

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep 27 14:59:31 2013 +0100

sync constants from MC (add SoftwareUpgradeRequired)

---

 tests/twisted/constants.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 9976110..6bb50c7 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -239,6 +239,7 @@ INVALID_HANDLE = ERROR + '.InvalidHandle'
 CERT_UNTRUSTED = ERROR + '.Cert.Untrusted'
 SERVICE_BUSY = ERROR + '.ServiceBusy'
 SERVICE_CONFUSED = ERROR + '.ServiceConfused'
+SOFTWARE_UPGRADE_REQUIRED = ERROR + '.SoftwareUpgradeRequired'
 
 BANNED = ERROR + '.Channel.Banned'
 



More information about the telepathy-commits mailing list