| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2004 The WebRTC Project Authors. All rights reserved. | 2 * Copyright 2004 The WebRTC Project Authors. All rights reserved. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license | 4 * Use of this source code is governed by a BSD-style license |
| 5 * that can be found in the LICENSE file in the root of the source | 5 * that can be found in the LICENSE file in the root of the source |
| 6 * tree. An additional intellectual property rights grant can be found | 6 * tree. An additional intellectual property rights grant can be found |
| 7 * in the file PATENTS. All contributing project authors may | 7 * in the file PATENTS. All contributing project authors may |
| 8 * be found in the AUTHORS file in the root of the source tree. | 8 * be found in the AUTHORS file in the root of the source tree. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 extern const char STR_X[]; | 64 extern const char STR_X[]; |
| 65 extern const char STR_GOOGLE_COM[]; | 65 extern const char STR_GOOGLE_COM[]; |
| 66 extern const char STR_GMAIL_COM[]; | 66 extern const char STR_GMAIL_COM[]; |
| 67 extern const char STR_GOOGLEMAIL_COM[]; | 67 extern const char STR_GOOGLEMAIL_COM[]; |
| 68 extern const char STR_DEFAULT_DOMAIN[]; | 68 extern const char STR_DEFAULT_DOMAIN[]; |
| 69 extern const char STR_TALK_GOOGLE_COM[]; | 69 extern const char STR_TALK_GOOGLE_COM[]; |
| 70 extern const char STR_TALKX_L_GOOGLE_COM[]; | 70 extern const char STR_TALKX_L_GOOGLE_COM[]; |
| 71 extern const char STR_XMPP_GOOGLE_COM[]; | 71 extern const char STR_XMPP_GOOGLE_COM[]; |
| 72 extern const char STR_XMPPX_L_GOOGLE_COM[]; | 72 extern const char STR_XMPPX_L_GOOGLE_COM[]; |
| 73 | 73 |
| 74 #ifdef FEATURE_ENABLE_VOICEMAIL | |
| 75 extern const char STR_VOICEMAIL[]; | 74 extern const char STR_VOICEMAIL[]; |
| 76 extern const char STR_OUTGOINGVOICEMAIL[]; | 75 extern const char STR_OUTGOINGVOICEMAIL[]; |
| 77 #endif | |
| 78 | 76 |
| 79 extern const char STR_UNAVAILABLE[]; | 77 extern const char STR_UNAVAILABLE[]; |
| 80 | 78 |
| 81 extern const char NS_PING[]; | 79 extern const char NS_PING[]; |
| 82 extern const StaticQName QN_PING; | 80 extern const StaticQName QN_PING; |
| 83 | 81 |
| 84 extern const char NS_MUC_UNIQUE[]; | 82 extern const char NS_MUC_UNIQUE[]; |
| 85 extern const StaticQName QN_MUC_UNIQUE_QUERY; | 83 extern const StaticQName QN_MUC_UNIQUE_QUERY; |
| 86 extern const StaticQName QN_HANGOUT_ID; | 84 extern const StaticQName QN_HANGOUT_ID; |
| 87 | 85 |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 | 540 |
| 543 | 541 |
| 544 extern const char AUTH_MECHANISM_GOOGLE_COOKIE[]; | 542 extern const char AUTH_MECHANISM_GOOGLE_COOKIE[]; |
| 545 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[]; | 543 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[]; |
| 546 extern const char AUTH_MECHANISM_OAUTH2[]; | 544 extern const char AUTH_MECHANISM_OAUTH2[]; |
| 547 extern const char AUTH_MECHANISM_PLAIN[]; | 545 extern const char AUTH_MECHANISM_PLAIN[]; |
| 548 | 546 |
| 549 } // namespace buzz | 547 } // namespace buzz |
| 550 | 548 |
| 551 #endif // WEBRTC_LIBJINGLE_XMPP_CONSTANTS_H_ | 549 #endif // WEBRTC_LIBJINGLE_XMPP_CONSTANTS_H_ |
| OLD | NEW |